Home
last modified time | relevance | path

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

/linux/include/linux/
A Dpreempt.h39 #define HARDIRQ_SHIFT (SOFTIRQ_SHIFT + SOFTIRQ_BITS) macro
40 #define NMI_SHIFT (HARDIRQ_SHIFT + HARDIRQ_BITS)
46 #define HARDIRQ_MASK (__IRQ_MASK(HARDIRQ_BITS) << HARDIRQ_SHIFT)
51 #define HARDIRQ_OFFSET (1UL << HARDIRQ_SHIFT)
/linux/kernel/debug/
A Ddebug_core.c616 kgdb_info[cpu].irq_depth = hardirq_count() >> HARDIRQ_SHIFT; in kgdb_cpu_enter()
/linux/kernel/kcsan/
A Dcore.c253 if ((hardirq_count() >> HARDIRQ_SHIFT) < 2) in is_atomic()
/linux/kernel/locking/
A Dlockdep.c2532 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT, in print_bad_irq_dependency()
3917 lockdep_hardirq_context(), hardirq_count() >> HARDIRQ_SHIFT, in print_usage_bug()

Completed in 25 milliseconds