Home
last modified time | relevance | path

Searched refs:pmap_mmu_install (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/powerpc/aim/
H A Daim_machdep.c478 pmap_mmu_install(MMU_TYPE_RADIX, BUS_PROBE_GENERIC); in aim_cpu_init()
480 pmap_mmu_install(MMU_TYPE_G5, BUS_PROBE_GENERIC); in aim_cpu_init()
482 pmap_mmu_install(MMU_TYPE_OEA, BUS_PROBE_GENERIC); in aim_cpu_init()
/freebsd/sys/powerpc/ps3/
H A Dplatform_ps3.c127 pmap_mmu_install("mmu_ps3", BUS_PROBE_SPECIFIC); in ps3_attach()
/freebsd/sys/powerpc/booke/
H A Dbooke_machdep.c242 pmap_mmu_install(MMU_TYPE_BOOKE, BUS_PROBE_GENERIC); in booke_cpu_init()
/freebsd/sys/powerpc/powerpc/
H A Dpmap_dispatch.c200 pmap_mmu_install(char *name, int prio) in pmap_mmu_install() function
/freebsd/sys/powerpc/include/
H A Dpmap.h321 bool pmap_mmu_install(char *name, int prio);
/freebsd/sys/powerpc/pseries/
H A Dplatform_chrp.c156 pmap_mmu_install("mmu_phyp", BUS_PROBE_SPECIFIC); in chrp_attach()