Include dependency graph for trap_table.h:
Go to the source code of this file.
Data Structures | |
struct | trap_table_entry |
Defines | |
#define | TRAP_TABLE_ENTRY_COUNT 1024 |
#define | TRAP_TABLE_ENTRY_SIZE 32 |
#define | TRAP_TABLE_SIZE (TRAP_TABLE_ENTRY_COUNT*TRAP_TABLE_ENTRY_SIZE) |
Typedefs | |
typedef trap_table_entry | trap_table_entry_t |
Variables | |
trap_table_entry | packed |
trap_table_entry_t | trap_table [TRAP_TABLE_ENTRY_COUNT] |
trap_table_entry_t | trap_table_save [TRAP_TABLE_ENTRY_COUNT] |
Definition in file trap_table.h.