Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/i386/
H A Dpmap.h334 #define INTEL_EPT_NCACHE 0x00000000ULL macro
418 #define PTE_NCACHE(is_ept) ((is_ept) ? INTEL_EPT_NCACHE : INTEL_PTE_NCACHE)
H A Dpmap_x86_common.c525 ept_attributes = INTEL_EPT_NCACHE; in pmap_update_cache_attributes_locked()