TianoCore EDK2 master
Loading...
Searching...
No Matches
DebugException.h File Reference

Go to the source code of this file.

Macros

#define DEBUG_EXCEPT_DIVIDE_ERROR   0
 
#define DEBUG_EXCEPT_DEBUG   1
 
#define DEBUG_EXCEPT_NMI   2
 
#define DEBUG_EXCEPT_BREAKPOINT   3
 
#define DEBUG_EXCEPT_OVERFLOW   4
 
#define DEBUG_EXCEPT_BOUND   5
 
#define DEBUG_EXCEPT_INVALID_OPCODE   6
 
#define DEBUG_EXCEPT_DOUBLE_FAULT   8
 
#define DEBUG_EXCEPT_INVALID_TSS   10
 
#define DEBUG_EXCEPT_SEG_NOT_PRESENT   11
 
#define DEBUG_EXCEPT_STACK_FAULT   12
 
#define DEBUG_EXCEPT_GP_FAULT   13
 
#define DEBUG_EXCEPT_PAGE_FAULT   14
 
#define DEBUG_EXCEPT_FP_ERROR   16
 
#define DEBUG_EXCEPT_ALIGNMENT_CHECK   17
 
#define DEBUG_EXCEPT_MACHINE_CHECK   18
 
#define DEBUG_EXCEPT_SIMD   19
 

Detailed Description

Exception definitions.

Copyright (c) 2010, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file DebugException.h.

Macro Definition Documentation

◆ DEBUG_EXCEPT_ALIGNMENT_CHECK

#define DEBUG_EXCEPT_ALIGNMENT_CHECK   17

Definition at line 26 of file DebugException.h.

◆ DEBUG_EXCEPT_BOUND

#define DEBUG_EXCEPT_BOUND   5

Definition at line 17 of file DebugException.h.

◆ DEBUG_EXCEPT_BREAKPOINT

#define DEBUG_EXCEPT_BREAKPOINT   3

Definition at line 15 of file DebugException.h.

◆ DEBUG_EXCEPT_DEBUG

#define DEBUG_EXCEPT_DEBUG   1

Definition at line 13 of file DebugException.h.

◆ DEBUG_EXCEPT_DIVIDE_ERROR

#define DEBUG_EXCEPT_DIVIDE_ERROR   0

Definition at line 12 of file DebugException.h.

◆ DEBUG_EXCEPT_DOUBLE_FAULT

#define DEBUG_EXCEPT_DOUBLE_FAULT   8

Definition at line 19 of file DebugException.h.

◆ DEBUG_EXCEPT_FP_ERROR

#define DEBUG_EXCEPT_FP_ERROR   16

Definition at line 25 of file DebugException.h.

◆ DEBUG_EXCEPT_GP_FAULT

#define DEBUG_EXCEPT_GP_FAULT   13

Definition at line 23 of file DebugException.h.

◆ DEBUG_EXCEPT_INVALID_OPCODE

#define DEBUG_EXCEPT_INVALID_OPCODE   6

Definition at line 18 of file DebugException.h.

◆ DEBUG_EXCEPT_INVALID_TSS

#define DEBUG_EXCEPT_INVALID_TSS   10

Definition at line 20 of file DebugException.h.

◆ DEBUG_EXCEPT_MACHINE_CHECK

#define DEBUG_EXCEPT_MACHINE_CHECK   18

Definition at line 27 of file DebugException.h.

◆ DEBUG_EXCEPT_NMI

#define DEBUG_EXCEPT_NMI   2

Definition at line 14 of file DebugException.h.

◆ DEBUG_EXCEPT_OVERFLOW

#define DEBUG_EXCEPT_OVERFLOW   4

Definition at line 16 of file DebugException.h.

◆ DEBUG_EXCEPT_PAGE_FAULT

#define DEBUG_EXCEPT_PAGE_FAULT   14

Definition at line 24 of file DebugException.h.

◆ DEBUG_EXCEPT_SEG_NOT_PRESENT

#define DEBUG_EXCEPT_SEG_NOT_PRESENT   11

Definition at line 21 of file DebugException.h.

◆ DEBUG_EXCEPT_SIMD

#define DEBUG_EXCEPT_SIMD   19

Definition at line 28 of file DebugException.h.

◆ DEBUG_EXCEPT_STACK_FAULT

#define DEBUG_EXCEPT_STACK_FAULT   12

Definition at line 22 of file DebugException.h.