Home
last modified time | relevance | path

Searched refs:handle_stack_overflow (Results 1 – 5 of 5) 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-6.6/arch/x86/include/asm/
Dtraps.h46 void __noreturn handle_stack_overflow(struct pt_regs *regs,
/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()
/kernel/linux/linux-6.6/arch/x86/kernel/
Dtraps.c364 __visible void __noreturn handle_stack_overflow(struct pt_regs *regs, in handle_stack_overflow() function
510 handle_stack_overflow(regs, address, &info); in DEFINE_IDTENTRY_DF()
/kernel/linux/linux-6.6/arch/x86/mm/
Dfault.c669 handle_stack_overflow, in page_fault_oops()