Searched refs:StubEntry (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DPlDebugSupport.c86 CreateEntryStub (ExceptionType, (VOID **) &IdtEntryTable[ExceptionType].StubEntry);
105 Vect2Desc (&IdtEntryTable[ExceptionType].NewDesc, IdtEntryTable[ExceptionType].StubEntry);
309 if (IdtEntryTable[ExceptionType].StubEntry != NULL) {
310 FreePool ((VOID *)(UINTN)IdtEntryTable[ExceptionType].StubEntry);
351 IdtEntryTable[ExceptionType].StubEntry = (DEBUG_PROC) (UINTN) AllocatePool (StubSize);
352 if (IdtEntryTable[ExceptionType].StubEntry == NULL) {
359 CopyMem ((VOID *)(UINTN)IdtEntryTable[ExceptionType].StubEntry, InterruptEntryStub, StubSize);
366 if (IdtEntryTable[ExceptionType].StubEntry != NULL) {
367 FreePool ((VOID *)(UINTN)IdtEntryTable[ExceptionType].StubEntry);
H A DDebugSupport.h49 DEBUG_PROC StubEntry; member in struct:__anon11148

Completed in 44 milliseconds