Searched refs:ept_refmod_to_physmap (Results 1 – 2 of 2) sorted by relevance
1003 pmap_phys_attributes[pai] |= ept_refmod_to_physmap(oattr); in pmap_enter_options()1476 …ept_refmod_to_physmap((*cpte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCE… in pmap_remove_range_options()1834 …ept_refmod_to_physmap((*pte & (INTEL_EPT_REF | INTEL_EPT_MOD))) & (PHYS_MODIFIED | PHYS_REFERENCED… in pmap_page_protect_options()1955 …ept_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()
387 ept_refmod_to_physmap(pt_entry_t ept_pte) in ept_refmod_to_physmap() function