Searched refs:pmap_is_current (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/arm/arm/
H A Dpmap.c401 #define pmap_is_current(pm) ((pm) == pmap_kernel() || \ macro
1061 pmap_free_l2_ptp(!pmap_is_current(pm), ptep);
1139 if (pmap_is_current(pm))
1147 if (pmap_is_current(pm))
1155 if (pmap_is_current(pm))
1162 if (pmap_is_current(pm))
1187 if (pmap_is_current(pm) || pm == pmap_kernel()) {
1211 if (pmap_is_current(pm)) {
1238 if (pmap_is_current(pm)) {
1249 if (pmap_is_current(p
[all...]
/freebsd-9.3-release/sys/i386/xen/
H A Dpmap.c942 pmap_is_current(pmap_t pmap) function
965 if (pmap_is_current(pmap))
1028 if (pmap_is_current(pmap))
3015 KASSERT(pmap_is_current(pmap), ("entering pages in non-current pmap"));
3225 if (!pmap_is_current(src_pmap)) {
3592 KASSERT(pmap_is_current(pmap), ("removing pages from non-current pmap"));
3735 if (pmap_is_current(pmap) && *pmap_pde(pmap, addr)) {
/freebsd-9.3-release/sys/i386/i386/
H A Dpmap.c1259 pmap_is_current(pmap_t pmap) function
1282 if (pmap_is_current(pmap))
1335 if (pmap_is_current(pmap))
3198 if (pmap_is_current(pmap))
4049 if (!pmap_is_current(src_pmap))

Completed in 179 milliseconds