Searched refs:N_EXCEPTION_STACKS (Results 1 – 4 of 4) sorted by relevance
21 (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()
27 #define N_EXCEPTION_STACKS 1 macro
31 #define N_EXCEPTION_STACKS 4 /* hw limit: 7 */ macro
1497 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()