Home
last modified time | relevance | path

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

/xnu-10063.141.1/osfmk/vm/
H A Dvm_object.c1722 …pmap_disconnect_options(VM_PAGE_GET_PHYS_PAGE(p), PMAP_OPTIONS_NOFLUSH | PMAP_OPTIONS_NOREFMOD, (v… in vm_object_reap_pages()
2303 pmap_options |= PMAP_OPTIONS_NOFLUSH;
2634 | PMAP_OPTIONS_NOFLUSH), \
2917 options & ~PMAP_OPTIONS_NOFLUSH,
2937 options | PMAP_OPTIONS_NOFLUSH,
2957 options & ~PMAP_OPTIONS_NOFLUSH, NULL);
3005 options | PMAP_OPTIONS_NOFLUSH,
3012 options | PMAP_OPTIONS_NOFLUSH,
3054 options | PMAP_OPTIONS_NOFLUSH,
3061 options | PMAP_OPTIONS_NOFLUSH,
[all …]
H A Dpmap.h680 #define PMAP_OPTIONS_NOFLUSH 0x20 /* delay flushing of pmap */ macro
H A Dvm_pageout.c1423 pmap_clear_refmod_options(phys_page, VM_MEM_REFERENCED, PMAP_OPTIONS_NOFLUSH, (void *)NULL); in vm_pageout_page_queue()
2955 …pmap_clear_refmod_options(VM_PAGE_GET_PHYS_PAGE(m), VM_MEM_REFERENCED, PMAP_OPTIONS_NOFLUSH, (void… in vm_page_balance_inactive()
6137 PMAP_OPTIONS_NOFLUSH | PMAP_OPTIONS_CLEAR_WRITE, in vm_object_upl_request()
11281 VM_MEM_REFERENCED, PMAP_OPTIONS_NOFLUSH, (void*)NULL); in move_pages_to_queue()
H A Dvm_fault.c632 …pmap_clear_refmod_options(VM_PAGE_GET_PHYS_PAGE(m), VM_MEM_REFERENCED, PMAP_OPTIONS_NOFLUSH, (void… in vm_fault_deactivate_behind()
/xnu-10063.141.1/osfmk/i386/
H A Dpmap_x86_common.c1252 if (options & PMAP_OPTIONS_NOFLUSH) { in pmap_enter_options()
1820 if (options & PMAP_OPTIONS_NOFLUSH) { in pmap_page_protect_options()
1962 if (options & PMAP_OPTIONS_NOFLUSH) { in pmap_page_protect_options()
2022 (options & PMAP_OPTIONS_NOFLUSH) && in phys_attribute_clear()
2117 if (!(options & PMAP_OPTIONS_NOFLUSH)) { in phys_attribute_clear()
/xnu-10063.141.1/osfmk/device/
H A Diokit_rpc.c590 PMAP_OPTIONS_NOFLUSH, (void *)&pmap_flush_context_storage, PMAP_MAPPING_TYPE_INFER); in IOProtectCacheMode()
/xnu-10063.141.1/osfmk/arm64/sptm/pmap/
H A Dpmap.c4147 assert(!(flush_range && (options & PMAP_OPTIONS_NOFLUSH)));
4165 options = options & ~PMAP_OPTIONS_NOFLUSH;
4281 const bool defer_tlbi = (options & PMAP_OPTIONS_NOFLUSH) || flush_range;
4633 options &= ~PMAP_OPTIONS_NOFLUSH;
6527 options = options & ~PMAP_OPTIONS_NOFLUSH;
6537 (options & PMAP_OPTIONS_NOFLUSH))) {
7223 assert(!(flush_range && (options & PMAP_OPTIONS_NOFLUSH)));
7300 const bool defer_tlbi = (options & PMAP_OPTIONS_NOFLUSH) || flush_range;
7560 …if (__improbable((options & (PMAP_OPTIONS_FF_LOCKED | PMAP_OPTIONS_FF_WIRED | PMAP_OPTIONS_NOFLUSH
/xnu-10063.141.1/osfmk/arm/pmap/
H A Dpmap.c4724 options = options & ~PMAP_OPTIONS_NOFLUSH;
5012 if (!issue_tlbi && update && !(options & PMAP_OPTIONS_NOFLUSH)) {
5218 options &= ~PMAP_OPTIONS_NOFLUSH;
7143 options = options & ~PMAP_OPTIONS_NOFLUSH;
7153 (options & PMAP_OPTIONS_NOFLUSH))) {
7990 !(options & PMAP_OPTIONS_NOFLUSH)) {
8120 …if (__improbable((options & (PMAP_OPTIONS_FF_LOCKED | PMAP_OPTIONS_FF_WIRED | PMAP_OPTIONS_NOFLUSH
/xnu-10063.141.1/osfmk/x86_64/
H A Dpmap.c1991 if (options & PMAP_OPTIONS_NOFLUSH) { in pmap_protect_options()