Home
last modified time | relevance | path

Searched refs:VM_PURGABLE_SET_STATE (Results 1 – 12 of 12) sorted by relevance

/xnu-12377.81.4/osfmk/mach/
H A Dvm_purgable.h62 #define VM_PURGABLE_SET_STATE ((vm_purgable_t) 0) /* set state of purgeable object */ macro
/xnu-12377.81.4/tests/
H A Dvm_phys_footprint.c474 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 Dvm_test_mach_map.c490 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 Darm_mte.c1665 kr = mach_vm_purgable_control(mach_task_self(), owned_addr, VM_PURGABLE_SET_STATE,
/xnu-12377.81.4/tests/vm/
H A Dneural_footprint.c323 VM_PURGABLE_SET_STATE, in make_volatile()
346 VM_PURGABLE_SET_STATE, in make_nonvolatile()
/xnu-12377.81.4/osfmk/vm/
H A Dvm_memory_entry.c1417 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 Dvm_user.c1622 case VM_PURGABLE_SET_STATE: in mach_vm_purgable_control()
H A Dvm_object.c6163 if (control == VM_PURGABLE_SET_STATE &&
6168 if (control != VM_PURGABLE_SET_STATE &&
H A Dvm_map.c21433 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 Dvm_parameter_validation.h1796 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 DIOMemoryDescriptor.cpp296 *control = VM_PURGABLE_SET_STATE; in purgeableControlBits()
319 if (*control == VM_PURGABLE_SET_STATE) { in purgeableControlBits()
/xnu-12377.81.4/bsd/kern/
H A Dkern_exec.c8117 (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()