Searched refs:VM_KERN_MEMORY_IOKIT (Results 1 – 12 of 12) sorted by relevance
| /xnu-10002.61.3/osfmk/i386/ |
| H A D | io_map.c | 81 VM_KERN_MEMORY_IOKIT).kmr_submap; in io_map_init() 124 &start, alloc_size, kmaflags, VM_KERN_MEMORY_IOKIT); in io_map()
|
| H A D | lapic_native.c | 128 VM_KERN_MEMORY_IOKIT); in map_local_apic()
|
| /xnu-10002.61.3/osfmk/arm/ |
| H A D | io_map.c | 79 VM_KERN_MEMORY_IOKIT).kmr_submap; in io_map_init() 129 &start, alloc_size, kmaflags, VM_KERN_MEMORY_IOKIT); in io_map()
|
| /xnu-10002.61.3/iokit/Kernel/ |
| H A D | IOLib.cpp | 209 VM_KERN_MEMORY_IOKIT).kmr_submap; in IOLibInit() 306 Z_VM_TAG(Z_WAITOK | flags, VM_KERN_MEMORY_IOKIT)); 408 tag = VM_KERN_MEMORY_IOKIT; in IOMemoryTag() 566 adjustedSize, Z_VM_TAG(Z_WAITOK | flags, VM_KERN_MEMORY_IOKIT)); 800 adjustedSize, Z_VM_TAG_BT(Z_WAITOK, VM_KERN_MEMORY_IOKIT)); in IOKernelAllocateWithPhysicalRestrict() 1002 VM_KERN_MEMORY_IOKIT); in IOIteratePageableMaps() 1094 return (uintptr_t) IOMallocPageablePages(page_size, page_size, VM_KERN_MEMORY_IOKIT); in IOMallocOnePageablePage()
|
| H A D | IOGuardPageMemoryDescriptor.cpp | 64 kr = mach_vm_allocate_kernel(kernel_map, &address, size, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_IOKIT); in initWithSize()
|
| H A D | IOBufferMemoryDescriptor.cpp | 96 kma_flags, VM_KERN_MEMORY_IOKIT); in IOBMDPageProc()
|
| H A D | IOMemoryDescriptor.cpp | 6147 Z_VM_TAG_BT(Z_WAITOK_ZERO, VM_KERN_MEMORY_IOKIT), NULL); in initWithCapacity() 6202 length, Z_VM_TAG_BT(Z_WAITOK_ZERO, VM_KERN_MEMORY_IOKIT), in setLength()
|
| H A D | IOHibernateIO.cpp | 663 (kma_flags_t)(KMA_PAGEABLE | KMA_DATA), VM_KERN_MEMORY_IOKIT)) { in IOHibernateSystemSleep()
|
| H A D | IOUserClient.cpp | 6270 kr = mach_vm_allocate_kernel(kernel_map, &data, size, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_IOKIT); in is_io_catalog_get_data()
|
| /xnu-10002.61.3/osfmk/mach/ |
| H A D | vm_statistics.h | 793 #define VM_KERN_MEMORY_IOKIT 3 macro
|
| /xnu-10002.61.3/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 277 …kr = mach_vm_allocate_kernel(kernel_map, &buffer, bufSize, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_IOKIT… in IODMACommandLocalMappedNonContig() 1079 kr = mach_vm_allocate_kernel(kernel_map, &data[0], bsize, VM_FLAGS_ANYWHERE, VM_KERN_MEMORY_IOKIT); in IOMemoryDescriptorTest()
|
| /xnu-10002.61.3/bsd/vm/ |
| H A D | vm_unix.c | 154 0, 0, 0, KMA_DATA, VM_KERN_MEMORY_IOKIT);
|