Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DPlDebugSupportIa32.c17 IA32_IDT_GATE_DESCRIPTOR NullDesc = {{0}}; variable
118 …if (CompareMem (&IdtEntryTable[ExceptionType].NewDesc, &NullDesc, sizeof (IA32_IDT_GATE_DESCRIPTOR… in ManageIdtEntryTable()
DDebugSupport.h56 extern IA32_IDT_GATE_DESCRIPTOR NullDesc;
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/X64/
DPlDebugSupportX64.c17 IA32_IDT_GATE_DESCRIPTOR NullDesc = {{0,0}}; variable
119 …if (CompareMem (&IdtEntryTable[ExceptionType].NewDesc, &NullDesc, sizeof (IA32_IDT_GATE_DESCRIPTOR… in ManageIdtEntryTable()