Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/arm64/
H A Dpmap.c2858 pt_entry_t old_l2; in pmap_remove_l2() local
2864 old_l2 = pmap_load_clear(l2); in pmap_remove_l2()
2874 if (old_l2 & ATTR_SW_WIRED) in pmap_remove_l2()
2877 if (old_l2 & ATTR_SW_MANAGED) { in pmap_remove_l2()
2884 if (pmap_pte_dirty(pmap, old_l2)) in pmap_remove_l2()
2886 if (old_l2 & ATTR_AF) in pmap_remove_l2()
3240 pd_entry_t old_l2; in pmap_protect_l2() local
3247 old_l2 = pmap_load(l2); in pmap_protect_l2()
3256 if ((old_l2 & mask) == nbits) in pmap_protect_l2()
3272 if (!atomic_fcmpset_64(l2, &old_l2, (old_l2 & ~mask) | nbits)) in pmap_protect_l2()
[all …]