Searched refs:mach_make_memory_entry (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.1.9/osfmk/mach/ |
| H A D | vm32_map.defs | 198 routine PREFIX(mach_make_memory_entry)(
|
| 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-12377.1.9/osfmk/i386/commpage/ |
| H A D | commpage.c | 173 if ((kr = mach_make_memory_entry( kernel_map, // target map in commpage_allocate()
|
| /xnu-12377.1.9/osfmk/tests/ |
| H A D | vm_parameter_validation_kern.c | 1169 IMPL(mach_make_memory_entry, vm_size_t) in IMPL() 1816 RUN_ALL(mach_make_memory_entry, mach_make_memory_entry); in vm_parameter_validation_kern_test()
|
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_memory_entry.c | 1214 mach_make_memory_entry( in mach_make_memory_entry() function
|
| H A D | vm_tests.c | 1571 …kr = mach_make_memory_entry(VM_MAP_NULL, &vm_size, alloced_addr, VM_PROT_DEFAULT, &mem_entry_resul… in vm_map_null_tests()
|
| /xnu-12377.1.9/tests/ |
| H A D | vm_test_mach_map.c | 2295 kern_return_t kr = mach_make_memory_entry(mach_task_self(), &size, addr, flags, &port, parent); in zsm_vm_mach_make_memory_entry()
|
| /xnu-12377.1.9/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 1135 err = mach_make_memory_entry(NULL /*unused*/, &unused, 0 /*unused*/, in memoryReferenceMap() 1443 err = mach_make_memory_entry(NULL /*unused*/, &unused, 0 /*unused*/, in memoryReferenceMapNew()
|
| /xnu-12377.1.9/tests/vm/ |
| H A D | vm_parameter_validation.c | 377 IMPL(mach_make_memory_entry, vm_address_t) in IMPL()
|