| /xnu-11215.81.4/tests/vm/ |
| H A D | vm_unaligned_copy_protection_race.c | 97 kr = vm_allocate(mach_task_self(), 104 kr = vm_allocate(mach_task_self(), 114 kr = vm_allocate(mach_task_self(), 132 kr = vm_allocate(mach_task_self(),
|
| H A D | vm_unaligned_copy_switch_race.c | 101 kr = vm_allocate(mach_task_self(), 163 kr = vm_allocate(mach_task_self(), 177 kr = vm_allocate(mach_task_self(), 214 kr = vm_allocate(mach_task_self(), 221 kr = vm_allocate(mach_task_self(),
|
| H A D | zalloc_buddy.c | 55 kr = vm_allocate(mach_task_self(), &zba_test_info.zbats_base, in zba_test_setup()
|
| /xnu-11215.81.4/libsyscall/mach/ |
| H A D | mig_allocate.c | 62 if (vm_allocate(mach_task_self_, in mig_allocate()
|
| H A D | port_obj.c | 50 kr = vm_allocate(mach_task_self_, in port_obj_init()
|
| H A D | mach_msg.c | 589 kr = vm_allocate(self, in mach_msg_server_once() 600 kr = vm_allocate(self, in mach_msg_server_once() 715 kr = vm_allocate(self, in mach_msg_server() 733 kr = vm_allocate(self, in mach_msg_server()
|
| H A D | task.c | 91 kr = vm_allocate(target_task, &addr, size, VM_FLAGS_ANYWHERE); in mach_ports_lookup()
|
| H A D | mach_vm.c | 112 vm_allocate( in vm_allocate() function
|
| /xnu-11215.81.4/tests/ |
| H A D | sysctl_get_owned_vmobjects.c | 69 kr = vm_allocate(__self, &tmp_buf, tmp_size, VM_FLAGS_ANYWHERE | VM_FLAGS_PURGABLE); in main_test() 76 kr = vm_allocate(__self, &tmp_buf2, tmp_size, VM_FLAGS_ANYWHERE | VM_FLAGS_PURGABLE); in main_test()
|
| H A D | xnu_quick_test.c | 33 my_kr = vm_allocate((vm_map_t) mach_task_self(), (vm_address_t*)&my_pathp,
|
| H A D | vm_test_mach_map.c | 609 kr = vm_allocate(mach_task_self(), 729 kr = vm_allocate(mach_task_self(), 789 kr = vm_allocate(mach_task_self(), 989 kr = vm_allocate(mach_task_self(), &vmaddr, 1,
|
| H A D | mach_exception_reply.c | 95 kr = vm_allocate(mach_task_self(), &page, PG_ALLOC, VM_FLAGS_ANYWHERE); in handle_exceptions()
|
| H A D | perf_vmfault.c | 119 …T_QUIET; T_ASSERT_MACH_SUCCESS(vm_allocate(mach_task_self(), &addr1, size, VM_FLAGS_ANYWHERE), "vm… in map_mem_regions_single()
|
| H A D | stackshot_block_owner_14362384.m | 298 ret = vm_allocate(mach_task_self(), 328 ret = vm_allocate(mach_task_self(),
|
| /xnu-11215.81.4/osfmk/mach/ |
| H A D | vm32_map.defs | 95 routine PREFIX(vm_allocate)(
|
| H A D | vm_map.defs | 130 routine PREFIX(KERNEL_SERVER_SUFFIX(vm_allocate))( 469 * created via a call to vm_allocate() with VM_FLAGS_PURGABLE
|
| H A D | mach_vm.defs | 122 routine PREFIX(KERNEL_SERVER_SUFFIX(vm_allocate)) (
|
| /xnu-11215.81.4/tests/ipc/ |
| H A D | mach_msg_transport.c | 626 kr = vm_allocate(mach_task_self(), &addr, size, VM_FLAGS_ANYWHERE); in t_mach_msg_descriptor_memory()
|
| /xnu-11215.81.4/osfmk/tests/ |
| H A D | vm_parameter_validation_kern.c | 284 kern_return_t kr = vm_allocate(map, (vm_address_t *) start, (vm_size_t) size, flags); in call_vm_allocate__flags() 293 kern_return_t kr = vm_allocate(map, (vm_address_t *) start, (vm_size_t) size, VM_FLAGS_FIXED); in call_vm_allocate__start_size_fixed() 302 kern_return_t kr = vm_allocate(map, (vm_address_t *) start, (vm_size_t) size, VM_FLAGS_ANYWHERE); in call_vm_allocate__start_size_anywhere()
|