Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/i386/
H A Dpmap_x86_common.c810 pt_entry_t old_attributes = in pmap_enter_options() local
872 if (!iswired(old_attributes)) { in pmap_enter_options()
876 if (iswired(old_attributes)) { in pmap_enter_options()
884 if (old_attributes == template) { in pmap_enter_options()
890 ((old_attributes ^ template) != PTE_WIRED); in pmap_enter_options()
893 if (need_tlbflush == TRUE && !(old_attributes & PTE_WRITE(is_ept))) { in pmap_enter_options()
894 if ((old_attributes ^ template) == PTE_WRITE(is_ept)) { in pmap_enter_options()