Home
last modified time | relevance | path

Searched refs:STACK_TYPE_IRQ (Results 1 – 10 of 10) sorted by relevance

/linux/arch/x86/kernel/
H A Ddumpstack_32.c23 if (type == STACK_TYPE_IRQ) in stack_type_name()
50 info->type = STACK_TYPE_IRQ; in in_hardirq_stack()
H A Ddumpstack_64.c38 if (type == STACK_TYPE_IRQ) in stack_type_name()
156 info->type = STACK_TYPE_IRQ; in in_irq_stack()
/linux/arch/s390/kernel/
H A Ddumpstack.c31 case STACK_TYPE_IRQ: in stack_type_name()
66 return in_stack(sp, info, STACK_TYPE_IRQ, stack); in in_irq_stack()
H A Dunwind_bc.c47 return state->stack_info.type == STACK_TYPE_IRQ && in is_final_pt_regs()
/linux/arch/loongarch/include/asm/
H A Dstacktrace.h15 STACK_TYPE_IRQ, enumerator
/linux/arch/x86/include/asm/
H A Dstacktrace.h19 STACK_TYPE_IRQ, enumerator
/linux/arch/loongarch/kernel/
H A Dunwind_orc.c427 if (info->type == STACK_TYPE_IRQ && state->sp == info->end) in unwind_next_frame()
478 if (info->type == STACK_TYPE_IRQ && state->sp == info->end) in unwind_next_frame()
H A Dunwind_prologue.c209 if (info->type == STACK_TYPE_IRQ && info->end == state->sp) { in next_frame()
H A Dprocess.c248 info->type = STACK_TYPE_IRQ; in in_irq_stack()
/linux/arch/s390/include/asm/
H A Dstacktrace.h30 STACK_TYPE_IRQ, enumerator