Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dpage_32_types.h25 #define DEBUG_STACK 0 macro
Dpage_64_types.h25 #define DEBUG_STACK 3 macro
/linux-4.1.27/arch/x86/kernel/
Ddumpstack_64.c24 [ DEBUG_STACK-1 ] = "#DB",
74 if (k == DEBUG_STACK - 1 && stack >= end - DEBUG_STKSZ) { in in_exception_stack()
Dtraps.c1022 set_intr_gate_ist(X86_TRAP_DB, &debug, DEBUG_STACK); in trap_init()
1024 set_system_intr_gate_ist(X86_TRAP_BP, &int3, DEBUG_STACK); in trap_init()
/linux-4.1.27/Documentation/x86/x86_64/
Dkernel-stacks83 * DEBUG_STACK. DEBUG_STKSZ
/linux-4.1.27/arch/x86/kernel/cpu/
Dcommon.c1195 [DEBUG_STACK - 1] = DEBUG_STKSZ
1414 if (v == DEBUG_STACK-1) in cpu_init()