Home
last modified time | relevance | path

Searched refs:N_EXCEPTION_STACKS (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
Ddumpstack_64.c21 (N_EXCEPTION_STACKS + DEBUG_STKSZ/EXCEPTION_STKSZ - 2)
29 [ N_EXCEPTION_STACKS ...
43 for (k = 0; k < N_EXCEPTION_STACKS; k++) { in in_exception_stack()
75 unsigned j = N_EXCEPTION_STACKS - 1; in in_exception_stack()
86 (j - N_EXCEPTION_STACKS); in in_exception_stack()
Dirq_64.c63 estack_bottom = (u64)oist->ist[N_EXCEPTION_STACKS - 1]; in stack_overflow_check()
/linux-4.1.27/arch/x86/include/asm/
Dpage_32_types.h27 #define N_EXCEPTION_STACKS 1 macro
Dpage_64_types.h27 #define N_EXCEPTION_STACKS 4 /* hw limit: 7 */ macro
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c1193 static const unsigned int exception_stack_sizes[N_EXCEPTION_STACKS] = {
1194 [0 ... N_EXCEPTION_STACKS - 1] = EXCEPTION_STKSZ,
1199 [(N_EXCEPTION_STACKS - 1) * EXCEPTION_STKSZ + DEBUG_STKSZ]);
1410 for (v = 0; v < N_EXCEPTION_STACKS; v++) { in cpu_init()