Home
last modified time | relevance | path

Searched refs:irq_stack (Results 1 – 13 of 13) sorted by relevance

/linux/arch/mips/kernel/
H A Dirq.c29 void *irq_stack[NR_CPUS]; variable
69 irq_stack[i] = s; in init_IRQ()
71 irq_stack[i], irq_stack[i] + IRQ_STACK_SIZE); in init_IRQ()
H A Dgenex.S198 lui k1, %hi(irq_stack)
200 lui k1, %highest(irq_stack)
201 daddiu k1, %higher(irq_stack)
203 daddiu k1, %hi(irq_stack)
208 LONG_L t0, %lo(irq_stack)(k1)
309 lui k1, %hi(irq_stack)
311 lui k1, %highest(irq_stack)
312 daddiu k1, %higher(irq_stack)
314 daddiu k1, %hi(irq_stack)
319 LONG_L t0, %lo(irq_stack)(k1)
H A Dprocess.c644 stack_page = (unsigned long)irq_stack[cpu]; in unwind_stack()
/linux/arch/loongarch/kernel/
H A Dirq.c24 DEFINE_PER_CPU(unsigned long, irq_stack);
120 per_cpu(irq_stack, i) = (unsigned long)page_address(page); in init_IRQ()
122 per_cpu(irq_stack, i), per_cpu(irq_stack, i) + IRQ_STACK_SIZE); in init_IRQ()
H A Dprocess.c235 unsigned long begin = (unsigned long)this_cpu_read(irq_stack); in in_irq_stack()
H A Dtraps.c1090 stack = per_cpu(irq_stack, cpu) + IRQ_STACK_START; in do_vint()
/linux/arch/x86/kernel/
H A Dirq_32.c73 struct irq_stack *curstk, *irqstk; in execute_on_irq_stack()
76 curstk = (struct irq_stack *) current_stack(); in execute_on_irq_stack()
135 struct irq_stack *irqstk; in do_softirq_own_stack()
/linux/arch/mips/include/asm/
H A Dirq.h22 extern void *irq_stack[NR_CPUS];
40 unsigned long low = (unsigned long)irq_stack[cpu]; in on_irq_stack()
/linux/arch/riscv/kernel/
H A Dirq.c71 DEFINE_PER_CPU_ALIGNED(ulong [IRQ_STACK_SIZE/sizeof(ulong)], irq_stack);
78 per_cpu(irq_stack_ptr, cpu) = per_cpu(irq_stack, cpu); in init_irq_stacks()
/linux/arch/arm64/kernel/
H A Dirq.c67 DEFINE_PER_CPU_ALIGNED(unsigned long [IRQ_STACK_SIZE/sizeof(long)], irq_stack);
74 per_cpu(irq_stack_ptr, cpu) = per_cpu(irq_stack, cpu); in init_irq_stacks()
/linux/arch/parisc/kernel/
H A Dirq.c451 unsigned long irq_stack; in execute_on_irq_stack() local
455 irq_stack = (unsigned long) &union_ptr->stack; in execute_on_irq_stack()
456 irq_stack = ALIGN(irq_stack + sizeof(irq_stack_union.slock), in execute_on_irq_stack()
474 call_on_stack(param1, func, irq_stack); in execute_on_irq_stack()
/linux/arch/loongarch/include/asm/
H A Dirq.h14 DECLARE_PER_CPU(unsigned long, irq_stack);
32 unsigned long low = per_cpu(irq_stack, cpu); in on_irq_stack()
/linux/arch/x86/include/asm/
H A Dprocessor.h398 struct irq_stack { struct