Home
last modified time | relevance | path

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

/xnu-11215/iokit/Kernel/
H A DIOHibernateIO.cpp345 addr64_t dstAddr = bytes; in IOMemoryDescriptorReadToPhysical() local
364 bcopy_phys(srcAddr64, dstAddr, dstLen); in IOMemoryDescriptorReadToPhysical()
369 dstAddr += dstLen; in IOMemoryDescriptorReadToPhysical()
H A DIOMemoryDescriptor.cpp2537 addr64_t dstAddr = CAST_DOWN(addr64_t, bytes); in readBytes() local
2580 copypv(srcAddr64, dstAddr, (unsigned int) srcLen, in readBytes()
2583 dstAddr += srcLen; in readBytes()
H A DIOPMrootDomain.cpp12527 char * dstAddr; local
12578 dstAddr = (char*)hdr + hdr->spindump_offset;
12600 kr = stack_snapshot_from_kernel(pid, dstAddr, size, flags, 0, 0, &bytesWritten);