Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/
Ddumpstack_64.c21 static char *exception_stack_names[N_EXCEPTION_STACKS] = {
28 static unsigned long exception_stack_sizes[N_EXCEPTION_STACKS] = {
29 [0 ... N_EXCEPTION_STACKS - 1] = EXCEPTION_STKSZ,
35 BUILD_BUG_ON(N_EXCEPTION_STACKS != 4); in stack_type_name()
61 BUILD_BUG_ON(N_EXCEPTION_STACKS != 4); in in_exception_stack()
63 for (k = 0; k < N_EXCEPTION_STACKS; k++) { in in_exception_stack()
Dirq_64.c57 estack_bottom = (u64)oist->ist[N_EXCEPTION_STACKS - 1]; in stack_overflow_check()
/Linux-v4.19/arch/x86/include/asm/
Dpage_32_types.h29 #define N_EXCEPTION_STACKS 1 macro
Dpage_64_types.h32 #define N_EXCEPTION_STACKS 4 /* hw limit: 7 */ macro
Dcpu_entry_area.h42 char exception_stacks[(N_EXCEPTION_STACKS - 1) * EXCEPTION_STKSZ + DEBUG_STKSZ];
Dstacktrace.h21 STACK_TYPE_EXCEPTION_LAST = STACK_TYPE_EXCEPTION + N_EXCEPTION_STACKS-1,
/Linux-v4.19/arch/x86/mm/
Dcpu_entry_area.c17 [(N_EXCEPTION_STACKS - 1) * EXCEPTION_STKSZ + DEBUG_STKSZ]);
/Linux-v4.19/arch/x86/kernel/cpu/
Dcommon.c517 static const unsigned int exception_stack_sizes[N_EXCEPTION_STACKS] = {
518 [0 ... N_EXCEPTION_STACKS - 1] = EXCEPTION_STKSZ,
1742 for (v = 0; v < N_EXCEPTION_STACKS; v++) { in cpu_init()