Searched refs:N_EXCEPTION_STACKS (Results 1 – 8 of 8) sorted by relevance
21 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()
57 estack_bottom = (u64)oist->ist[N_EXCEPTION_STACKS - 1]; in stack_overflow_check()
29 #define N_EXCEPTION_STACKS 1 macro
32 #define N_EXCEPTION_STACKS 4 /* hw limit: 7 */ macro
42 char exception_stacks[(N_EXCEPTION_STACKS - 1) * EXCEPTION_STKSZ + DEBUG_STKSZ];
21 STACK_TYPE_EXCEPTION_LAST = STACK_TYPE_EXCEPTION + N_EXCEPTION_STACKS-1,
17 [(N_EXCEPTION_STACKS - 1) * EXCEPTION_STKSZ + DEBUG_STKSZ]);
517 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()