Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIODMACommand.cpp578 addr64_t cpuAddr = address; in segmentOp() local
584 cpuAddr = target->fMapper->mapToPhysicalAddress(address); in segmentOp()
604 copypv(remapAddr, cpuAddr, (unsigned int) chunk, in segmentOp()
607 copypv(cpuAddr, remapAddr, (unsigned int) chunk, in segmentOp()
1200 addr64_t cpuAddr = ioAddr; in transferSegment() local
1208 cpuAddr = target->fMapper->mapToPhysicalAddress(ioAddr); in transferSegment()
1218 copypv(cpuAddr, context->bufferOffset + (addr64_t) context->buffer, (unsigned int) copyLen, in transferSegment()
1222 copypv(context->bufferOffset + (addr64_t) context->buffer, cpuAddr, (unsigned int) copyLen, in transferSegment()