Searched refs:_ist (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/arch/x86/kernel/ |
D | idt.c | 20 #define G(_vector, _addr, _ist, _type, _dpl, _segment) \ argument 23 .bits.ist = _ist, \ 44 #define ISTG(_vector, _addr, _ist) \ argument 45 G(_vector, _addr, _ist + 1, GATE_INTERRUPT, DPL0, __KERNEL_CS) 47 #define ISTG(_vector, _addr, _ist) INTG(_vector, _addr) argument
|