Home
last modified time | relevance | path

Searched refs:IRQ_STACK_START (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/arch/mips/include/asm/
H A Dirq.h20 #define IRQ_STACK_START (IRQ_STACK_SIZE - 16) macro
/linux-6.15/arch/loongarch/include/asm/
H A Dirq.h12 #define IRQ_STACK_START (IRQ_STACK_SIZE - 16) macro
/linux-6.15/arch/loongarch/kernel/
H A Dprocess.c236 unsigned long end = begin + IRQ_STACK_START; in in_irq_stack()
H A Dasm-offsets.c93 DEFINE(_IRQ_STACK_START, IRQ_STACK_START); in output_thread_info_defines()
H A Dtraps.c1101 stack = per_cpu(irq_stack, cpu) + IRQ_STACK_START; in do_vint()
/linux-6.15/arch/mips/kernel/
H A Dasm-offsets.c114 DEFINE(_IRQ_STACK_START, IRQ_STACK_START); in output_thread_info_defines()
H A Dprocess.c564 high = stack_page + IRQ_STACK_START; in unwind_stack_by_address()