Home
last modified time | relevance | path

Searched refs:NUM_IDT_ENTRIES (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
DPlDebugSupport.c304 for (ExceptionType = 0; ExceptionType < NUM_IDT_ENTRIES; ExceptionType++) { in PlUnloadDebugSupportDriver()
345 IdtEntryTable = AllocateZeroPool (sizeof (IDT_ENTRY) * NUM_IDT_ENTRIES); in PlInitializeDebugSupportDriver()
350 for (ExceptionType = 0; ExceptionType < NUM_IDT_ENTRIES; ExceptionType ++) { in PlInitializeDebugSupportDriver()
365 for (ExceptionType = 0; ExceptionType < NUM_IDT_ENTRIES; ExceptionType++) { in PlInitializeDebugSupportDriver()
DDebugSupport.h30 #define NUM_IDT_ENTRIES 0x78 macro