Searched refs:INTEL_EPT_REF (Results 1 – 2 of 2) sorted by relevance
329 #define INTEL_EPT_REF 0x00000100ULL macro380 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)
1479 …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()