Home
last modified time | relevance | path

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

/xnu-10063.121.3/iokit/Kernel/
H A DIODMACommand.cpp574 addr64_t cpuAddr = address; in segmentOp() local
580 cpuAddr = target->fMapper->mapToPhysicalAddress(address); in segmentOp()
600 copypv(remapAddr, cpuAddr, (unsigned int) chunk, in segmentOp()
603 copypv(cpuAddr, remapAddr, (unsigned int) chunk, in segmentOp()
1196 addr64_t cpuAddr = ioAddr; in transferSegment() local
1204 cpuAddr = target->fMapper->mapToPhysicalAddress(ioAddr); in transferSegment()
1214 copypv(cpuAddr, context->bufferOffset + (addr64_t) context->buffer, (unsigned int) copyLen, in transferSegment()
1218 copypv(context->bufferOffset + (addr64_t) context->buffer, cpuAddr, (unsigned int) copyLen, in transferSegment()