Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/i386/
H A Dpmap_x86_common.c1006 pmap_phys_attributes[pai] |= ept_refmod_to_physmap(oattr); in pmap_enter_options()
1479ept_refmod_to_physmap((*cpte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCE… in pmap_remove_range_options()
1837ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED… in pmap_page_protect_options()
1958ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED… in pmap_page_protect_options()
2089 attributes |= ept_refmod_to_physmap(pte_bits); in phys_attribute_clear()
2287 …attributes |= (int)(ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFI… in phys_attribute_test()
H A Dpmap.h387 ept_refmod_to_physmap(pt_entry_t ept_pte) in ept_refmod_to_physmap() function