Searched refs:first_l3e (Results 1 – 1 of 1) sorted by relevance
3888 pt_entry_t first_l3e, l3e, *tl3p; in pmap_remove_l3c() local3903 first_l3e = pmap_load_clear(l3p); in pmap_remove_l3c()3910 first_l3e &= ~ATTR_S1_AP_RW_BIT; in pmap_remove_l3c()3911 first_l3e |= l3e & ATTR_AF; in pmap_remove_l3c()3913 if ((first_l3e & ATTR_SW_WIRED) != 0) in pmap_remove_l3c()3916 if ((first_l3e & ATTR_SW_MANAGED) != 0) { in pmap_remove_l3c()3917 m = PTE_TO_VM_PAGE(first_l3e); in pmap_remove_l3c()3942 if (pmap_pte_dirty(pmap, first_l3e)) in pmap_remove_l3c()3944 if ((first_l3e & ATTR_AF) != 0) in pmap_remove_l3c()