Home
last modified time | relevance | path

Searched refs:vm_allocate_kernel (Results 1 – 10 of 10) sorted by relevance

/xnu-8019.80.24/osfmk/vm/
H A Dvm_debug.c277 kr = vm_allocate_kernel(ipc_kernel_map, &addr, size, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_IPC); in vm32_region_info()
500 kr = vm_allocate_kernel(ipc_kernel_map, &addr, size, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_IPC); in vm32_region_info_64()
586 (void) vm_allocate_kernel(ipc_kernel_map, &addr, size, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_IPC); in vm32_mapped_pages_info()
703 kr = vm_allocate_kernel(ipc_kernel_map, &addr, size, in host_virtual_physical_table_info()
H A Dvm_kern.h373 extern kern_return_t vm_allocate_kernel(
H A Dvm_user.c257 return vm_allocate_kernel(map, addr, size, flags, tag); in vm_allocate_external()
261 vm_allocate_kernel( in vm_allocate_kernel() function
/xnu-8019.80.24/iokit/Kernel/
H A DIOGuardPageMemoryDescriptor.cpp64 kr = vm_allocate_kernel(kernel_map, &address, size, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_IOKIT); in initWithSize()
H A DIOUserClient.cpp6051 kr = vm_allocate_kernel(kernel_map, &data, size, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_IOKIT); in is_io_catalog_get_data()
/xnu-8019.80.24/osfmk/ipc/
H A Dmach_port.c273 kr = vm_allocate_kernel(ipc_kernel_map, &addr1, size, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_IPC); in mach_port_names()
278 kr = vm_allocate_kernel(ipc_kernel_map, &addr2, size, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_IPC); in mach_port_names()
1312 kr = vm_allocate_kernel(ipc_kernel_map, &addr, size, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_IPC); in mach_port_get_set_status()
H A Dipc_kmsg.c3796 if (vm_allocate_kernel(ipc_kernel_copy_map, &paddr, space_needed, in ipc_kmsg_copyin_body()
4755 kr = vm_allocate_kernel(map, (vm_offset_t*)&rounded_addr, rounded_size, VM_FLAGS_ANYWHERE, 0); in ipc_kmsg_copyout_ool_descriptor()
/xnu-8019.80.24/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp277 kr = vm_allocate_kernel(kernel_map, &buffer, bufSize, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_IOKIT); in IODMACommandLocalMappedNonContig()
1079 kr = vm_allocate_kernel(kernel_map, &data[0], bsize, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_IOKIT); in IOMemoryDescriptorTest()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_gss.c3893 …kr = vm_allocate_kernel(ipc_kernel_map, &kmem_buf, tbuflen, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_FILE… in nfs_gss_mach_alloc_buffer()
/xnu-8019.80.24/bsd/kern/
H A Dkern_exec.c6687 …kern_return_t kr = vm_allocate_kernel(bsd_pageable_map, (vm_offset_t *)execarg_address, BSD_PAGEAB… in execargs_purgeable_allocate()