Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Dpmap_x86_common.c500 unsigned ept_attributes; in pmap_update_cache_attributes_locked() local
507 ept_attributes = INTEL_EPT_NCACHE; in pmap_update_cache_attributes_locked()
509 ept_attributes = INTEL_EPT_WB; in pmap_update_cache_attributes_locked()
542 pmap_update_pte(is_ept, ptep, INTEL_EPT_CACHE_MASK, ept_attributes, true); in pmap_update_cache_attributes_locked()