Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/i386/
H A Dpmap_x86_common.c2019 int ept_bits_to_clear; in phys_attribute_clear() local
2033 ept_bits_to_clear = (unsigned)physmap_refmod_to_ept(bits & (PHYS_MODIFIED | PHYS_REFERENCED)); in phys_attribute_clear()
2099 pte_bits &= ept_bits_to_clear; in phys_attribute_clear()