Home
last modified time | relevance | path

Searched refs:PHYS_REUSABLE (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/osfmk/i386/
H A Dpmap_internal.h433 (IS_MANAGED_PAGE(x) && ((unsigned long long)pmap_phys_attributes[x] & PHYS_REUSABLE))
449 #define PHYS_REUSABLE INTEL_PTE_WRITE /* page is "reusable" */ macro
H A Dpmap_x86_common.c1059 pmap_phys_attributes[pai] |= PHYS_REUSABLE; in pmap_enter_options()
1061 pmap_phys_attributes[pai] &= ~PHYS_REUSABLE; in pmap_enter_options()
2204 pmap_phys_attributes[pai] &= ~PHYS_REUSABLE; in phys_attribute_clear()
2206 pmap_phys_attributes[pai] |= PHYS_REUSABLE; in phys_attribute_clear()