Searched refs:PHYS_REUSABLE (Results 1 – 2 of 2) sorted by relevance
1050 pmap_phys_attributes[pai] |= PHYS_REUSABLE; in pmap_enter_options()1052 pmap_phys_attributes[pai] &= ~PHYS_REUSABLE; in pmap_enter_options()2181 pmap_phys_attributes[pai] &= ~PHYS_REUSABLE; in phys_attribute_clear()2183 pmap_phys_attributes[pai] |= PHYS_REUSABLE; in phys_attribute_clear()
433 (IS_MANAGED_PAGE(x) && ((unsigned long long)pmap_phys_attributes[x] & PHYS_REUSABLE))449 #define PHYS_REUSABLE INTEL_PTE_WRITE /* page is "reusable" */ macro