Home
last modified time | relevance | path

Searched refs:IOMemoryTag (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.41.9/iokit/Kernel/
H A DIOLib.cpp398 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 DIODataQueue.cpp113 (kma_flags_t)(KMA_DATA | KMA_ZERO), IOMemoryTag(kernel_map)); in initWithCapacity()
H A DIOMapper.cpp216 tag = IOMemoryTag(kernel_map); in copyMapperForDeviceWithIndex()
H A DIOSharedDataQueue.cpp104 (kma_flags_t)(KMA_DATA | KMA_ZERO), IOMemoryTag(kernel_map)); in initWithCapacity()
H A DIOMultiMemoryDescriptor.cpp299 ref.tag = IOMemoryTag(map); in doMap()
H A DIOBufferMemoryDescriptor.cpp344 IOMemoryTag(kernel_map)); in initWithPhysicalMask()
H A DIOMemoryDescriptor.cpp2324 _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 DOSSerialize.cpp60 .kmg_tag = IOMemoryTag(kernel_map), in OSSerialize_guard()
/xnu-8792.41.9/iokit/IOKit/
H A DIOLib.h726 IOMemoryTag(vm_map_t map);