Searched refs:PMAP_OPTIONS_NOFLUSH (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215.81.4/osfmk/i386/ |
| H A D | pmap_x86_common.c | 1253 if (options & PMAP_OPTIONS_NOFLUSH) { in pmap_enter_options() 1821 if (options & PMAP_OPTIONS_NOFLUSH) { in pmap_page_protect_options() 1963 if (options & PMAP_OPTIONS_NOFLUSH) { in pmap_page_protect_options() 2023 (options & PMAP_OPTIONS_NOFLUSH) && in phys_attribute_clear() 2118 if (!(options & PMAP_OPTIONS_NOFLUSH)) { in phys_attribute_clear()
|
| /xnu-11215.81.4/osfmk/vm/ |
| H A D | vm_object.c | 1754 …pmap_disconnect_options(VM_PAGE_GET_PHYS_PAGE(p), PMAP_OPTIONS_NOFLUSH | PMAP_OPTIONS_NOREFMOD, (v… in vm_object_reap_pages() 2336 pmap_options |= PMAP_OPTIONS_NOFLUSH; 2667 | PMAP_OPTIONS_NOFLUSH), \ 2931 options & ~PMAP_OPTIONS_NOFLUSH, 2951 options | PMAP_OPTIONS_NOFLUSH, 2971 options & ~PMAP_OPTIONS_NOFLUSH, NULL); 3019 options | PMAP_OPTIONS_NOFLUSH, 3026 options | PMAP_OPTIONS_NOFLUSH, 3068 options | PMAP_OPTIONS_NOFLUSH, 3075 options | PMAP_OPTIONS_NOFLUSH, [all …]
|
| H A D | pmap.h | 727 #define PMAP_OPTIONS_NOFLUSH 0x20 /* delay flushing of pmap */ macro
|
| H A D | vm_pageout.c | 1454 pmap_clear_refmod_options(phys_page, VM_MEM_REFERENCED, PMAP_OPTIONS_NOFLUSH, (void *)NULL); 2982 …pmap_clear_refmod_options(VM_PAGE_GET_PHYS_PAGE(m), VM_MEM_REFERENCED, PMAP_OPTIONS_NOFLUSH, (void… 6180 PMAP_OPTIONS_NOFLUSH | PMAP_OPTIONS_CLEAR_WRITE, 10201 VM_MEM_REFERENCED, PMAP_OPTIONS_NOFLUSH, (void*)NULL);
|
| H A D | vm_fault.c | 672 …pmap_clear_refmod_options(VM_PAGE_GET_PHYS_PAGE(m), VM_MEM_REFERENCED, PMAP_OPTIONS_NOFLUSH, (void… in vm_fault_deactivate_behind()
|
| /xnu-11215.81.4/osfmk/device/ |
| H A D | iokit_rpc.c | 590 PMAP_OPTIONS_NOFLUSH, (void *)&pmap_flush_context_storage, PMAP_MAPPING_TYPE_INFER); in IOProtectCacheMode()
|
| /xnu-11215.81.4/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 4161 assert(!(flush_range && (options & PMAP_OPTIONS_NOFLUSH))); 4179 options = options & ~PMAP_OPTIONS_NOFLUSH; 4296 const bool defer_tlbi = (options & PMAP_OPTIONS_NOFLUSH) || flush_range; 4671 options &= ~PMAP_OPTIONS_NOFLUSH; 6556 options = options & ~PMAP_OPTIONS_NOFLUSH; 6566 (options & PMAP_OPTIONS_NOFLUSH))) { 7255 assert(!(flush_range && (options & PMAP_OPTIONS_NOFLUSH))); 7333 const bool defer_tlbi = (options & PMAP_OPTIONS_NOFLUSH) || flush_range; 7614 …if (__improbable((options & (PMAP_OPTIONS_FF_LOCKED | PMAP_OPTIONS_FF_WIRED | PMAP_OPTIONS_NOFLUSH…
|
| /xnu-11215.81.4/osfmk/arm/pmap/ |
| H A D | pmap.c | 4828 options = options & ~PMAP_OPTIONS_NOFLUSH; 5116 if (!issue_tlbi && update && !(options & PMAP_OPTIONS_NOFLUSH)) { 5322 options &= ~PMAP_OPTIONS_NOFLUSH; 7258 options = options & ~PMAP_OPTIONS_NOFLUSH; 7268 (options & PMAP_OPTIONS_NOFLUSH))) { 8105 !(options & PMAP_OPTIONS_NOFLUSH)) { 8235 …if (__improbable((options & (PMAP_OPTIONS_FF_LOCKED | PMAP_OPTIONS_FF_WIRED | PMAP_OPTIONS_NOFLUSH…
|
| /xnu-11215.81.4/osfmk/x86_64/ |
| H A D | pmap.c | 1991 if (options & PMAP_OPTIONS_NOFLUSH) { in pmap_protect_options()
|