Home
last modified time | relevance | path

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

/xnu-11215.1.10/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-11215.1.10/iokit/Kernel/
H A DIOGuardPageMemoryDescriptor.cpp64 kr = mach_vm_allocate_kernel(kernel_map, &address, size, in initWithSize()
H A DIOUserClient.cpp6269 kr = mach_vm_allocate_kernel(kernel_map, &data, size, in is_io_catalog_get_data()
/xnu-11215.1.10/bsd/tests/
H A Dcopyio_tests.c518 ret = mach_vm_allocate_kernel(data.user_map, &user_addr, in copyio_test()
527 ret = mach_vm_allocate_kernel(data.user_map, &user_addr, PAGE_SIZE, in copyio_test()
/xnu-11215.1.10/osfmk/vm/
H A Dvm_kern_xnu.h1003 extern kern_return_t mach_vm_allocate_kernel(
H A Dvm_debug.c562 (void) mach_vm_allocate_kernel(ipc_kernel_map, &addr, size, in vm32_mapped_pages_info()
H A Dvm_reclaim.c258 kr = mach_vm_allocate_kernel(map, offset_u, size_u, vmk_flags); in vm_deferred_reclamation_buffer_init_internal()
H A Dvm_user.c161 return mach_vm_allocate_kernel(map, addr, size, vmk_flags); in mach_vm_allocate_external()
H A Dvm_kern.c1264 mach_vm_allocate_kernel( in mach_vm_allocate_kernel() function
/xnu-11215.1.10/osfmk/tests/
H A Dvm_parameter_validation_kern.c246 kern_return_t kr = mach_vm_allocate_kernel(map, start, size, in call_mach_vm_allocate_kernel__flags()
265 kern_return_t kr = mach_vm_allocate_kernel(map, start, size, in call_mach_vm_allocate_kernel__start_size_fixed()
283 kern_return_t kr = mach_vm_allocate_kernel(map, start, size, in call_mach_vm_allocate_kernel__start_size_anywhere()
857 …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-11215.1.10/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp278 kr = mach_vm_allocate_kernel(kernel_map, &buffer, bufSize, in IODMACommandLocalMappedNonContig()
1081 kr = mach_vm_allocate_kernel(kernel_map, &data[0], bsize, in IOMemoryDescriptorTest()
/xnu-11215.1.10/osfmk/corpses/
H A Dcorpse.c848 kr = mach_vm_allocate_kernel(task->map, &udata_ptr, (size_t)kcd_size, in task_map_kcdata_64()
/xnu-11215.1.10/osfmk/ipc/
H A Dipc_kmsg.c2879 kr = mach_vm_allocate_kernel(ipc_kernel_copy_map, &paddr, psize, in ipc_kmsg_copyin_body()
3899 kr = mach_vm_allocate_kernel(map, &rounded_addr, rounded_size, in ipc_kmsg_copyout_ool_descriptor()
4017 kr = mach_vm_allocate_kernel(map, &rcv_addr, names_length, in ipc_kmsg_copyout_ool_ports_descriptor()
/xnu-11215.1.10/bsd/kern/
H A Dkern_exec.c7003 kr = mach_vm_allocate_kernel(map, &addr, size, in create_unix_stack()
7008 kr = mach_vm_allocate_kernel(map, &addr, size, in create_unix_stack()
7208 (void) mach_vm_allocate_kernel(map, &scratch_addr, map_page_size, in load_init_program()
7374 kern_return_t kr = mach_vm_allocate_kernel(bsd_pageable_map, &addr, in execargs_purgeable_allocate()