Searched refs:mach_make_memory_entry (Results 1 – 10 of 10) sorted by relevance
| /xnu-11215.1.10/tests/ |
| H A D | perf_vmfault.c | 125 …T_QUIET; T_ASSERT_MACH_SUCCESS(mach_make_memory_entry(mach_task_self(), &size, addr1, VM_PROT_ALL … in map_mem_regions_single()
|
| /xnu-11215.1.10/osfmk/mach/ |
| H A D | mach_host.defs | 122 * and can be subsetted through the mach_make_memory_entry call
|
| H A D | vm_map.defs | 362 routine mach_make_memory_entry(
|
| H A D | mach_vm.defs | 468 routine mach_make_memory_entry(
|
| /xnu-11215.1.10/osfmk/i386/commpage/ |
| H A D | commpage.c | 172 if ((kr = mach_make_memory_entry( kernel_map, // target map in commpage_allocate()
|
| /xnu-11215.1.10/osfmk/tests/ |
| H A D | vm_parameter_validation_kern.c | 996 IMPL(mach_make_memory_entry, vm_size_t) in IMPL() 1620 RUN_ALL(mach_make_memory_entry, mach_make_memory_entry); in IMPL()
|
| /xnu-11215.1.10/osfmk/vm/ |
| H A D | vm_tests.c | 1570 …kr = mach_make_memory_entry(VM_MAP_NULL, &vm_size, alloced_addr, VM_PROT_DEFAULT, &mem_entry_resul… in vm_map_null_tests() 1759 …kr = mach_make_memory_entry(kernel_map, &size, (mach_vm_offset_t) allocation_addr, VM_PROT_READ | … in vm_memory_entry_pgz_test()
|
| H A D | vm_memory_entry.c | 1211 mach_make_memory_entry( in mach_make_memory_entry() function
|
| /xnu-11215.1.10/tests/vm/ |
| H A D | vm_parameter_validation.c | 317 IMPL(mach_make_memory_entry, vm_address_t) in IMPL()
|
| /xnu-11215.1.10/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 1138 err = mach_make_memory_entry(NULL /*unused*/, &unused, 0 /*unused*/, in memoryReferenceMap() 1446 err = mach_make_memory_entry(NULL /*unused*/, &unused, 0 /*unused*/, in memoryReferenceMapNew()
|