/openbmc/linux/arch/x86/kernel/ |
H A D | irq_64.c | 38 struct page *pages[IRQ_STACK_SIZE / PAGE_SIZE]; in map_irq_stack() 42 for (i = 0; i < IRQ_STACK_SIZE / PAGE_SIZE; i++) { in map_irq_stack() 48 va = vmap(pages, IRQ_STACK_SIZE / PAGE_SIZE, VM_MAP, PAGE_KERNEL); in map_irq_stack() 53 per_cpu(pcpu_hot.hardirq_stack_ptr, cpu) = va + IRQ_STACK_SIZE - 8; in map_irq_stack() 66 per_cpu(pcpu_hot.hardirq_stack_ptr, cpu) = va + IRQ_STACK_SIZE - 8; in map_irq_stack()
|
H A D | dumpstack_64.c | 146 begin = end - (IRQ_STACK_SIZE / sizeof(long)); in in_irq_stack()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | irq.h | 19 #define IRQ_STACK_SIZE THREAD_SIZE macro 20 #define IRQ_STACK_START (IRQ_STACK_SIZE - 16) 41 unsigned long high = low + IRQ_STACK_SIZE; in on_irq_stack()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | irq.c | 46 p = arch_alloc_vmap_stack(IRQ_STACK_SIZE, cpu_to_node(cpu)); in init_irq_stacks() 52 DEFINE_PER_CPU_ALIGNED(ulong [IRQ_STACK_SIZE/sizeof(ulong)], irq_stack); 69 + IRQ_STACK_SIZE/sizeof(ulong); in do_softirq_own_stack()
|
H A D | traps.c | 365 + IRQ_STACK_SIZE/sizeof(ulong); in do_irq()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | irq.h | 11 #define IRQ_STACK_SIZE THREAD_SIZE macro 12 #define IRQ_STACK_START (IRQ_STACK_SIZE - 16) 33 unsigned long high = low + IRQ_STACK_SIZE; in on_irq_stack()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | irq.c | 56 unsigned int order = get_order(IRQ_STACK_SIZE); in init_IRQ() 71 irq_stack[i], irq_stack[i] + IRQ_STACK_SIZE); in init_IRQ()
|
H A D | asm-offsets.c | 107 DEFINE(_IRQ_STACK_SIZE, IRQ_STACK_SIZE); in output_thread_info_defines()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | irq.c | 61 p = arch_alloc_vmap_stack(IRQ_STACK_SIZE, early_cpu_to_node(cpu)); in init_irq_stacks() 67 DEFINE_PER_CPU_ALIGNED(unsigned long [IRQ_STACK_SIZE/sizeof(long)], irq_stack);
|
H A D | traps.c | 939 irq_stk, irq_stk + IRQ_STACK_SIZE); in panic_bad_stack()
|
H A D | entry.S | 889 add sp, x16, #IRQ_STACK_SIZE
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | irq.c | 357 #define IRQ_STACK_SIZE (4096 << 4) /* 64k irq stack size */ macro 359 #define IRQ_STACK_SIZE (4096 << 3) /* 32k irq stack size */ macro 363 unsigned long stack[IRQ_STACK_SIZE/sizeof(unsigned long)]; 410 if (likely(stack_usage < (IRQ_STACK_SIZE - STACK_MARGIN))) in stack_overflow_check() 415 current->comm, sp, stack_start, stack_start + IRQ_STACK_SIZE); in stack_overflow_check()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | irq.c | 107 unsigned int order = get_order(IRQ_STACK_SIZE); in init_IRQ() 130 per_cpu(irq_stack, i), per_cpu(irq_stack, i) + IRQ_STACK_SIZE); in init_IRQ()
|
H A D | asm-offsets.c | 90 DEFINE(_IRQ_STACK_SIZE, IRQ_STACK_SIZE); in output_thread_info_defines()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | page_32_types.h | 25 #define IRQ_STACK_SIZE THREAD_SIZE macro
|
H A D | page_64_types.h | 22 #define IRQ_STACK_SIZE (PAGE_SIZE << IRQ_STACK_ORDER) macro
|
H A D | processor.h | 393 char stack[IRQ_STACK_SIZE]; 394 } __aligned(IRQ_STACK_SIZE);
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | sdei.h | 10 #define SDEI_STACK_SIZE IRQ_STACK_SIZE
|
H A D | stacktrace.h | 28 unsigned long high = low + IRQ_STACK_SIZE; in stackinfo_get_irq()
|
H A D | memory.h | 112 #define IRQ_STACK_SIZE THREAD_SIZE macro
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | thread_info.h | 37 #define IRQ_STACK_SIZE THREAD_SIZE macro
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | kernel-stacks.rst | 25 * Interrupt stack. IRQ_STACK_SIZE
|