Searched refs:vm_sync_t (Results 1 – 13 of 13) sorted by relevance
| /xnu-11215/osfmk/mach/ |
| H A D | vm_sync.h | 66 typedef unsigned vm_sync_t; typedef 76 #define VM_SYNC_ASYNCHRONOUS ((vm_sync_t) 0x01) 77 #define VM_SYNC_SYNCHRONOUS ((vm_sync_t) 0x02) 78 #define VM_SYNC_INVALIDATE ((vm_sync_t) 0x04) 79 #define VM_SYNC_KILLPAGES ((vm_sync_t) 0x08) 80 #define VM_SYNC_DEACTIVATE ((vm_sync_t) 0x10) 81 #define VM_SYNC_CONTIGUOUS ((vm_sync_t) 0x20) 82 #define VM_SYNC_REUSABLEPAGES ((vm_sync_t) 0x40)
|
| H A D | memory_object_types.h | 180 vm_sync_t sync_flags); /* obsolete */
|
| H A D | vm32_map.defs | 153 sync_flags : vm_sync_t);
|
| H A D | vm_map.defs | 258 sync_flags : vm_sync_t);
|
| H A D | mach_vm.defs | 303 sync_flags : vm_sync_t);
|
| H A D | mach_types.defs | 306 type vm_sync_t = int;
|
| /xnu-11215/osfmk/vm/ |
| H A D | vm_map_internal.h | 596 vm_sync_t sync_flags);
|
| H A D | vm32_user.c | 405 vm_sync_t sync_flags) in vm32_vm_msync()
|
| H A D | vm_user.c | 1116 vm_sync_t sync_flags) in mach_vm_msync() 1168 vm_sync_t sync_flags) in vm_msync()
|
| H A D | vm_map.c | 20717 vm_sync_t sync_flags) in vm_map_msync()
|
| /xnu-11215/bsd/kern/ |
| H A D | kern_mman.c | 1039 vm_sync_t sync_flags = 0; in msync_nocancel()
|
| /xnu-11215/osfmk/tests/ |
| H A D | vm_parameter_validation.h | 1127 vm_sync_t value; 1139 (vm_sync_trial_t) {.value = (vm_sync_t)(new_value), .name = "vm_sync_t " #new_value} 4494 typedef kern_return_t (*NAME ## mach_sync_fn)(MAP_T map, T addr, T size, vm_sync_t behavior); \
|
| /xnu-11215/tests/vm/ |
| H A D | vm_parameter_validation.c | 1580 call_mach_vm_msync__vm_sync(MAP_T map, mach_vm_address_t start, mach_vm_size_t size, vm_sync_t sync) in call_mach_vm_msync__vm_sync() 1595 call_vm_msync__vm_sync(MAP_T map, vm_address_t start, vm_size_t size, vm_sync_t sync) in call_vm_msync__vm_sync()
|