Home
last modified time | relevance | path

Searched refs:handle_stack_overflow (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dtraps.h43 void __noreturn handle_stack_overflow(const char *message,
/kernel/linux/linux-4.19/arch/x86/include/asm/
Dtraps.h118 void __noreturn handle_stack_overflow(const char *message,
/kernel/linux/linux-4.19/arch/x86/kernel/
Dtraps.c324 __visible void __noreturn handle_stack_overflow(const char *message, in handle_stack_overflow() function
440 handle_stack_overflow("kernel stack overflow (double-fault)", regs, cr2); in do_double_fault()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dtraps.c312 __visible void __noreturn handle_stack_overflow(const char *message, in handle_stack_overflow() function
455 handle_stack_overflow("kernel stack overflow (double-fault)", in DEFINE_IDTENTRY_DF()