Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOHibernateIO.cpp350 addr64_t srcAddr64; in IOMemoryDescriptorReadToPhysical() local
353 srcAddr64 = md->getPhysicalSegment(offset, &dstLen, kIOMemoryMapperNone); in IOMemoryDescriptorReadToPhysical()
354 if (!srcAddr64) { in IOMemoryDescriptorReadToPhysical()
364 bcopy_phys(srcAddr64, dstAddr, dstLen); in IOMemoryDescriptorReadToPhysical()
H A DIOMemoryDescriptor.cpp2564 addr64_t srcAddr64; in readBytes() local
2567 srcAddr64 = getPhysicalSegment(offset, &srcLen, kIOMemoryMapperNone); in readBytes()
2568 if (!srcAddr64) { in readBytes()
2580 copypv(srcAddr64, dstAddr, (unsigned int) srcLen, in readBytes()