Home
last modified time | relevance | path

Searched refs:_vector (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/kernel/
A Didt.c19 #define G(_vector, _addr, _ist, _type, _dpl, _segment) \ argument
21 .vector = _vector, \
31 #define INTG(_vector, _addr) \ argument
32 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL0, __KERNEL_CS)
35 #define SYSG(_vector, _addr) \ argument
36 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL3, __KERNEL_CS)
43 #define ISTG(_vector, _addr, _ist) \ argument
44 G(_vector, _addr, _ist + 1, GATE_INTERRUPT, DPL0, __KERNEL_CS)
46 #define ISTG(_vector, _addr, _ist) INTG(_vector, _addr) argument
50 #define TSKG(_vector, _gdt) \ argument
[all …]
/linux/arch/h8300/kernel/
A Dvmlinux.lds.S22 _vector = . ; symbol

Completed in 112 milliseconds