Searched refs:old_l2 (Results 1 – 1 of 1) sorted by relevance
3995 pt_entry_t old_l2; in pmap_remove_l2() local4000 old_l2 = pmap_load_clear(l2); in pmap_remove_l2()4001 KASSERT((old_l2 & ATTR_DESCR_MASK) == L2_BLOCK, in pmap_remove_l2()4002 ("pmap_remove_l2: L2e %lx is not a block mapping", old_l2)); in pmap_remove_l2()4010 if (old_l2 & ATTR_SW_WIRED) in pmap_remove_l2()4013 if (old_l2 & ATTR_SW_MANAGED) { in pmap_remove_l2()4014 m = PTE_TO_VM_PAGE(old_l2); in pmap_remove_l2()4019 if (pmap_pte_dirty(pmap, old_l2)) in pmap_remove_l2()4021 if (old_l2 & ATTR_AF) in pmap_remove_l2()4521 pd_entry_t old_l2; in pmap_protect_l2() local[all …]