Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/i386/
H A Dpmap_x86_common.c2073 char pte_bits; in phys_attribute_clear() local
2079 pte_bits = 0; in phys_attribute_clear()
2084 pte_bits = (*pte & (PTE_REF(is_ept) | PTE_MOD(is_ept))); in phys_attribute_clear()
2087 attributes |= pte_bits; in phys_attribute_clear()
2089 attributes |= ept_refmod_to_physmap(pte_bits); in phys_attribute_clear()
2090 if (!pmap_ept_support_ad && (pte_bits & INTEL_EPT_MOD)) { in phys_attribute_clear()
2096 pte_bits &= bits; in phys_attribute_clear()
2098 pte_bits &= ept_bits_to_clear; in phys_attribute_clear()
2102 pte_bits |= PTE_WRITE(is_ept); in phys_attribute_clear()
2108 if (pte_bits) { in phys_attribute_clear()
[all …]