Searched defs:NMI_BITS (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dhardirq.h34 #define NMI_BITS 1 macro
56 #define NMI_MASK (__IRQ_MASK(NMI_BITS) << NMI_SHIFT)
67 #define PREEMPT_ACTIVE_SHIFT (NMI_SHIFT + NMI_BITS)
71 #if PREEMPT_ACTIVE < (1 << (NMI_SHIFT + NMI_BITS))

Completed in 54 milliseconds