Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
DDebugSupportPeriodicCallback.h37 EFI_PERIODIC_CALLBACK PeriodicCallback; member
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DPlDebugSupport.c198 IN EFI_PERIODIC_CALLBACK PeriodicCallback in RegisterPeriodicCallback() argument
201 return ManageIdtEntryTable (PeriodicCallback, SYSTEM_TIMER_VECTOR); in RegisterPeriodicCallback()
DDebugSupport.h164 IN EFI_PERIODIC_CALLBACK PeriodicCallback
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/
DEbcInt.c260 IN EFI_PERIODIC_CALLBACK PeriodicCallback
632 IN EFI_PERIODIC_CALLBACK PeriodicCallback in EbcDebugRegisterPeriodicCallback() argument
635 if ((mDebugPeriodicCallback == NULL) && (PeriodicCallback == NULL)) { in EbcDebugRegisterPeriodicCallback()
638 if ((mDebugPeriodicCallback != NULL) && (PeriodicCallback != NULL)) { in EbcDebugRegisterPeriodicCallback()
642 mDebugPeriodicCallback = PeriodicCallback; in EbcDebugRegisterPeriodicCallback()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
DPlDebugSupport.c404 IN EFI_PERIODIC_CALLBACK PeriodicCallback in RegisterPeriodicCallback() argument
407 return ManageIvtEntryTable (EXCEPT_IPF_EXTERNAL_INTERRUPT, NULL, PeriodicCallback); in RegisterPeriodicCallback()
DPlDebugSupport.h177 IN EFI_PERIODIC_CALLBACK PeriodicCallback
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/DebugSupport/
DDebugSupport.h562 IN EFI_PERIODIC_CALLBACK PeriodicCallback
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DDebugSupport.h710 IN EFI_PERIODIC_CALLBACK PeriodicCallback