Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/mach/
H A Dvm_purgable.h58 #define VM_PURGABLE_SET_STATE ((vm_purgable_t) 0) /* set state of purgeable object */ macro
/xnu-11215.1.10/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.c473 VM_PURGABLE_SET_STATE,
489 VM_PURGABLE_SET_STATE,
523 VM_PURGABLE_SET_STATE,
543 VM_PURGABLE_SET_STATE,
992 VM_PURGABLE_SET_STATE, &state);
/xnu-11215.1.10/tests/vm/
H A Dneural_footprint.c323 VM_PURGABLE_SET_STATE, in make_volatile()
346 VM_PURGABLE_SET_STATE, in make_nonvolatile()
/xnu-11215.1.10/osfmk/vm/
H A Dvm_memory_entry.c1389 if (control != VM_PURGABLE_SET_STATE && in memory_entry_purgeable_control_internal()
1395 if ((control == VM_PURGABLE_SET_STATE || in memory_entry_purgeable_control_internal()
H A Dvm_object.c5846 if (control == VM_PURGABLE_SET_STATE &&
5851 if (control != VM_PURGABLE_SET_STATE &&
H A Dvm_map.c19508 if (control != VM_PURGABLE_SET_STATE && in vm_map_purgable_control()
19520 if ((control == VM_PURGABLE_SET_STATE || in vm_map_purgable_control()
/xnu-11215.1.10/iokit/Kernel/
H A DIOMemoryDescriptor.cpp297 *control = VM_PURGABLE_SET_STATE; in purgeableControlBits()
320 if (*control == VM_PURGABLE_SET_STATE) { in purgeableControlBits()
/xnu-11215.1.10/bsd/kern/
H A Dkern_exec.c7386 …m_purgable_control(bsd_pageable_map, (vm_offset_t) execarg_address, VM_PURGABLE_SET_STATE, &state); in execargs_purgeable_reference()
7397 …kr = vm_purgable_control(bsd_pageable_map, (vm_offset_t) execarg_address, VM_PURGABLE_SET_STATE, &… in execargs_purgeable_volatilize()