Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/powerpc/aim/
HDaim_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-13-stable/sys/powerpc/ps3/
HDplatform_ps3.c128 pmap_mmu_install("mmu_ps3", BUS_PROBE_SPECIFIC); in ps3_attach()
/freebsd-13-stable/sys/powerpc/booke/
HDbooke_machdep.c243 pmap_mmu_install(MMU_TYPE_BOOKE, BUS_PROBE_GENERIC); in booke_cpu_init()
/freebsd-13-stable/sys/powerpc/powerpc/
HDpmap_dispatch.c200 pmap_mmu_install(char *name, int prio) in pmap_mmu_install() function
/freebsd-13-stable/sys/powerpc/include/
HDpmap.h320 boolean_t pmap_mmu_install(char *name, int prio);
/freebsd-13-stable/sys/powerpc/pseries/
HDplatform_chrp.c156 pmap_mmu_install("mmu_phyp", BUS_PROBE_SPECIFIC); in chrp_attach()