Home
last modified time | relevance | path

Searched refs:mach_vm_allocate_kernel (Results 1 – 13 of 13) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Dkext_alloc.c181 rval = mach_vm_allocate_kernel(g_kext_map, &addr, size, in kext_alloc()
214 rval = mach_vm_allocate_kernel(g_kext_map, &addr, size, vmk_flags); in kext_alloc()
/xnu-11417.140.69/iokit/Kernel/
H A DIOGuardPageMemoryDescriptor.cpp64 kr = mach_vm_allocate_kernel(kernel_map, &address, size, in initWithSize()
H A DIOUserClient.cpp6283 kr = mach_vm_allocate_kernel(kernel_map, &data, size, in is_io_catalog_get_data()
/xnu-11417.140.69/bsd/tests/
H A Dcopyio_tests.c519 ret = mach_vm_allocate_kernel(data.user_map, &user_addr, in copyio_test()
528 ret = mach_vm_allocate_kernel(data.user_map, &user_addr, PAGE_SIZE, in copyio_test()
/xnu-11417.140.69/osfmk/vm/
H A Dvm_kern_xnu.h1032 extern kern_return_t mach_vm_allocate_kernel(
H A Dvm_debug.c566 (void) mach_vm_allocate_kernel(ipc_kernel_map, &addr, size, in vm32_vm_mapped_pages_info()
H A Dvm_user.c161 return mach_vm_allocate_kernel(map, addr, size, vmk_flags); in mach_vm_allocate_external()
H A Dvm_kern.c1273 mach_vm_allocate_kernel( in mach_vm_allocate_kernel() function
/xnu-11417.140.69/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp279 kr = mach_vm_allocate_kernel(kernel_map, &buffer, bufSize, in IODMACommandLocalMappedNonContig()
1082 kr = mach_vm_allocate_kernel(kernel_map, &data[0], bsize, in IOMemoryDescriptorTest()
/xnu-11417.140.69/osfmk/corpses/
H A Dcorpse.c850 kr = mach_vm_allocate_kernel(task->map, &udata_ptr, (size_t)kcd_size, in task_map_kcdata_64()
/xnu-11417.140.69/osfmk/tests/
H A Dvm_parameter_validation_kern.c244 kern_return_t kr = mach_vm_allocate_kernel(map, start, size, in call_mach_vm_allocate_kernel__flags()
258 kern_return_t kr = mach_vm_allocate_kernel(map, start, size, in call_mach_vm_allocate_kernel__start_size_fixed()
272 kern_return_t kr = mach_vm_allocate_kernel(map, start, size, in call_mach_vm_allocate_kernel__start_size_anywhere()
912 …kern_return_t kr = mach_vm_allocate_kernel(map, &addr, s, FLAGS_AND_TAG(VM_FLAGS_ANYWHERE, VM_KERN… in call_mach_memory_entry_map_size__start_size()
/xnu-11417.140.69/osfmk/ipc/
H A Dipc_kmsg.c2939 kr = mach_vm_allocate_kernel(ipc_kernel_copy_map, &paddr, psize, in ipc_kmsg_copyin_body()
3954 kr = mach_vm_allocate_kernel(map, &rounded_addr, rounded_size, in ipc_kmsg_copyout_ool_descriptor()
4073 kr = mach_vm_allocate_kernel(map, &rcv_addr, names_length, in ipc_kmsg_copyout_ool_ports_descriptor()
/xnu-11417.140.69/bsd/kern/
H A Dkern_exec.c7064 kr = mach_vm_allocate_kernel(map, &addr, size, in create_unix_stack()
7069 kr = mach_vm_allocate_kernel(map, &addr, size, in create_unix_stack()
7274 (void) mach_vm_allocate_kernel(map, &scratch_addr, map_page_size, in load_init_program()
7440 kern_return_t kr = mach_vm_allocate_kernel(bsd_pageable_map, &addr, in execargs_purgeable_allocate()