Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.c1845 DEBUG_DATA_WRITE_MEMORY *MemoryWrite; in CommandCommunication() local
2130 MemoryWrite = (DEBUG_DATA_WRITE_MEMORY *) (DebugHeader + 1); in CommandCommunication()
2134 AlignedDataPtr = ALIGN_POINTER ((UINT8 *) &MemoryWrite->Data, sizeof (UINT64)); in CommandCommunication()
2135 if (AlignedDataPtr != (UINT8 *) &MemoryWrite->Data) { in CommandCommunication()
2136 … CopyMem (AlignedDataPtr, (UINT8 *) &MemoryWrite->Data, MemoryWrite->Count * MemoryWrite->Width); in CommandCommunication()
2138 …CopyMemByWidth ((UINT8 *) (UINTN) MemoryWrite->Address, AlignedDataPtr, MemoryWrite->Count, Memory… in CommandCommunication()