Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/i386/
H A Dpmap_x86_common.c501 unsigned ept_attributes; in pmap_update_cache_attributes_locked() local
508 ept_attributes = INTEL_EPT_NCACHE; in pmap_update_cache_attributes_locked()
510 ept_attributes = INTEL_EPT_WB; in pmap_update_cache_attributes_locked()
543 pmap_update_pte(is_ept, ptep, INTEL_EPT_CACHE_MASK, ept_attributes, true); in pmap_update_cache_attributes_locked()