Home
last modified time | relevance | path

Searched refs:PHYS_CACHEABILITY_MASK (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/osfmk/i386/
H A Dpmap_common.c115 current = pmap_phys_attributes[pai] & PHYS_CACHEABILITY_MASK; in pmap_set_cache_attributes()
116 pmap_phys_attributes[pai] &= ~PHYS_CACHEABILITY_MASK; in pmap_set_cache_attributes()
H A Dpmap_internal.h447 #define PHYS_CACHEABILITY_MASK (INTEL_PTE_PAT | INTEL_PTE_NCACHE) macro
H A Dpmap_x86_common.c503 assert(((~PHYS_CACHEABILITY_MASK) & attributes) == 0); in pmap_update_cache_attributes_locked()
540 pmap_update_pte(is_ept, ptep, PHYS_CACHEABILITY_MASK, attributes, true); in pmap_update_cache_attributes_locked()