Searched refs:old_l2 (Results 1 – 1 of 1) sorted by relevance
3787 pt_entry_t old_l2; in pmap_remove_l2() local3792 old_l2 = pmap_load_clear(l2); in pmap_remove_l2()3793 KASSERT((old_l2 & ATTR_DESCR_MASK) == L2_BLOCK, in pmap_remove_l2()3794 ("pmap_remove_l2: L2e %lx is not a block mapping", old_l2)); in pmap_remove_l2()3802 if (old_l2 & ATTR_SW_WIRED) in pmap_remove_l2()3805 if (old_l2 & ATTR_SW_MANAGED) { in pmap_remove_l2()3806 m = PTE_TO_VM_PAGE(old_l2); in pmap_remove_l2()3811 if (pmap_pte_dirty(pmap, old_l2)) in pmap_remove_l2()3813 if (old_l2 & ATTR_AF) in pmap_remove_l2()4307 pd_entry_t old_l2; in pmap_protect_l2() local[all …]