Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dpmap_x86_common.c805 pt_entry_t old_attributes = in pmap_enter_options() local
867 if (!iswired(old_attributes)) { in pmap_enter_options()
871 if (iswired(old_attributes)) { in pmap_enter_options()
879 if (old_attributes == template) { in pmap_enter_options()
885 ((old_attributes ^ template) != PTE_WIRED); in pmap_enter_options()
888 if (need_tlbflush == TRUE && !(old_attributes & PTE_WRITE(is_ept))) { in pmap_enter_options()
889 if ((old_attributes ^ template) == PTE_WRITE(is_ept)) { in pmap_enter_options()