Searched refs:srcAddr64 (Results 1 – 2 of 2) sorted by relevance
350 addr64_t srcAddr64; in IOMemoryDescriptorReadToPhysical() local353 srcAddr64 = md->getPhysicalSegment(offset, &dstLen, kIOMemoryMapperNone); in IOMemoryDescriptorReadToPhysical()354 if (!srcAddr64) { in IOMemoryDescriptorReadToPhysical()364 bcopy_phys(srcAddr64, dstAddr, dstLen); in IOMemoryDescriptorReadToPhysical()
2564 addr64_t srcAddr64; in readBytes() local2567 srcAddr64 = getPhysicalSegment(offset, &srcLen, kIOMemoryMapperNone); in readBytes()2568 if (!srcAddr64) { in readBytes()2580 copypv(srcAddr64, dstAddr, (unsigned int) srcLen, in readBytes()