Searched refs:NUM_IDT_ENTRIES (Results 1 – 2 of 2) sorted by relevance
304 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()
30 #define NUM_IDT_ENTRIES 0x78 macro