Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/i386/
H A Dpmap_x86_common.c1003 pmap_phys_attributes[pai] |= ept_refmod_to_physmap(oattr); in pmap_enter_options()
1476ept_refmod_to_physmap((*cpte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCE… in pmap_remove_range_options()
1834ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED… in pmap_page_protect_options()
1955ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED… in pmap_page_protect_options()
2086 attributes |= ept_refmod_to_physmap(pte_bits); in phys_attribute_clear()
2284 …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