Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLib/
DCopyMem.c52 volatile UINT64 *Destination64; in InternalMemCopyMem() local
58 Destination64 = (UINT64*)DestinationBuffer; in InternalMemCopyMem()
61 *(Destination64++) = *(Source64++); in InternalMemCopyMem()
66 Destination8 = (UINT8*)Destination64; in InternalMemCopyMem()
72 Destination64 = (UINT64*)((UINTN)DestinationBuffer + Length); in InternalMemCopyMem()
81 Destination8 = (UINT8*)Destination64; in InternalMemCopyMem()
88 Destination64 = (UINT64*)Destination8; in InternalMemCopyMem()
93 *(--Destination64) = *(--Source64); in InternalMemCopyMem()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
DNorFlashDxe.c773 UINT64 *Destination64; in AlignedCopyMem() local
777 Destination64 = DestinationBuffer; in AlignedCopyMem()
780 *Destination64++ = *Source64++; in AlignedCopyMem()
784 Destination8 = (UINT8 *)Destination64; in AlignedCopyMem()