Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/i386/
H A Dpmap_common.c134 return PTE_NCACHE(is_ept); in pmap_get_cache_attributes()
155 template |= PTE_NCACHE(is_ept); in pmap_get_cache_attributes()
H A Dpmap.h418 #define PTE_NCACHE(is_ept) ((is_ept) ? INTEL_EPT_NCACHE : INTEL_PTE_NCACHE) macro