Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Doflib.c110 static ihandle chosen_mmu; variable
136 if (of_getprop(chosen, "mmu", &chosen_mmu, sizeof(chosen_mmu)) <= 0) { in check_of_version()
167 ret = of_call_prom_ret("call-method", 5, 2, &result, "claim", chosen_mmu, in of_claim()
170 ret = of_call_prom("call-method", 6, 1, "map", chosen_mmu, in of_claim()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Doflib.c110 static ihandle chosen_mmu; variable
136 if (of_getprop(chosen, "mmu", &chosen_mmu, sizeof(chosen_mmu)) <= 0) { in check_of_version()
167 ret = of_call_prom_ret("call-method", 5, 2, &result, "claim", chosen_mmu, in of_claim()
170 ret = of_call_prom("call-method", 6, 1, "map", chosen_mmu, in of_claim()

Completed in 1 milliseconds