Home
last modified time | relevance | path

Searched refs:mapAddress (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOMapper.h117 uint64_t * mapAddress,
122 uint64_t mapAddress,
126 uint64_t mapAddress,
H A DIOMemoryDescriptor.h447 uint64_t * mapAddress,
453 uint64_t mapAddress,
795 IOVirtualAddress mapAddress,
1116 uint64_t * mapAddress,
/xnu-11215/iokit/Kernel/
H A DIOKitDebug.cpp1256 mach_vm_address_t mapAddress; in IOTrackingDebug() local
1465 kr = IOMemoryMapTracking(user, &mapTask, &mapAddress, &mapSize); in IOTrackingDebug()
1478 siteInfo.address = mapAddress; in IOTrackingDebug()
H A DIOMemoryDescriptor.cpp4485 uint64_t * mapAddress, in dmaMap() argument
4498 mapSpec, command, NULL, mapAddress, mapLength); in dmaMap()
4541 uint64_t mapAddress, in dmaUnmap() argument
4566 ret = mapper->iovmUnmapMemory(this, command, mapAddress, mapLength); in dmaUnmap()
4588 uint64_t * mapAddress, in dmaMap() argument
4595 *mapAddress = 0; in dmaMap()
4605 err = super::dmaMap(mapper, memory, command, mapSpec, offset, length, mapAddress, mapLength); in dmaMap()
4644 command, &dmaPageList, mapAddress, mapLength); in dmaMap()
5716 IOVirtualAddress mapAddress, in setMapping() argument
5719 return createMappingInTask( intoTask, mapAddress, in setMapping()