Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/i386/
H A Dpmap_x86_common.c1253 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-11417.121.6/osfmk/vm/
H A Dvm_object.c1804 …pmap_disconnect_options(VM_PAGE_GET_PHYS_PAGE(p), PMAP_OPTIONS_NOFLUSH | PMAP_OPTIONS_NOREFMOD, (v… in vm_object_reap_pages()
2386 pmap_options |= PMAP_OPTIONS_NOFLUSH;
2717 | PMAP_OPTIONS_NOFLUSH), \
2981 options & ~PMAP_OPTIONS_NOFLUSH,
3001 options | PMAP_OPTIONS_NOFLUSH,
3021 options & ~PMAP_OPTIONS_NOFLUSH, NULL);
3071 options | PMAP_OPTIONS_NOFLUSH,
3078 options | PMAP_OPTIONS_NOFLUSH,
3120 options | PMAP_OPTIONS_NOFLUSH,
3127 options | PMAP_OPTIONS_NOFLUSH,
[all …]
H A Dpmap.h736 #define PMAP_OPTIONS_NOFLUSH 0x20 /* delay flushing of pmap */ macro
H A Dvm_pageout.c1451 pmap_clear_refmod_options(phys_page, VM_MEM_REFERENCED, PMAP_OPTIONS_NOFLUSH, (void *)NULL);
2981 …pmap_clear_refmod_options(VM_PAGE_GET_PHYS_PAGE(m), VM_MEM_REFERENCED, PMAP_OPTIONS_NOFLUSH, (void…
6200 PMAP_OPTIONS_NOFLUSH | PMAP_OPTIONS_CLEAR_WRITE,
10169 VM_MEM_REFERENCED, PMAP_OPTIONS_NOFLUSH, (void*)NULL);
H A Dvm_fault.c676 …pmap_clear_refmod_options(VM_PAGE_GET_PHYS_PAGE(m), VM_MEM_REFERENCED, PMAP_OPTIONS_NOFLUSH, (void… in vm_fault_deactivate_behind()
/xnu-11417.121.6/osfmk/device/
H A Diokit_rpc.c610 PMAP_OPTIONS_NOFLUSH, (void *)&pmap_flush_context_storage, PMAP_MAPPING_TYPE_INFER); in IOProtectCacheMode()
/xnu-11417.121.6/osfmk/arm64/sptm/pmap/
H A Dpmap.c4183 assert(!(flush_range && (options & PMAP_OPTIONS_NOFLUSH)));
4201 options = options & ~PMAP_OPTIONS_NOFLUSH;
4318 const bool defer_tlbi = (options & PMAP_OPTIONS_NOFLUSH) || flush_range;
4693 options &= ~PMAP_OPTIONS_NOFLUSH;
6579 options = options & ~PMAP_OPTIONS_NOFLUSH;
6589 (options & PMAP_OPTIONS_NOFLUSH))) {
7289 assert(!(flush_range && (options & PMAP_OPTIONS_NOFLUSH)));
7367 const bool defer_tlbi = (options & PMAP_OPTIONS_NOFLUSH) || flush_range;
7648 …if (__improbable((options & (PMAP_OPTIONS_FF_LOCKED | PMAP_OPTIONS_FF_WIRED | PMAP_OPTIONS_NOFLUSH
/xnu-11417.121.6/osfmk/arm/pmap/
H A Dpmap.c4830 options = options & ~PMAP_OPTIONS_NOFLUSH;
5118 if (!issue_tlbi && update && !(options & PMAP_OPTIONS_NOFLUSH)) {
5324 options &= ~PMAP_OPTIONS_NOFLUSH;
7253 options = options & ~PMAP_OPTIONS_NOFLUSH;
7263 (options & PMAP_OPTIONS_NOFLUSH))) {
8100 !(options & PMAP_OPTIONS_NOFLUSH)) {
8230 …if (__improbable((options & (PMAP_OPTIONS_FF_LOCKED | PMAP_OPTIONS_FF_WIRED | PMAP_OPTIONS_NOFLUSH
/xnu-11417.121.6/osfmk/x86_64/
H A Dpmap.c2004 if (options & PMAP_OPTIONS_NOFLUSH) { in pmap_protect_options()