Searched refs:old_l2 (Results 1 – 1 of 1) sorted by relevance
3717 pt_entry_t old_l2; in pmap_remove_l2() local3722 old_l2 = pmap_load_clear(l2); in pmap_remove_l2()3723 KASSERT((old_l2 & ATTR_DESCR_MASK) == L2_BLOCK, in pmap_remove_l2()3724 ("pmap_remove_l2: L2e %lx is not a block mapping", old_l2)); in pmap_remove_l2()3732 if (old_l2 & ATTR_SW_WIRED) in pmap_remove_l2()3735 if (old_l2 & ATTR_SW_MANAGED) { in pmap_remove_l2()3736 m = PTE_TO_VM_PAGE(old_l2); in pmap_remove_l2()3741 if (pmap_pte_dirty(pmap, old_l2)) in pmap_remove_l2()3743 if (old_l2 & ATTR_AF) in pmap_remove_l2()4237 pd_entry_t old_l2; in pmap_protect_l2() local[all …]