Searched refs:mmuh (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A DLocore.c479 static u_int mmuh = -1; variable
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
[all...]
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dofw_machdep.c59 static u_int mmuh = -1, memh = -1; variable
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
[all...]

Completed in 146 milliseconds