Searched refs:_ist (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/arch/x86/kernel/ |
D | idt.c | 25 #define G(_vector, _addr, _ist, _type, _dpl, _segment) \ argument 28 .bits.ist = _ist, \ 45 #define ISTG(_vector, _addr, _ist) \ argument 46 G(_vector, _addr, _ist, GATE_INTERRUPT, DPL0, __KERNEL_CS) 49 #define SISTG(_vector, _addr, _ist) \ argument 50 G(_vector, _addr, _ist, GATE_INTERRUPT, DPL3, __KERNEL_CS)
|