Home
last modified time | relevance | path

Searched refs:RestoredIdtEntry (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/
DIntHandlerFuncs.c92 IN IA32_IDT_GATE_DESCRIPTOR *RestoredIdtEntry in RestoreIdtEntry1() argument
98 CopyMem (&IdtEntry[1], RestoredIdtEntry, sizeof (IA32_IDT_GATE_DESCRIPTOR)); in RestoreIdtEntry1()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/
DIntHandlerFuncs.c94 IN IA32_IDT_GATE_DESCRIPTOR *RestoredIdtEntry in RestoreIdtEntry1() argument
100 CopyMem (&IdtEntry[1], RestoredIdtEntry, sizeof (IA32_IDT_GATE_DESCRIPTOR)); in RestoreIdtEntry1()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/
DPeCoffExtraActionLib.h75 IN IA32_IDT_GATE_DESCRIPTOR *RestoredIdtEntry