Lines Matching refs:imemory
43 static ihandle_t imemory;
45 if (imemory != (ihandle_t)0)
46 return (imemory);
49 return (imemory = (ihandle_t)-1);
51 (void) prom_getprop(prom_chosennode(), "memory", (caddr_t)(&imemory));
52 return (imemory);
68 ihandle_t imemory = prom_memory_ihandle();
70 if ((imemory == (ihandle_t)-1))
80 ci[4] = p1275_ihandle2cell(imemory); /* Arg2: memory ihandle */
110 ihandle_t imemory = prom_memory_ihandle();
112 if ((imemory == (ihandle_t)-1))
119 ci[4] = p1275_ihandle2cell(imemory); /* Arg2: mmu ihandle */
146 ihandle_t imemory = prom_memory_ihandle();
148 if ((imemory == (ihandle_t)-1))
155 ci[4] = p1275_ihandle2cell(imemory); /* Arg2: memory ihandle */