Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/i386/
H A Dpmap_x86_common.c2070 char pte_bits; in phys_attribute_clear() local
2076 pte_bits = 0; in phys_attribute_clear()
2081 pte_bits = (*pte & (PTE_REF(is_ept) | PTE_MOD(is_ept))); in phys_attribute_clear()
2084 attributes |= pte_bits; in phys_attribute_clear()
2086 attributes |= ept_refmod_to_physmap(pte_bits); in phys_attribute_clear()
2087 if (!pmap_ept_support_ad && (pte_bits & INTEL_EPT_MOD)) { in phys_attribute_clear()
2093 pte_bits &= bits; in phys_attribute_clear()
2095 pte_bits &= ept_bits_to_clear; in phys_attribute_clear()
2099 pte_bits |= PTE_WRITE(is_ept); in phys_attribute_clear()
2105 if (pte_bits) { in phys_attribute_clear()
[all …]