Home
last modified time | relevance | path

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

/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()
/arch/x86/include/asm/
Dpage_32_types.h27 #define N_EXCEPTION_STACKS 1 macro
Dpage_64_types.h31 #define N_EXCEPTION_STACKS 4 /* hw limit: 7 */ macro
/arch/x86/kernel/cpu/
Dcommon.c1497 static const unsigned int exception_stack_sizes[N_EXCEPTION_STACKS] = {
1498 [0 ... N_EXCEPTION_STACKS - 1] = EXCEPTION_STKSZ,
1503 [(N_EXCEPTION_STACKS - 1) * EXCEPTION_STKSZ + DEBUG_STKSZ]);
1721 for (v = 0; v < N_EXCEPTION_STACKS; v++) { in cpu_init()