Home
last modified time | relevance | path

Searched refs:softirq_stack_ptr (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dirq_32.c128 per_cpu(pcpu_hot.softirq_stack_ptr, cpu) = page_address(ps); in irq_init_percpu_irqstack()
138 irqstk = __this_cpu_read(pcpu_hot.softirq_stack_ptr); in do_softirq_own_stack()
H A Ddumpstack_32.c65 unsigned long *begin = (unsigned long *)this_cpu_read(pcpu_hot.softirq_stack_ptr); in in_softirq_stack()
/openbmc/linux/arch/x86/include/asm/
H A Dcurrent.h29 void *softirq_stack_ptr; member