Home
last modified time | relevance | path

Searched refs:pmap_bootstrapped (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/sys/powerpc/include/
Dpmap.h253 extern int pmap_bootstrapped;
/freebsd-10-stable/sys/powerpc/ofw/
Dofw_machdep.c319 KASSERT(!pmap_bootstrapped, ("Cannot call ofw_quiesce after VM is up")); in ofw_quiesce()
Dofw_real.c245 if (!pmap_bootstrapped) in ofw_real_map()
/freebsd-10-stable/sys/powerpc/booke/
Dmachdep.c452 pmap_bootstrapped = 1; in booke_init()
Dpmap.c3193 KASSERT(!pmap_bootstrapped, ("Do not use after PMAP is up!")); in pmap_early_io_map()
/freebsd-10-stable/sys/powerpc/aim/
Dmmu_oea64.c887 pmap_bootstrapped++; in moea64_late_bootstrap()
1269 if (pmap_bootstrapped && in moea64_enter()
1322 if (!pmap_bootstrapped) { in moea64_syncicache()
1892 if (pmap_bootstrapped) in moea64_pinit()
2360 if (!pmap_bootstrapped) in moea64_pvo_enter()
Dslb.c448 if (pmap_bootstrapped) { in slb_insert_kernel()
Dmmu_oea.c935 pmap_bootstrapped++; in moea_bootstrap()
1153 if (pmap_bootstrapped) in moea_enter_locked()
1170 if (pmap_bootstrapped && in moea_enter_locked()
/freebsd-10-stable/sys/powerpc/powerpc/
Dpmap_dispatch.c77 int pmap_bootstrapped; variable
Dbus_machdep.c86 if (!pmap_bootstrapped) { in bs_gen_map()