Home
last modified time | relevance | path

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

/arch/x86/kernel/
A Ddumpstack_32.c23 if (type == STACK_TYPE_IRQ) in stack_type_name()
50 info->type = STACK_TYPE_IRQ; in in_hardirq_stack()
A Ddumpstack_64.c38 if (type == STACK_TYPE_IRQ) in stack_type_name()
156 info->type = STACK_TYPE_IRQ; in in_irq_stack()
/arch/s390/kernel/
A Ddumpstack.c32 case STACK_TYPE_IRQ: in stack_type_name()
67 return in_stack(sp, info, STACK_TYPE_IRQ, stack); in in_irq_stack()
A Dunwind_bc.c49 return state->stack_info.type == STACK_TYPE_IRQ && in is_final_pt_regs()
/arch/loongarch/include/asm/
A Dstacktrace.h16 STACK_TYPE_IRQ, enumerator
/arch/x86/include/asm/
A Dstacktrace.h19 STACK_TYPE_IRQ, enumerator
/arch/loongarch/kernel/
A Dunwind_orc.c428 if (info->type == STACK_TYPE_IRQ && state->sp == info->end) in unwind_next_frame()
479 if (info->type == STACK_TYPE_IRQ && state->sp == info->end) in unwind_next_frame()
A Dunwind_prologue.c210 if (info->type == STACK_TYPE_IRQ && info->end == state->sp) { in next_frame()
A Dprocess.c269 info->type = STACK_TYPE_IRQ; in in_irq_stack()
/arch/s390/include/asm/
A Dstacktrace.h30 STACK_TYPE_IRQ, enumerator

Completed in 12 milliseconds