Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
cpu_vect.h File Reference

Go to the source code of this file.

Macros

#define NMI_INTR_VECT   0x00
 
#define RESERVED_1_INTR_VECT   0x01
 
#define RESERVED_2_INTR_VECT   0x02
 
#define SINGLE_STEP_INTR_VECT   0x03
 
#define INSTR_TLB_REFILL_INTR_VECT   0x04
 
#define INSTR_TLB_INV_INTR_VECT   0x05
 
#define INSTR_TLB_ACC_INTR_VECT   0x06
 
#define TLB_EX_INTR_VECT   0x07
 
#define DATA_TLB_REFILL_INTR_VECT   0x08
 
#define DATA_TLB_INV_INTR_VECT   0x09
 
#define DATA_TLB_ACC_INTR_VECT   0x0a
 
#define DATA_TLB_WE_INTR_VECT   0x0b
 
#define HW_BP_INTR_VECT   0x0c
 
#define RESERVED_D_INTR_VECT   0x0d
 
#define RESERVED_E_INTR_VECT   0x0e
 
#define RESERVED_F_INTR_VECT   0x0f
 
#define BREAK_0_INTR_VECT   0x10
 
#define BREAK_1_INTR_VECT   0x11
 
#define BREAK_2_INTR_VECT   0x12
 
#define BREAK_3_INTR_VECT   0x13
 
#define BREAK_4_INTR_VECT   0x14
 
#define BREAK_5_INTR_VECT   0x15
 
#define BREAK_6_INTR_VECT   0x16
 
#define BREAK_7_INTR_VECT   0x17
 
#define BREAK_8_INTR_VECT   0x18
 
#define BREAK_9_INTR_VECT   0x19
 
#define BREAK_10_INTR_VECT   0x1a
 
#define BREAK_11_INTR_VECT   0x1b
 
#define BREAK_12_INTR_VECT   0x1c
 
#define BREAK_13_INTR_VECT   0x1d
 
#define BREAK_14_INTR_VECT   0x1e
 
#define BREAK_15_INTR_VECT   0x1f
 
#define MULTIPLE_INTR_VECT   0x30
 

Macro Definition Documentation

#define BREAK_0_INTR_VECT   0x10

Definition at line 23 of file cpu_vect.h.

#define BREAK_10_INTR_VECT   0x1a

Definition at line 33 of file cpu_vect.h.

#define BREAK_11_INTR_VECT   0x1b

Definition at line 34 of file cpu_vect.h.

#define BREAK_12_INTR_VECT   0x1c

Definition at line 35 of file cpu_vect.h.

#define BREAK_13_INTR_VECT   0x1d

Definition at line 36 of file cpu_vect.h.

#define BREAK_14_INTR_VECT   0x1e

Definition at line 37 of file cpu_vect.h.

#define BREAK_15_INTR_VECT   0x1f

Definition at line 38 of file cpu_vect.h.

#define BREAK_1_INTR_VECT   0x11

Definition at line 24 of file cpu_vect.h.

#define BREAK_2_INTR_VECT   0x12

Definition at line 25 of file cpu_vect.h.

#define BREAK_3_INTR_VECT   0x13

Definition at line 26 of file cpu_vect.h.

#define BREAK_4_INTR_VECT   0x14

Definition at line 27 of file cpu_vect.h.

#define BREAK_5_INTR_VECT   0x15

Definition at line 28 of file cpu_vect.h.

#define BREAK_6_INTR_VECT   0x16

Definition at line 29 of file cpu_vect.h.

#define BREAK_7_INTR_VECT   0x17

Definition at line 30 of file cpu_vect.h.

#define BREAK_8_INTR_VECT   0x18

Definition at line 31 of file cpu_vect.h.

#define BREAK_9_INTR_VECT   0x19

Definition at line 32 of file cpu_vect.h.

#define DATA_TLB_ACC_INTR_VECT   0x0a

Definition at line 17 of file cpu_vect.h.

#define DATA_TLB_INV_INTR_VECT   0x09

Definition at line 16 of file cpu_vect.h.

#define DATA_TLB_REFILL_INTR_VECT   0x08

Definition at line 15 of file cpu_vect.h.

#define DATA_TLB_WE_INTR_VECT   0x0b

Definition at line 18 of file cpu_vect.h.

#define HW_BP_INTR_VECT   0x0c

Definition at line 19 of file cpu_vect.h.

#define INSTR_TLB_ACC_INTR_VECT   0x06

Definition at line 13 of file cpu_vect.h.

#define INSTR_TLB_INV_INTR_VECT   0x05

Definition at line 12 of file cpu_vect.h.

#define INSTR_TLB_REFILL_INTR_VECT   0x04

Definition at line 11 of file cpu_vect.h.

#define MULTIPLE_INTR_VECT   0x30

Definition at line 39 of file cpu_vect.h.

#define NMI_INTR_VECT   0x00

Definition at line 7 of file cpu_vect.h.

#define RESERVED_1_INTR_VECT   0x01

Definition at line 8 of file cpu_vect.h.

#define RESERVED_2_INTR_VECT   0x02

Definition at line 9 of file cpu_vect.h.

#define RESERVED_D_INTR_VECT   0x0d

Definition at line 20 of file cpu_vect.h.

#define RESERVED_E_INTR_VECT   0x0e

Definition at line 21 of file cpu_vect.h.

#define RESERVED_F_INTR_VECT   0x0f

Definition at line 22 of file cpu_vect.h.

#define SINGLE_STEP_INTR_VECT   0x03

Definition at line 10 of file cpu_vect.h.

#define TLB_EX_INTR_VECT   0x07

Definition at line 14 of file cpu_vect.h.