Home
last modified time | relevance | path

Searched refs:memory_entry_purgeable_control_internal (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.61.5/osfmk/vm/
H A Dvm_iokit.h124 extern kern_return_t memory_entry_purgeable_control_internal(
H A Dvm_memory_entry.c1382 return memory_entry_purgeable_control_internal(entry_port, control, state); in mach_memory_entry_purgable_control()
1386 memory_entry_purgeable_control_internal( in memory_entry_purgeable_control_internal() function
/xnu-11215.61.5/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1635 err = memory_entry_purgeable_control_internal(entries->entry, control, &state); in memoryReferenceSetPurgeable()