Searched defs:EbcDebugProtocol (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/
H A DEbcInt.c372 EFI_DEBUG_SUPPORT_PROTOCOL *EbcDebugProtocol; local
379 EbcDebugProtocol = NULL;
459 EbcDebugProtocol = AllocatePool (sizeof (EFI_DEBUG_SUPPORT_PROTOCOL));
461 if (EbcDebugProtocol == NULL) {
465 EbcDebugProtocol->Isa = IsaEbc;
466 EbcDebugProtocol->GetMaximumProcessorIndex = EbcDebugGetMaximumProcessorIndex;
467 EbcDebugProtocol->RegisterPeriodicCallback = EbcDebugRegisterPeriodicCallback;
468 EbcDebugProtocol->RegisterExceptionCallback = EbcDebugRegisterExceptionCallback;
469 EbcDebugProtocol->InvalidateInstructionCache = EbcDebugInvalidateInstructionCache;
478 EbcDebugProtocol
[all...]

Completed in 34 milliseconds