Searched refs:old_l3 (Results 1 – 2 of 2) sorted by relevance
3775 pt_entry_t old_l3; in pmap_remove_l3() local3779 old_l3 = pmap_load(l3); in pmap_remove_l3()3780 if ((old_l3 & ATTR_CONTIGUOUS) != 0) in pmap_remove_l3()3782 old_l3 = pmap_load_clear(l3); in pmap_remove_l3()3784 if (old_l3 & ATTR_SW_WIRED) in pmap_remove_l3()3787 if (old_l3 & ATTR_SW_MANAGED) { in pmap_remove_l3()3788 m = PTE_TO_VM_PAGE(old_l3); in pmap_remove_l3()3789 if (pmap_pte_dirty(pmap, old_l3)) in pmap_remove_l3()3791 if (old_l3 & ATTR_AF) in pmap_remove_l3()3904 pt_entry_t *l3, old_l3; in pmap_remove_l3_range() local[all …]
2476 pt_entry_t old_l3; in pmap_remove_l3() local2480 old_l3 = pmap_load_clear(l3); in pmap_remove_l3()2482 if (old_l3 & PTE_SW_WIRED) in pmap_remove_l3()2485 if (old_l3 & PTE_SW_MANAGED) { in pmap_remove_l3()2486 m = PTE_TO_VM_PAGE(old_l3); in pmap_remove_l3()2487 if ((old_l3 & PTE_D) != 0) in pmap_remove_l3()2489 if (old_l3 & PTE_A) in pmap_remove_l3()