iPXE
|
This protocol provides the services to allow the debug agent to register callback functions that are called either periodically or when specific processor exceptions occur. More...
#include <DebugSupport.h>
Data Fields | |
EFI_INSTRUCTION_SET_ARCHITECTURE | Isa |
Declares the processor architecture for this instance of the EFI Debug Support protocol. More... | |
EFI_GET_MAXIMUM_PROCESSOR_INDEX | GetMaximumProcessorIndex |
EFI_REGISTER_PERIODIC_CALLBACK | RegisterPeriodicCallback |
EFI_REGISTER_EXCEPTION_CALLBACK | RegisterExceptionCallback |
EFI_INVALIDATE_INSTRUCTION_CACHE | InvalidateInstructionCache |
This protocol provides the services to allow the debug agent to register callback functions that are called either periodically or when specific processor exceptions occur.
Definition at line 955 of file DebugSupport.h.
EFI_INSTRUCTION_SET_ARCHITECTURE _EFI_DEBUG_SUPPORT_PROTOCOL::Isa |
Declares the processor architecture for this instance of the EFI Debug Support protocol.
Definition at line 959 of file DebugSupport.h.
EFI_GET_MAXIMUM_PROCESSOR_INDEX _EFI_DEBUG_SUPPORT_PROTOCOL::GetMaximumProcessorIndex |
Definition at line 960 of file DebugSupport.h.
EFI_REGISTER_PERIODIC_CALLBACK _EFI_DEBUG_SUPPORT_PROTOCOL::RegisterPeriodicCallback |
Definition at line 961 of file DebugSupport.h.
EFI_REGISTER_EXCEPTION_CALLBACK _EFI_DEBUG_SUPPORT_PROTOCOL::RegisterExceptionCallback |
Definition at line 962 of file DebugSupport.h.
EFI_INVALIDATE_INSTRUCTION_CACHE _EFI_DEBUG_SUPPORT_PROTOCOL::InvalidateInstructionCache |
Definition at line 963 of file DebugSupport.h.