Home
last modified time | relevance | path

Searched defs:VECTOR (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/arc/kernel/
Dentry-arcv2.S19 #define VECTOR .word macro
27 VECTOR res_service ; Reset Vector label
28 VECTOR mem_service ; Mem exception label
29 VECTOR instr_service ; Instrn Error label
30 VECTOR EV_MachineCheck ; Fatal Machine check label
31 VECTOR EV_TLBMissI ; Intruction TLB miss label
32 VECTOR EV_TLBMissD ; Data TLB miss label
33 VECTOR EV_TLBProtV ; Protection Violation label
34 VECTOR EV_PrivilegeV ; Privilege Violation label
35 VECTOR EV_SWI ; Software Breakpoint label
[all …]
Dentry-compact.S70 .macro VECTOR lbl macro
/linux-4.4.14/arch/h8300/include/asm/
Dtraps.h24 #define VECTOR(address) ((JMP_OP)|((unsigned long)address)) macro
/linux-4.4.14/arch/mips/kvm/
Dlocore.S27 #define VECTOR(x, regmask) \ macro