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