Searched refs:_ist (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/arch/x86/kernel/ |
D | idt.c | 21 #define G(_vector, _addr, _ist, _type, _dpl, _segment) \ argument 24 .bits.ist = _ist, \ 45 #define ISTG(_vector, _addr, _ist) \ argument 46 G(_vector, _addr, _ist + 1, GATE_INTERRUPT, DPL0, __KERNEL_CS) 48 #define ISTG(_vector, _addr, _ist) INTG(_vector, _addr) argument
|