Searched refs:DEFAULT_STACK (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | idt.c | 17 #define DEFAULT_STACK 0 macro 32 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL0, __KERNEL_CS) 36 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL3, __KERNEL_CS) 47 G(_vector, NULL, DEFAULT_STACK, GATE_TASK, DPL0, _gdt << 3) 54 * Early traps running on the DEFAULT_STACK because the other interrupt 217 * Early traps running on the DEFAULT_STACK because the other interrupt
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | idt.c | 18 #define DEFAULT_STACK 0 macro 33 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL0, __KERNEL_CS) 37 G(_vector, _addr, DEFAULT_STACK, GATE_INTERRUPT, DPL3, __KERNEL_CS) 52 G(_vector, NULL, DEFAULT_STACK, GATE_TASK, DPL0, _gdt << 3) 59 * Early traps running on the DEFAULT_STACK because the other interrupt 232 * Early traps running on the DEFAULT_STACK because the other interrupt
|
Completed in 2 milliseconds