Searched refs:EXCEPTION_STKSZ (Results 1 – 6 of 6) sorted by relevance
21 (N_EXCEPTION_STACKS + DEBUG_STKSZ/EXCEPTION_STKSZ - 2)28 #if DEBUG_STKSZ > EXCEPTION_STKSZ55 if (stack >= end - EXCEPTION_STKSZ) { in in_exception_stack()73 #if DEBUG_STKSZ > EXCEPTION_STKSZ in in_exception_stack()84 end -= EXCEPTION_STKSZ; in in_exception_stack()87 } while (stack < end - EXCEPTION_STKSZ); in in_exception_stack()
62 estack_top = (u64)oist->ist[0] - EXCEPTION_STKSZ + STACK_TOP_MARGIN; in stack_overflow_check()
1019 subq $EXCEPTION_STKSZ, CPU_TSS_IST(\shift_ist)1025 addq $EXCEPTION_STKSZ, CPU_TSS_IST(\shift_ist)1593 subq $EXCEPTION_STKSZ, %rdx
59 * STACKFAULT_STACK. EXCEPTION_STKSZ (PAGE_SIZE).66 * DOUBLEFAULT_STACK. EXCEPTION_STKSZ (PAGE_SIZE).75 * NMI_STACK. EXCEPTION_STKSZ (PAGE_SIZE).93 * MCE_STACK. EXCEPTION_STKSZ (PAGE_SIZE).
15 #define EXCEPTION_STKSZ (PAGE_SIZE << EXCEPTION_STACK_ORDER) macro
1194 [0 ... N_EXCEPTION_STACKS - 1] = EXCEPTION_STKSZ,1199 [(N_EXCEPTION_STACKS - 1) * EXCEPTION_STKSZ + DEBUG_STKSZ]);