Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
DDebugException.h34 #define DEBUG_EXCEPT_SIMD 19 macro
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
DDebugException.h34 #define DEBUG_EXCEPT_SIMD 19 macro
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.c112 DEBUG_EXCEPT_SIMD, // Vector 19
2619 if (Vector <= DEBUG_EXCEPT_SIMD) { in InterruptProcess()