Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/i386/
H A Dpmap_x86_common.c814 pt_entry_t old_attributes = in pmap_enter_options() local
876 if (!iswired(old_attributes)) { in pmap_enter_options()
880 if (iswired(old_attributes)) { in pmap_enter_options()
888 if (old_attributes == template) { in pmap_enter_options()
894 ((old_attributes ^ template) != PTE_WIRED); in pmap_enter_options()
897 if (need_tlbflush == TRUE && !(old_attributes & PTE_WRITE(is_ept))) { in pmap_enter_options()
898 if ((old_attributes ^ template) == PTE_WRITE(is_ept)) { in pmap_enter_options()