Searched refs:PHYS_CACHEABILITY_MASK (Results 1 – 3 of 3) sorted by relevance
134 current = pmap_phys_attributes[pai] & PHYS_CACHEABILITY_MASK; in pmap_set_cache_attributes()135 pmap_phys_attributes[pai] &= ~PHYS_CACHEABILITY_MASK; in pmap_set_cache_attributes()
447 #define PHYS_CACHEABILITY_MASK (INTEL_PTE_PAT | INTEL_PTE_NCACHE) macro
521 assert(((~PHYS_CACHEABILITY_MASK) & attributes) == 0); in pmap_update_cache_attributes_locked()558 pmap_update_pte(is_ept, ptep, PHYS_CACHEABILITY_MASK, attributes, true); in pmap_update_cache_attributes_locked()