Searched refs:pte_bits (Results 1 – 1 of 1) sorted by relevance
2051 char pte_bits; in phys_attribute_clear() local2057 pte_bits = 0; in phys_attribute_clear()2062 pte_bits = (*pte & (PTE_REF(is_ept) | PTE_MOD(is_ept))); in phys_attribute_clear()2065 attributes |= pte_bits; in phys_attribute_clear()2067 attributes |= ept_refmod_to_physmap(pte_bits); in phys_attribute_clear()2068 if (!pmap_ept_support_ad && (pte_bits & INTEL_EPT_MOD)) { in phys_attribute_clear()2074 pte_bits &= bits; in phys_attribute_clear()2076 pte_bits &= ept_bits_to_clear; in phys_attribute_clear()2080 pte_bits |= PTE_WRITE(is_ept); in phys_attribute_clear()2086 if (pte_bits) { in phys_attribute_clear()[all …]