Searched refs:VM_PURGABLE_SET_STATE (Results 1 – 8 of 8) sorted by relevance
| /xnu-8792.61.2/osfmk/mach/ |
| H A D | vm_purgable.h | 58 #define VM_PURGABLE_SET_STATE ((vm_purgable_t) 0) /* set state of purgeable object */ macro
|
| /xnu-8792.61.2/tests/ |
| H A D | vm_phys_footprint.c | 470 VM_PURGABLE_SET_STATE, 494 VM_PURGABLE_SET_STATE, 589 VM_PURGABLE_SET_STATE, 613 VM_PURGABLE_SET_STATE, 791 VM_PURGABLE_SET_STATE, 815 VM_PURGABLE_SET_STATE, 1013 VM_PURGABLE_SET_STATE, 1037 VM_PURGABLE_SET_STATE,
|
| H A D | vm_test_mach_map.c | 473 VM_PURGABLE_SET_STATE, 489 VM_PURGABLE_SET_STATE, 523 VM_PURGABLE_SET_STATE, 543 VM_PURGABLE_SET_STATE, 852 VM_PURGABLE_SET_STATE, &state);
|
| /xnu-8792.61.2/osfmk/vm/ |
| H A D | vm_user.c | 3615 if (control != VM_PURGABLE_SET_STATE && in memory_entry_purgeable_control_internal() 3621 if ((control == VM_PURGABLE_SET_STATE || in memory_entry_purgeable_control_internal()
|
| H A D | vm_object.c | 5691 if (control == VM_PURGABLE_SET_STATE && in vm_object_purgable_control() 5696 if (control != VM_PURGABLE_SET_STATE && in vm_object_purgable_control()
|
| H A D | vm_map.c | 18938 if (control != VM_PURGABLE_SET_STATE && in vm_map_purgable_control() 18950 if ((control == VM_PURGABLE_SET_STATE || in vm_map_purgable_control()
|
| /xnu-8792.61.2/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 289 *control = VM_PURGABLE_SET_STATE; in purgeableControlBits() 312 if (*control == VM_PURGABLE_SET_STATE) { in purgeableControlBits()
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | kern_exec.c | 7060 …m_purgable_control(bsd_pageable_map, (vm_offset_t) execarg_address, VM_PURGABLE_SET_STATE, &state); in execargs_purgeable_reference() 7071 …kr = vm_purgable_control(bsd_pageable_map, (vm_offset_t) execarg_address, VM_PURGABLE_SET_STATE, &… in execargs_purgeable_volatilize()
|