Searched refs:irq_stack (Results 1 - 7 of 7) sorted by relevance

/arch/x86/kernel/
H A Ddumpstack_64.c100 in_irq_stack(unsigned long *stack, unsigned long *irq_stack, argument
103 return (stack >= irq_stack && stack < irq_stack_end);
118 unsigned long **stack_end, unsigned long *irq_stack,
132 if (!irq_stack)
135 *stack_end = irq_stack;
136 irq_stack = irq_stack - irq_stack_size;
138 if (in_irq_stack(stack, irq_stack, *stack_end))
157 unsigned long *irq_stack = (unsigned long *)per_cpu(irq_stack_ptr, cpu); local
189 irq_stack,
117 analyze_stack(int cpu, struct task_struct *task, unsigned long *stack, unsigned long **stack_end, unsigned long *irq_stack, unsigned *used, char **id) argument
253 unsigned long *irq_stack; local
[all...]
H A Dirq_32.c58 DEFINE_PER_CPU(struct irq_stack *, hardirq_stack);
59 DEFINE_PER_CPU(struct irq_stack *, softirq_stack);
87 struct irq_stack *curstk, *irqstk;
90 curstk = (struct irq_stack *) current_stack();
126 struct irq_stack *irqstk;
148 struct irq_stack *irqstk;
H A Dirq_64.c55 irq_stack_top = (u64)this_cpu_ptr(irq_stack_union.irq_stack) +
H A Dsetup_percpu.c246 per_cpu(irq_stack_union.irq_stack, cpu) +
/arch/parisc/kernel/
H A Dirq.c469 unsigned long irq_stack; local
473 irq_stack = (unsigned long) &union_ptr->stack;
474 irq_stack = ALIGN(irq_stack + sizeof(irq_stack_union.slock),
492 call_on_stack(param1, func, irq_stack);
/arch/x86/include/asm/
H A Dprocessor.h419 char irq_stack[IRQ_STACK_SIZE]; member in union:irq_stack_union
422 * irq_stack is the object at %gs:0, we reserve the bottom
454 struct irq_stack { struct
458 DECLARE_PER_CPU(struct irq_stack *, hardirq_stack);
459 DECLARE_PER_CPU(struct irq_stack *, softirq_stack);
/arch/x86/kernel/cpu/
H A Dcommon.c1149 init_per_cpu_var(irq_stack_union.irq_stack) + IRQ_STACK_SIZE - 64;

Completed in 818 milliseconds