Home | History | Annotate | Download | only in ofwboot

Lines Matching defs:mmuh

479 static u_int mmuh = -1;
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)) {
562 OF_printf("OF_alloc_virt: cannot get mmuh\r\n");
570 args.ihandle = HDL2CELL(mmuh);
598 if (mmuh == -1 && ((mmuh = get_mmu_handle()) == -1)) {
599 OF_printf("OF_claim_virt: cannot get mmuh\r\n");
607 args.ihandle = HDL2CELL(mmuh);
633 if (mmuh == -1 && ((mmuh = get_mmu_handle()) == -1)) {
634 OF_printf("OF_claim_virt: cannot get mmuh\r\n");
642 args.ihandle = HDL2CELL(mmuh);
670 if (mmuh == -1 && ((mmuh = get_mmu_handle()) == -1)) {
671 OF_printf("OF_map_phys: cannot get mmuh\r\n");
679 args.ihandle = HDL2CELL(mmuh);