Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
DQNCSmmHelpers.c36 CONST IN QNC_SMM_SOURCE_DESC *Src2 in CompareEnables() argument
64 if (Src1->En[loopvar].Bit != Src2->En[loopvar].Bit || in CompareEnables()
65 Src1->En[loopvar].Reg.Type != Src2->En[loopvar].Reg.Type || in CompareEnables()
66 Src1->En[loopvar].Reg.Data.raw != Src2->En[loopvar].Reg.Data.raw in CompareEnables()
82 CONST IN QNC_SMM_SOURCE_DESC *Src2 in CompareStatuses() argument
111 if (Src1->Sts[loopvar].Bit != Src2->Sts[loopvar].Bit || in CompareStatuses()
112 Src1->Sts[loopvar].Reg.Type != Src2->Sts[loopvar].Reg.Type || in CompareStatuses()
113 Src1->Sts[loopvar].Reg.Data.raw != Src2->Sts[loopvar].Reg.Data.raw in CompareStatuses()
129 CONST IN QNC_SMM_SOURCE_DESC *Src2 in CompareSources() argument
148 return (BOOLEAN) (CompareEnables (Src1, Src2) && CompareStatuses (Src1, Src2)); in CompareSources()
DQNCSmmHelpers.h54 CONST IN QNC_SMM_SOURCE_DESC *Src2
77 CONST IN QNC_SMM_SOURCE_DESC *Src2
100 CONST IN QNC_SMM_SOURCE_DESC *Src2
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DDevicePath.c259 IN EFI_DEVICE_PATH_PROTOCOL *Src2 in EfiAppendDevicePath() argument
289 ASSERT (!IsDevicePathUnpacked (Src2)); in EfiAppendDevicePath()
290 return EfiDuplicateDevicePath (Src2); in EfiAppendDevicePath()
293 if (!Src2) { in EfiAppendDevicePath()
303 Size2 = EfiDevicePathSize (Src2); in EfiAppendDevicePath()
314 EfiCopyMem (SecondDevicePath, Src2, Size2); in EfiAppendDevicePath()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
DRtDevicePath.c356 IN EFI_DEVICE_PATH_PROTOCOL *Src2 in RtEfiAppendDevicePath() argument
386 ASSERT (!IsDevicePathUnpacked (Src2)); in RtEfiAppendDevicePath()
387 return RtEfiDuplicateDevicePath (Src2); in RtEfiAppendDevicePath()
390 if (!Src2) { in RtEfiAppendDevicePath()
400 Size2 = RtEfiDevicePathSize (Src2); in RtEfiAppendDevicePath()
411 EfiCopyMem (SecondDevicePath, Src2, Size2); in RtEfiAppendDevicePath()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
DRtDevicePath.h100 IN EFI_DEVICE_PATH_PROTOCOL *Src2
164 IN EFI_DEVICE_PATH_PROTOCOL *Src2
DEfiDriverLib.h430 IN EFI_DEVICE_PATH_PROTOCOL *Src2
494 IN EFI_DEVICE_PATH_PROTOCOL *Src2
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DevicePathUtilities/
DDevicePathUtilities.h74 IN CONST EFI_DEVICE_PATH_PROTOCOL *Src2
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDevicePathUtilities.h75 IN CONST EFI_DEVICE_PATH_PROTOCOL *Src2