Home
last modified time | relevance | path

Searched refs:async_stack (Results 1 – 5 of 5) sorted by relevance

/linux/arch/s390/include/asm/
H A Dsoftirq_stack.h11 call_on_stack(0, get_lowcore()->async_stack, void, __do_softirq); in do_softirq_own_stack()
H A Dlowcore.h136 __u64 async_stack; /* 0x0350 */ member
/linux/arch/s390/kernel/
H A Dirq.c116 return ((get_lowcore()->async_stack ^ frame) & ~(THREAD_SIZE - 1)) == 0; in on_async_stack()
124 call_on_stack(2, get_lowcore()->async_stack, void, do_IRQ, in do_irq_async()
H A Ddumpstack.c64 unsigned long stack = get_lowcore()->async_stack - STACK_INIT_OFFSET; in in_irq_stack()
H A Dsetup.c434 lc->async_stack = stack_alloc_early() + STACK_INIT_OFFSET; in setup_lowcore()