Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DDebugSupport.h141 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
162 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
187 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
209 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
DPlDebugSupport.c171 IN EFI_DEBUG_SUPPORT_PROTOCOL *This, in GetMaximumProcessorIndex()
196 IN EFI_DEBUG_SUPPORT_PROTOCOL *This, in RegisterPeriodicCallback()
224 IN EFI_DEBUG_SUPPORT_PROTOCOL *This, in RegisterExceptionCallback()
250 IN EFI_DEBUG_SUPPORT_PROTOCOL *This, in InvalidateInstructionCache()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
DPlDebugSupport.h154 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
175 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
200 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
222 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
DPlDebugSupport.c377 IN EFI_DEBUG_SUPPORT_PROTOCOL *This, in GetMaximumProcessorIndex()
402 IN EFI_DEBUG_SUPPORT_PROTOCOL *This, in RegisterPeriodicCallback()
430 IN EFI_DEBUG_SUPPORT_PROTOCOL *This, in RegisterExceptionCallback()
459 IN EFI_DEBUG_SUPPORT_PROTOCOL *This, in InvalidateInstructionCache()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
DEbcInt.c120 IN EFI_DEBUG_SUPPORT_PROTOCOL *This
231 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
259 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
292 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
317 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
373 EFI_DEBUG_SUPPORT_PROTOCOL *EbcDebugProtocol; in InitializeEbcDriver()
460 EbcDebugProtocol = AllocatePool (sizeof (EFI_DEBUG_SUPPORT_PROTOCOL)); in InitializeEbcDriver()
600 IN EFI_DEBUG_SUPPORT_PROTOCOL *This, in EbcDebugGetMaximumProcessorIndex()
633 IN EFI_DEBUG_SUPPORT_PROTOCOL *This, in EbcDebugRegisterPeriodicCallback()
678 IN EFI_DEBUG_SUPPORT_PROTOCOL *This, in EbcDebugRegisterExceptionCallback()
[all …]
DEbcDebuggerHook.c32 IN EFI_DEBUG_SUPPORT_PROTOCOL *EbcDebugProtocol in EbcDebuggerHookInit()
DEbcDebuggerHook.h52 IN EFI_DEBUG_SUPPORT_PROTOCOL *EbcDebugProtocol
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/
DDebugSupport.c17 EFI_DEBUG_SUPPORT_PROTOCOL mDebugSupportProtocolInterface = {
52 EFI_DEBUG_SUPPORT_PROTOCOL *DebugSupportProtocolPtr; in InitializeDebugSupportDriver()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DDebugSupport.h545 EFI_FORWARD_DECLARATION (EFI_DEBUG_SUPPORT_PROTOCOL);
553 IN EFI_DEBUG_SUPPORT_PROTOCOL * This,
560 IN EFI_DEBUG_SUPPORT_PROTOCOL * This,
568 IN EFI_DEBUG_SUPPORT_PROTOCOL * This,
577 IN EFI_DEBUG_SUPPORT_PROTOCOL * This,
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDebugSupport.h26 typedef struct _EFI_DEBUG_SUPPORT_PROTOCOL EFI_DEBUG_SUPPORT_PROTOCOL; typedef
686 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
708 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
732 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
754 IN EFI_DEBUG_SUPPORT_PROTOCOL *This,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
DEdbHook.c323 IN EFI_DEBUG_SUPPORT_PROTOCOL *EbcDebugProtocol in EbcDebuggerHookInit()
/device/linaro/bootloader/edk2/EmbeddedPkg/GdbStub/
DGdbStub.c80 EFI_DEBUG_SUPPORT_PROTOCOL *DebugSupport; in GdbStubEntry()