Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/Ia32/
DIntHandlerFuncs.c60 OUT IA32_IDT_GATE_DESCRIPTOR *SavedIdtEntry in SaveAndUpdateIdtEntry1() argument
68 CopyMem (SavedIdtEntry, &IdtEntry[1], sizeof (IA32_IDT_GATE_DESCRIPTOR)); in SaveAndUpdateIdtEntry1()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/X64/
DIntHandlerFuncs.c61 OUT IA32_IDT_GATE_DESCRIPTOR *SavedIdtEntry in SaveAndUpdateIdtEntry1() argument
69 CopyMem (SavedIdtEntry, &IdtEntry[1], sizeof (IA32_IDT_GATE_DESCRIPTOR)); in SaveAndUpdateIdtEntry1()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/
DPeCoffExtraActionLib.h62 OUT IA32_IDT_GATE_DESCRIPTOR *SavedIdtEntry