Home
last modified time | relevance | path

Searched refs:EXCEPTION_STKSZ (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Ddumpstack_64.c21 (N_EXCEPTION_STACKS + DEBUG_STKSZ/EXCEPTION_STKSZ - 2)
28 #if DEBUG_STKSZ > EXCEPTION_STKSZ
55 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()
Dirq_64.c56 estack_top = (u64)oist->ist[0] - EXCEPTION_STKSZ + STACK_TOP_MARGIN; in stack_overflow_check()
/linux-4.4.14/arch/x86/include/asm/
Dpage_64_types.h15 #define EXCEPTION_STKSZ (PAGE_SIZE << EXCEPTION_STACK_ORDER) macro
/linux-4.4.14/Documentation/x86/
Dkernel-stacks62 * DOUBLEFAULT_STACK. EXCEPTION_STKSZ (PAGE_SIZE).
71 * NMI_STACK. EXCEPTION_STKSZ (PAGE_SIZE).
89 * MCE_STACK. EXCEPTION_STKSZ (PAGE_SIZE).
/linux-4.4.14/arch/x86/entry/
Dentry_64.S772 subq $EXCEPTION_STKSZ, CPU_TSS_IST(\shift_ist)
778 addq $EXCEPTION_STKSZ, CPU_TSS_IST(\shift_ist)
1341 subq $EXCEPTION_STKSZ, %rdx
/linux-4.4.14/arch/x86/kernel/cpu/
Dcommon.c1173 [0 ... N_EXCEPTION_STACKS - 1] = EXCEPTION_STKSZ,
1178 [(N_EXCEPTION_STACKS - 1) * EXCEPTION_STKSZ + DEBUG_STKSZ]);