Searched refs:STACK_TYPE_IRQ (Results 1 – 10 of 10) sorted by relevance
23 if (type == STACK_TYPE_IRQ) in stack_type_name()50 info->type = STACK_TYPE_IRQ; in in_hardirq_stack()
38 if (type == STACK_TYPE_IRQ) in stack_type_name()156 info->type = STACK_TYPE_IRQ; in in_irq_stack()
32 case STACK_TYPE_IRQ: in stack_type_name()67 return in_stack(sp, info, STACK_TYPE_IRQ, stack); in in_irq_stack()
49 return state->stack_info.type == STACK_TYPE_IRQ && in is_final_pt_regs()
16 STACK_TYPE_IRQ, enumerator
19 STACK_TYPE_IRQ, enumerator
428 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()
210 if (info->type == STACK_TYPE_IRQ && info->end == state->sp) { in next_frame()
269 info->type = STACK_TYPE_IRQ; in in_irq_stack()
30 STACK_TYPE_IRQ, enumerator
Completed in 12 milliseconds