Searched refs:IOMemoryTag (Results 1 – 9 of 9) sorted by relevance
| /xnu-8792.41.9/iokit/Kernel/ |
| H A D | IOLib.cpp | 398 IOMemoryTag(vm_map_t map) in IOMemoryTag() function 546 size, alignMask, kma_flags, IOMemoryTag(kernel_map)); 560 adjustedSize, kma_flags, IOMemoryTag(kernel_map)); 777 options, IOMemoryTag(kernel_map)); in IOKernelAllocateWithPhysicalRestrict() 780 size, alignMask, options, IOMemoryTag(kernel_map)); in IOKernelAllocateWithPhysicalRestrict() 1109 addr = IOMallocPageablePages(size, alignment, IOMemoryTag(kernel_map)); in IOMallocPageableInternal() 1123 addr = IOMallocPageablePages(allocSize, alignment, IOMemoryTag(kernel_map)); in IOMallocPageableInternal()
|
| H A D | IODataQueue.cpp | 113 (kma_flags_t)(KMA_DATA | KMA_ZERO), IOMemoryTag(kernel_map)); in initWithCapacity()
|
| H A D | IOMapper.cpp | 216 tag = IOMemoryTag(kernel_map); in copyMapperForDeviceWithIndex()
|
| H A D | IOSharedDataQueue.cpp | 104 (kma_flags_t)(KMA_DATA | KMA_ZERO), IOMemoryTag(kernel_map)); in initWithCapacity()
|
| H A D | IOMultiMemoryDescriptor.cpp | 299 ref.tag = IOMemoryTag(map); in doMap()
|
| H A D | IOBufferMemoryDescriptor.cpp | 344 IOMemoryTag(kernel_map)); in initWithPhysicalMask()
|
| H A D | IOMemoryDescriptor.cpp | 2324 _kernelTag = IOMemoryTag(kernel_map); in initWithOptions() 2958 return IOMemoryTag(map); in getVMTag() 4133 tag = IOMemoryTag(kernel_map); in wireVirtual()
|
| /xnu-8792.41.9/libkern/c++/ |
| H A D | OSSerialize.cpp | 60 .kmg_tag = IOMemoryTag(kernel_map), in OSSerialize_guard()
|
| /xnu-8792.41.9/iokit/IOKit/ |
| H A D | IOLib.h | 726 IOMemoryTag(vm_map_t map);
|