Home
last modified time | relevance | path

Searched refs:SEC_IDT_ENTRY_COUNT (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/
DSecMain.h37 #define SEC_IDT_ENTRY_COUNT 34 macro
47 UINT64 IdtTable[SEC_IDT_ENTRY_COUNT];
DSecMain.c109 for (Index = 0; Index < SEC_IDT_ENTRY_COUNT; Index ++) { in SecStartup()
/device/linaro/bootloader/edk2/UefiCpuPkg/SecCore/
DSecMain.h36 #define SEC_IDT_ENTRY_COUNT 34 macro
46 UINT64 IdtTable[SEC_IDT_ENTRY_COUNT];
DSecMain.c125 for (Index = 0; Index < SEC_IDT_ENTRY_COUNT; Index ++) { in SecStartup()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspInitPei/
DSecMain.h38 #define SEC_IDT_ENTRY_COUNT 34 macro
48 UINT64 IdtTable[SEC_IDT_ENTRY_COUNT];
DSecMain.c118 for (Index = 0; Index < SEC_IDT_ENTRY_COUNT; Index ++) { in SecStartup()
/device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/
DSecMain.h34 #define SEC_IDT_ENTRY_COUNT 34 macro
44 UINT64 IdtTable[SEC_IDT_ENTRY_COUNT];
DSecMain.c109 for (Index = 0; Index < SEC_IDT_ENTRY_COUNT; Index ++) { in SecStartup()
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/
DSecMain.h32 #define SEC_IDT_ENTRY_COUNT 34 macro
41 UINT64 IdtTable[SEC_IDT_ENTRY_COUNT];
DSecMain.c97 for (Index = 0; Index < SEC_IDT_ENTRY_COUNT; Index ++) { in SecStartup()
/device/linaro/bootloader/edk2/OvmfPkg/Sec/
DSecMain.c35 #define SEC_IDT_ENTRY_COUNT 34 macro
39 IA32_IDT_GATE_DESCRIPTOR IdtTable[SEC_IDT_ENTRY_COUNT];
753 for (Index = 0; Index < SEC_IDT_ENTRY_COUNT; Index ++) { in SecCoreStartupWithStack()