Searched refs:VM_PURGABLE_SET_STATE (Results 1 – 11 of 11) sorted by relevance
| /xnu-11417.140.69/osfmk/mach/ |
| H A D | vm_purgable.h | 62 #define VM_PURGABLE_SET_STATE ((vm_purgable_t) 0) /* set state of purgeable object */ macro
|
| /xnu-11417.140.69/tests/ |
| H A D | vm_phys_footprint.c | 474 VM_PURGABLE_SET_STATE, 498 VM_PURGABLE_SET_STATE, 593 VM_PURGABLE_SET_STATE, 617 VM_PURGABLE_SET_STATE, 795 VM_PURGABLE_SET_STATE, 819 VM_PURGABLE_SET_STATE, 1017 VM_PURGABLE_SET_STATE, 1041 VM_PURGABLE_SET_STATE,
|
| H A D | vm_test_mach_map.c | 481 VM_PURGABLE_SET_STATE, 497 VM_PURGABLE_SET_STATE, 531 VM_PURGABLE_SET_STATE, 551 VM_PURGABLE_SET_STATE, 1096 VM_PURGABLE_SET_STATE, &state);
|
| /xnu-11417.140.69/tests/vm/ |
| H A D | neural_footprint.c | 323 VM_PURGABLE_SET_STATE, in make_volatile() 346 VM_PURGABLE_SET_STATE, in make_nonvolatile()
|
| /xnu-11417.140.69/osfmk/vm/ |
| H A D | vm_memory_entry.c | 1404 if (control != VM_PURGABLE_SET_STATE && in memory_entry_purgeable_control_internal() 1410 if ((control == VM_PURGABLE_SET_STATE || in memory_entry_purgeable_control_internal()
|
| H A D | vm_user.c | 1559 case VM_PURGABLE_SET_STATE: in mach_vm_purgable_control()
|
| H A D | vm_object.c | 5928 if (control == VM_PURGABLE_SET_STATE && 5933 if (control != VM_PURGABLE_SET_STATE &&
|
| H A D | vm_map.c | 20057 if (control != VM_PURGABLE_SET_STATE && in vm_map_purgable_control() 20069 if ((control == VM_PURGABLE_SET_STATE || in vm_map_purgable_control()
|
| /xnu-11417.140.69/bsd/kern/ |
| H A D | kern_exec.c | 7453 (vm_offset_t) execarg_address, VM_PURGABLE_SET_STATE, &state); in execargs_purgeable_reference() 7465 (vm_offset_t) execarg_address, VM_PURGABLE_SET_STATE, &state); in execargs_purgeable_volatilize()
|
| /xnu-11417.140.69/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 298 *control = VM_PURGABLE_SET_STATE; in purgeableControlBits() 321 if (*control == VM_PURGABLE_SET_STATE) { in purgeableControlBits()
|
| /xnu-11417.140.69/osfmk/tests/ |
| H A D | vm_parameter_validation.h | 1878 VM_PURGEABLE_TRIAL(VM_PURGABLE_SET_STATE), 4984 if (control == VM_PURGABLE_PURGE_ALL || VM_PURGABLE_SET_STATE) { in check_mach_vm_purgable_control_outparam_changes()
|