Home
last modified time | relevance | path

Searched refs:mach_make_memory_entry_internal (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/osfmk/vm/
H A Dvm_iokit.h116 extern kern_return_t mach_make_memory_entry_internal(
H A Dvm_memory_entry.c67 return mach_make_memory_entry_internal(target_map, in mach_make_memory_entry_64()
1132 mach_make_memory_entry_internal( in mach_make_memory_entry_internal() function
/xnu-12377.1.9/osfmk/tests/
H A Dvm_parameter_validation_kern.c1183 …return mach_make_memory_entry_internal(target_map, size, offset, permission, vmne_kflags, object_h… in IMPL()
1817 RUN_ALL(mach_make_memory_entry_internal_retyped, mach_make_memory_entry_internal); in vm_parameter_validation_kern_test()
/xnu-12377.1.9/iokit/Kernel/
H A DIOMemoryDescriptor.cpp666 err = mach_make_memory_entry_internal(map, in memoryReferenceCreate()