| /xnu-12377.81.4/tests/vm/ |
| H A D | vm_test_90774260.c | 56 kr = mach_vm_map(mach_task_self(), in test_90774260() 86 kr = mach_vm_map(mach_task_self(), in test_90774260() 101 kr = mach_vm_map(mach_task_self(), in test_90774260()
|
| H A D | mach_vm_map.c | 155 kr = mach_vm_map(mach_task_self(), &map_addr, map_size, 0, in mach_vm_map_unaligned_test() 225 kr = mach_vm_map(mach_task_self(), &scratch_addr, scratch_size, 296 kr = mach_vm_map(mach_task_self(), &target_addr, (mach_vm_size_t) -1, 0, 307 kr = mach_vm_map(mach_task_self(), &target_addr, size_16kb, 0, vmflags, 317 kr = mach_vm_map(mach_task_self(), &target_addr, size_16kb, 0, vmflags, 331 kr = mach_vm_map(mach_task_self(), &target_addr, size_16kb, 0, vmflags,
|
| H A D | vm_memory_entry_parent_test.c | 85 kr = mach_vm_map(mach_task_self(), 129 kr = mach_vm_map(mach_task_self(), &alloced_addr, KB16, 0, VM_FLAGS_ANYWHERE, 212 kr = mach_vm_map(mach_task_self(), &alloced_addr, KB16, 0, VM_FLAGS_ANYWHERE, 216 kr = mach_vm_map(mach_task_self(), &alloced_addr, KB16, 0, VM_FLAGS_ANYWHERE,
|
| H A D | vm_memory_entry.c | 67 err = mach_vm_map(mach_task_self(), &addr, size, 0, 156 err = mach_vm_map(mach_task_self(), &remap_addr, vm_page_size, 0,
|
| H A D | vm_test_102067976.c | 52 kr = mach_vm_map(mach_task_self(),
|
| H A D | neural_footprint.c | 485 mach_vm_map( 501 mach_vm_map( 517 mach_vm_map( 533 mach_vm_map(
|
| H A D | vm_allocation.c | 438 …return mach_vm_map(map, address, size, (mach_vm_offset_t)0, flags, MACH_PORT_NULL, (memory_object_… in wrapper_mach_vm_map() 447 …return mach_vm_map(map, address, size, (mach_vm_offset_t)0xFFF, flags, MACH_PORT_NULL, (memory_obj… in wrapper_mach_vm_map_4kB() 455 …return mach_vm_map(map, address, size, (mach_vm_offset_t)0x1FFFFF, flags, MACH_PORT_NULL, (memory_… in wrapper_mach_vm_map_2MB() 490 …kr = mach_vm_map(map, address, size, (mach_vm_offset_t)0, flags, object_handle, (memory_object_off… in wrapper_mach_vm_map_named_entry() 1826 …kr = mach_vm_map(my_task, &address, size, mask, flag, object_handle, (memory_object_offset_t)0, FA… in test_mach_vm_map_protection_inheritance_error() 1855 …assert_mach_return(mach_vm_map(mach_task_self(), &address, size, mask, VM_FLAGS_ANYWHERE, MACH_POR… in test_mach_vm_map_large_mask_overflow_error() 3504 …mach_vm_map(mach_task_self(), &src, size, 0, TRUE, mem_obj, 0, FALSE, cur_protect, max_protect, VM… in test_vmcopy_trueshared_source()
|
| H A D | vm_ranges.c | 415 int ret = mach_vm_map(mach_task_self(), &addr, ALLOCATION_SIZE,
|
| H A D | vm_reclaim.c | 103 …kern_return_t kr = mach_vm_map(mach_task_self(), addr, size, 0, VM_FLAGS_ANYWHERE, MEMORY_OBJECT_N… in allocate_and_defer_free()
|
| H A D | vm_parameter_validation.c | 1057 …kern_return_t kr = mach_vm_map(target_task, &addr, size, mask, flags, object, offset, copy, cur_pr… in mach_vm_map_wrapped() 3200 RUN_ALL(mach_vm_map_wrapped, mach_vm_map);
|
| /xnu-12377.81.4/tests/ |
| H A D | vm_test_mach_map.c | 171 kr = mach_vm_map(mach_task_self(), in test_memory_entry_tagging() 347 kr = mach_vm_map(mach_task_self(), in test_map_memory_entry() 1199 kr = mach_vm_map(mach_task_self(), 1455 kr = mach_vm_map(mach_task_self(), 1580 kr = mach_vm_map(mach_task_self(), 1593 kr = mach_vm_map(mach_task_self(), 1854 kr = mach_vm_map(mach_task_self(), 1920 kr = mach_vm_map(mach_task_self(), 2279 kern_return_t kr = mach_vm_map(mach_task_self(), &addr_info, size, 0, flags, port, offset, in zsm_vm_map()
|
| H A D | arm_mte_mach_msg.c | 591 kr = mach_vm_map(mach_task_self(), &addr, msg.size, /* mask = */ 0, in receive_memory_entry() 599 kr = mach_vm_map(mach_task_self(), &addr, msg.size, /* mask = */ 0, in receive_memory_entry()
|
| H A D | os_thread_self_restrict_pagers.c | 445 kr = mach_vm_map(mach_task_self(), in pager_test()
|
| H A D | vm_phys_footprint.c | 971 kr = mach_vm_map(mach_task_self(), &vm_addr, vm_size, 1141 kr = mach_vm_map(mach_task_self(), &vm_addr, vm_size, 1307 kr = mach_vm_map(mach_task_self(), &vm_addr, vm_size,
|
| H A D | arm_mte.c | 1247 kr = mach_vm_map(mach_task_self(), &new_addr, alloc_size, /* mask = */ 0, 1580 kr = mach_vm_map(mach_task_self(), &addr, ALLOC_SIZE, /* mask = */ 0,
|
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | vm_user.c | 2348 extern typeof(mach_vm_map_external) mach_vm_map; 2352 mach_vm_map( in mach_vm_map() function 2401 return mach_vm_map(target_map, address, in vm_map()
|
| H A D | vm_tests.c | 1662 …kr = mach_vm_map(VM_MAP_NULL, &throwaway_addr, size_16kb, 0, VM_FLAGS_ANYWHERE, IPC_PORT_NULL, 0, … in vm_map_null_tests() 2079 kr = mach_vm_map(map_16k, &mapped_addr, size_4kb, 0, VM_FLAGS_ANYWHERE, in vm_map_copy_entry_subrange_test()
|
| /xnu-12377.81.4/libsyscall/mach/ |
| H A D | mach_vm.c | 162 mach_vm_map( in mach_vm_map() function
|
| /xnu-12377.81.4/tests/vm_memory_tests_src/ |
| H A D | vm_tests.c | 167 ret = mach_vm_map(mach_task_self(), &dest, size, 0 /*mask*/, in mach_vm_client()
|
| /xnu-12377.81.4/tests/vm/configurator/ |
| H A D | vm_configurator.c | 1888 kr = mach_vm_map(mach_task_self(), &allocated, arena_unaligned_size, in allocate_arena() 1897 kr = mach_vm_map(mach_task_self(), &allocated, arena_unaligned_size, in allocate_arena() 2556 kr = mach_vm_map(mach_task_self(), in create_vm_state() 2609 kr = mach_vm_map(mach_task_self(), in create_vm_state()
|
| /xnu-12377.81.4/osfmk/mach/ |
| H A D | mach_vm.defs | 354 routine PREFIX(KERNEL_SERVER_SUFFIX(mach_vm_map)) (
|
| /xnu-12377.81.4/osfmk/tests/ |
| H A D | vm_parameter_validation_kern.c | 1481 …kern_return_t kr = mach_vm_map(target_task, address, size, mask, flags, object, offset, copy, cur_… in mach_vm_map_wrapped() 1906 RUN_ALL(mach_vm_map_wrapped, mach_vm_map); in vm_parameter_validation_kern_test()
|
| H A D | vm_parameter_validation.h | 3285 return mach_vm_map(map, address, size, align_mask, in allocate_after()
|