Home
last modified time | relevance | path

Searched refs:vm_allocate (Results 1 – 19 of 19) sorted by relevance

/xnu-11215.81.4/tests/vm/
H A Dvm_unaligned_copy_protection_race.c97 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 Dvm_unaligned_copy_switch_race.c101 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 Dzalloc_buddy.c55 kr = vm_allocate(mach_task_self(), &zba_test_info.zbats_base, in zba_test_setup()
/xnu-11215.81.4/libsyscall/mach/
H A Dmig_allocate.c62 if (vm_allocate(mach_task_self_, in mig_allocate()
H A Dport_obj.c50 kr = vm_allocate(mach_task_self_, in port_obj_init()
H A Dmach_msg.c589 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 Dtask.c91 kr = vm_allocate(target_task, &addr, size, VM_FLAGS_ANYWHERE); in mach_ports_lookup()
H A Dmach_vm.c112 vm_allocate( in vm_allocate() function
/xnu-11215.81.4/tests/
H A Dsysctl_get_owned_vmobjects.c69 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 Dxnu_quick_test.c33 my_kr = vm_allocate((vm_map_t) mach_task_self(), (vm_address_t*)&my_pathp,
H A Dvm_test_mach_map.c609 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 Dmach_exception_reply.c95 kr = vm_allocate(mach_task_self(), &page, PG_ALLOC, VM_FLAGS_ANYWHERE); in handle_exceptions()
H A Dperf_vmfault.c119 …T_QUIET; T_ASSERT_MACH_SUCCESS(vm_allocate(mach_task_self(), &addr1, size, VM_FLAGS_ANYWHERE), "vm… in map_mem_regions_single()
H A Dstackshot_block_owner_14362384.m298 ret = vm_allocate(mach_task_self(),
328 ret = vm_allocate(mach_task_self(),
/xnu-11215.81.4/osfmk/mach/
H A Dvm32_map.defs95 routine PREFIX(vm_allocate)(
H A Dvm_map.defs130 routine PREFIX(KERNEL_SERVER_SUFFIX(vm_allocate))(
469 * created via a call to vm_allocate() with VM_FLAGS_PURGABLE
H A Dmach_vm.defs122 routine PREFIX(KERNEL_SERVER_SUFFIX(vm_allocate)) (
/xnu-11215.81.4/tests/ipc/
H A Dmach_msg_transport.c626 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 Dvm_parameter_validation_kern.c284 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()