Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dasm-prototypes.h70 void stack_overflow_exception(struct pt_regs *regs);
/kernel/linux/linux-6.6/arch/powerpc/kernel/
Dhead_32.h218 bl stack_overflow_exception
Dtraps.c1684 DEFINE_INTERRUPT_HANDLER(stack_overflow_exception) in DEFINE_INTERRUPT_HANDLER() argument
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
Dinterrupt.h612 DECLARE_INTERRUPT_HANDLER(stack_overflow_exception);
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dhead_32.h345 EXC_XFER_STD(0, stack_overflow_exception)
Dtraps.c1664 void stack_overflow_exception(struct pt_regs *regs) in stack_overflow_exception() function