Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/i386/
H A Dpmap.h329 #define INTEL_EPT_REF 0x00000100ULL macro
380 ept_pte |= INTEL_EPT_REF; in physmap_refmod_to_ept()
391 assert((ept_pte & ~(INTEL_EPT_REF | INTEL_EPT_MOD)) == 0); in ept_refmod_to_physmap()
393 if (ept_pte & INTEL_EPT_REF) { in ept_refmod_to_physmap()
420 #define PTE_REF(is_ept) ((is_ept) ? INTEL_EPT_REF : INTEL_PTE_REF)
H A Dpmap_x86_common.c1479 …ept_refmod_to_physmap((*cpte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCE… in pmap_remove_range_options()
1837 …ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED… in pmap_page_protect_options()
1958 …ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED… in pmap_page_protect_options()
2287 …attributes |= (int)(ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFI… in phys_attribute_test()