Searched refs:first_l3e (Results 1 – 1 of 1) sorted by relevance
3818 pt_entry_t first_l3e, l3e, *tl3p; in pmap_remove_l3c() local3833 first_l3e = pmap_load_clear(l3p); in pmap_remove_l3c()3840 first_l3e &= ~ATTR_S1_AP_RW_BIT; in pmap_remove_l3c()3841 first_l3e |= l3e & ATTR_AF; in pmap_remove_l3c()3843 if ((first_l3e & ATTR_SW_WIRED) != 0) in pmap_remove_l3c()3846 if ((first_l3e & ATTR_SW_MANAGED) != 0) { in pmap_remove_l3c()3847 m = PTE_TO_VM_PAGE(first_l3e); in pmap_remove_l3c()3872 if (pmap_pte_dirty(pmap, first_l3e)) in pmap_remove_l3c()3874 if ((first_l3e & ATTR_AF) != 0) in pmap_remove_l3c()