Searched refs:VM_PURGABLE_SET_STATE (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.81.4/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-12377.81.4/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 | 490 VM_PURGABLE_SET_STATE, 506 VM_PURGABLE_SET_STATE, 540 VM_PURGABLE_SET_STATE, 560 VM_PURGABLE_SET_STATE, 1105 VM_PURGABLE_SET_STATE, &state);
|
| H A D | arm_mte.c | 1665 kr = mach_vm_purgable_control(mach_task_self(), owned_addr, VM_PURGABLE_SET_STATE,
|
| /xnu-12377.81.4/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-12377.81.4/osfmk/vm/ |
| H A D | vm_memory_entry.c | 1417 if (control != VM_PURGABLE_SET_STATE && in memory_entry_purgeable_control_internal() 1423 if ((control == VM_PURGABLE_SET_STATE || in memory_entry_purgeable_control_internal()
|
| H A D | vm_user.c | 1622 case VM_PURGABLE_SET_STATE: in mach_vm_purgable_control()
|
| H A D | vm_object.c | 6163 if (control == VM_PURGABLE_SET_STATE && 6168 if (control != VM_PURGABLE_SET_STATE &&
|
| H A D | vm_map.c | 21433 if (control != VM_PURGABLE_SET_STATE && in vm_map_purgable_control() 21447 if ((control == VM_PURGABLE_SET_STATE || in vm_map_purgable_control()
|
| /xnu-12377.81.4/osfmk/tests/ |
| H A D | vm_parameter_validation.h | 1796 VM_PURGEABLE_TRIAL(VM_PURGABLE_SET_STATE), 4902 if (control == VM_PURGABLE_PURGE_ALL || VM_PURGABLE_SET_STATE) { in check_mach_vm_purgable_control_outparam_changes()
|
| /xnu-12377.81.4/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 296 *control = VM_PURGABLE_SET_STATE; in purgeableControlBits() 319 if (*control == VM_PURGABLE_SET_STATE) { in purgeableControlBits()
|
| /xnu-12377.81.4/bsd/kern/ |
| H A D | kern_exec.c | 8117 (vm_offset_t) execarg_address, VM_PURGABLE_SET_STATE, &state); in execargs_purgeable_reference() 8129 (vm_offset_t) execarg_address, VM_PURGABLE_SET_STATE, &state); in execargs_purgeable_volatilize()
|