Home
last modified time | relevance | path

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

/linux-4.1.27/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.c62 estack_top = (u64)oist->ist[0] - EXCEPTION_STKSZ + STACK_TOP_MARGIN; in stack_overflow_check()
Dentry_64.S1019 subq $EXCEPTION_STKSZ, CPU_TSS_IST(\shift_ist)
1025 addq $EXCEPTION_STKSZ, CPU_TSS_IST(\shift_ist)
1593 subq $EXCEPTION_STKSZ, %rdx
/linux-4.1.27/Documentation/x86/x86_64/
Dkernel-stacks59 * 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).
/linux-4.1.27/arch/x86/include/asm/
Dpage_64_types.h15 #define EXCEPTION_STKSZ (PAGE_SIZE << EXCEPTION_STACK_ORDER) macro
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c1194 [0 ... N_EXCEPTION_STACKS - 1] = EXCEPTION_STKSZ,
1199 [(N_EXCEPTION_STACKS - 1) * EXCEPTION_STKSZ + DEBUG_STKSZ]);