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()
56 estack_top = (u64)oist->ist[0] - EXCEPTION_STKSZ + STACK_TOP_MARGIN; in stack_overflow_check()
15 #define EXCEPTION_STKSZ (PAGE_SIZE << EXCEPTION_STACK_ORDER) macro
62 * DOUBLEFAULT_STACK. EXCEPTION_STKSZ (PAGE_SIZE).71 * NMI_STACK. EXCEPTION_STKSZ (PAGE_SIZE).89 * MCE_STACK. EXCEPTION_STKSZ (PAGE_SIZE).
772 subq $EXCEPTION_STKSZ, CPU_TSS_IST(\shift_ist)778 addq $EXCEPTION_STKSZ, CPU_TSS_IST(\shift_ist)1341 subq $EXCEPTION_STKSZ, %rdx
1173 [0 ... N_EXCEPTION_STACKS - 1] = EXCEPTION_STKSZ,1178 [(N_EXCEPTION_STACKS - 1) * EXCEPTION_STKSZ + DEBUG_STKSZ]);