Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_iokit.h132 extern kern_return_t memory_entry_purgeable_control_internal(
H A Dvm_memory_entry.c1399 return memory_entry_purgeable_control_internal(entry_port, control, state); in mach_memory_entry_purgable_control()
1403 memory_entry_purgeable_control_internal( in memory_entry_purgeable_control_internal() function
/xnu-12377.81.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1656 err = memory_entry_purgeable_control_internal(entries->entry, control, &state); in memoryReferenceSetPurgeable()