Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
DPlDebugSupport.c23 #define NUM_IVT_ENTRIES 64 macro
30 IVT_ENTRY IvtEntryTable[NUM_IVT_ENTRIES];
83 for (ExceptionType = 0; ExceptionType < NUM_IVT_ENTRIES; ExceptionType++) { in PlUnloadDebugSupportDriver()