HomeSort by: relevance | last modified time | path
    Searched defs:mmu_ihandle (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/powerpc/powerpc/
ofw_machdep.c 378 int mmu_ihandle, mmu_phandle; local in function:ofw_bootstrap_get_translations
381 if (OF_getprop(ofw_chosen, "mmu", &mmu_ihandle,
382 sizeof(mmu_ihandle)) <= 0) {
386 mmu_phandle = OF_instance_to_package(mmu_ihandle);
  /src/sys/arch/shark/ofw/
ofw.c 1547 int mmu_ihandle; local in function:ofw_getvirttranslations
1553 mmu_ihandle = ofw_mmu_ihandle();
1557 if ((mmu_phandle = OF_instance_to_package(mmu_ihandle)) == -1 ||
1676 static int mmu_ihandle = 0; local in function:ofw_mmu_ihandle
1679 if (mmu_ihandle != 0)
1680 return(mmu_ihandle);
1683 OF_getprop(chosen, "mmu", &mmu_ihandle, sizeof(int)) < 0)
1686 mmu_ihandle = of_decode_int((unsigned char *)&mmu_ihandle);
1688 return(mmu_ihandle);
1729 int mmu_ihandle = ofw_mmu_ihandle(); local in function:ofw_claimvirt
1748 int mmu_ihandle = ofw_mmu_ihandle(); local in function:ofw_gettranslation
1775 int mmu_ihandle = ofw_mmu_ihandle(); local in function:ofw_settranslation
    [all...]

Completed in 12 milliseconds