Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dpmap_x86_common.c495 unsigned ept_attributes; in pmap_update_cache_attributes_locked() local
502 ept_attributes = INTEL_EPT_NCACHE; in pmap_update_cache_attributes_locked()
504 ept_attributes = INTEL_EPT_WB; in pmap_update_cache_attributes_locked()
537 pmap_update_pte(is_ept, ptep, INTEL_EPT_CACHE_MASK, ept_attributes, true); in pmap_update_cache_attributes_locked()