Searched refs:chosen_mmu (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/powerpc/boot/ ! |
D | oflib.c | 105 static ihandle chosen_mmu; variable 131 if (of_getprop(chosen, "mmu", &chosen_mmu, sizeof(chosen_mmu)) <= 0) { in check_of_version() 161 ret = of_call_prom_ret("call-method", 5, 2, &result, "claim", chosen_mmu, in of_claim() 164 ret = of_call_prom("call-method", 6, 1, "map", chosen_mmu, in of_claim()
|