Home | History | Annotate | Download | only in PciHostBridgeDxe

Lines Matching refs:DestAddress

814   @param[in] DestAddress The destination address of the memory operation. The

815 caller is responsible for aligning the DestAddress if
821 moved is Width size * Count, starting at DestAddress
835 IN UINT64 DestAddress,
850 DestAddress == SrcAddress) {
857 if ((DestAddress > SrcAddress) &&
858 (DestAddress < (SrcAddress + Count * Stride))) {
861 DestAddress = DestAddress + (Count - 1) * Stride;
878 DestAddress,
887 DestAddress += Stride;
890 DestAddress -= Stride;