/src/sys/arch/sparc/stand/ofwboot/ |
Locore.c | 479 static u_int mmuh = -1; variable in typeref:typename:u_int 490 if (OF_getprop(chosen, "mmu", &mmuh, sizeof(mmuh)) != sizeof(mmuh) 521 if (mmuh == -1 && ((mmuh = get_mmu_handle()) == -1)) { 522 OF_printf("OF_claim_virt: cannot get mmuh\r\n"); 530 args.ihandle = HDL2CELL(mmuh); 561 if (mmuh == -1 && ((mmuh = get_mmu_handle()) == -1)) [all...] |
Locore.c | 479 static u_int mmuh = -1; variable in typeref:typename:u_int 490 if (OF_getprop(chosen, "mmu", &mmuh, sizeof(mmuh)) != sizeof(mmuh) 521 if (mmuh == -1 && ((mmuh = get_mmu_handle()) == -1)) { 522 OF_printf("OF_claim_virt: cannot get mmuh\r\n"); 530 args.ihandle = HDL2CELL(mmuh); 561 if (mmuh == -1 && ((mmuh = get_mmu_handle()) == -1)) [all...] |
/src/sys/arch/sparc64/sparc64/ |
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...] |
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...] |