Searched refs:StubEntry (Results 1 – 2 of 2) sorted by relevance
86 CreateEntryStub (ExceptionType, (VOID **) &IdtEntryTable[ExceptionType].StubEntry); in HookEntry()105 Vect2Desc (&IdtEntryTable[ExceptionType].NewDesc, IdtEntryTable[ExceptionType].StubEntry); in HookEntry()309 if (IdtEntryTable[ExceptionType].StubEntry != NULL) { in PlUnloadDebugSupportDriver()310 FreePool ((VOID *)(UINTN)IdtEntryTable[ExceptionType].StubEntry); in PlUnloadDebugSupportDriver()351 IdtEntryTable[ExceptionType].StubEntry = (DEBUG_PROC) (UINTN) AllocatePool (StubSize); in PlInitializeDebugSupportDriver()352 if (IdtEntryTable[ExceptionType].StubEntry == NULL) { in PlInitializeDebugSupportDriver()359 CopyMem ((VOID *)(UINTN)IdtEntryTable[ExceptionType].StubEntry, InterruptEntryStub, StubSize); in PlInitializeDebugSupportDriver()366 if (IdtEntryTable[ExceptionType].StubEntry != NULL) { in PlInitializeDebugSupportDriver()367 FreePool ((VOID *)(UINTN)IdtEntryTable[ExceptionType].StubEntry); in PlInitializeDebugSupportDriver()
48 DEBUG_PROC StubEntry; member