ofw_machdep.c | 59 static u_int mmuh = -1, memh = -1; variable in typeref:typename:u_int 73 if (OF_getprop(chosen, "mmu", &mmuh, sizeof(mmuh)) == -1) { 74 prom_printf("get_mmu_handle: cannot get mmuh\n"); 77 return mmuh; 163 if (mmuh == -1 && ((mmuh = get_mmu_handle()) == -1)) { 164 prom_printf("prom_vtop: cannot get mmuh\n"); 171 args.ihandle = HDL2CELL(mmuh); 176 prom_printf("Called \"translate\", mmuh=%x, vaddr=%x, status=%x %x,\n retaddr=%x %x, mode=%x %x, phys_hi=%x %x, phys_lo=%x %x\n" [all...] |