Searched defs:VECTOR (Results 1 – 4 of 4) sorted by relevance
19 #define VECTOR .word macro27 VECTOR res_service ; Reset Vector label28 VECTOR mem_service ; Mem exception label29 VECTOR instr_service ; Instrn Error label30 VECTOR EV_MachineCheck ; Fatal Machine check label31 VECTOR EV_TLBMissI ; Intruction TLB miss label32 VECTOR EV_TLBMissD ; Data TLB miss label33 VECTOR EV_TLBProtV ; Protection Violation label34 VECTOR EV_PrivilegeV ; Privilege Violation label35 VECTOR EV_SWI ; Software Breakpoint label[all …]
70 .macro VECTOR lbl macro
24 #define VECTOR(address) ((JMP_OP)|((unsigned long)address)) macro
27 #define VECTOR(x, regmask) \ macro