Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/i386/
H A Dpmap_x86_common.c1024 pmap_phys_attributes[pai] |= ept_refmod_to_physmap(oattr); in pmap_enter_options()
1497ept_refmod_to_physmap((*cpte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCE… in pmap_remove_range_options()
1855ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED… in pmap_page_protect_options()
1976ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED… in pmap_page_protect_options()
2107 attributes |= ept_refmod_to_physmap(pte_bits); in phys_attribute_clear()
2305 …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