Home
last modified time | relevance | path

Searched refs:hardirq_stack_inuse (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/include/asm/
H A Dirq_stack.h138 if (user_mode(regs) || __this_cpu_read(hardirq_stack_inuse)) { \
149 __this_cpu_write(hardirq_stack_inuse, true); \
151 __this_cpu_write(hardirq_stack_inuse, false); \
215 __this_cpu_write(hardirq_stack_inuse, true); \
217 __this_cpu_write(hardirq_stack_inuse, false); \
H A Dprocessor.h420 DECLARE_PER_CPU_CACHE_HOT(bool, hardirq_stack_inuse);
/linux/arch/x86/kernel/
H A Dirq_64.c29 DEFINE_PER_CPU_CACHE_HOT(bool, hardirq_stack_inuse);
H A Dprocess_64.c618 this_cpu_read(hardirq_stack_inuse)); in __switch_to()