Home
last modified time | relevance | path

Searched refs:mach_make_memory_entry (Results 1 – 7 of 7) sorted by relevance

/xnu-8019.80.24/tests/
H A Dperf_vmfault.c124 …T_QUIET; T_ASSERT_MACH_SUCCESS(mach_make_memory_entry(mach_task_self(), &size, addr1, VM_PROT_ALL … in map_mem_regions_single()
/xnu-8019.80.24/osfmk/mach/
H A Dmach_vm.defs468 routine mach_make_memory_entry(
576 * mach_make_memory_entry() -
H A Dmach_host.defs118 * and can be subsetted through the mach_make_memory_entry call
H A Dvm_map.defs358 routine mach_make_memory_entry(
/xnu-8019.80.24/osfmk/i386/commpage/
H A Dcommpage.c173 if ((kr = mach_make_memory_entry( kernel_map, // target map in commpage_allocate()
/xnu-8019.80.24/iokit/Kernel/
H A DIOMemoryDescriptor.cpp1119 err = mach_make_memory_entry(NULL /*unused*/, &unused, 0 /*unused*/, in memoryReferenceMap()
1431 err = mach_make_memory_entry(NULL /*unused*/, &unused, 0 /*unused*/, in memoryReferenceMapNew()
/xnu-8019.80.24/osfmk/vm/
H A Dvm_user.c3355 mach_make_memory_entry( in mach_make_memory_entry() function