Home
last modified time | relevance | path

Searched refs:VECTOR_RETRIGGERED (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kernel/
Dirq.c243 if (desc != VECTOR_RETRIGGERED) { in do_IRQ()
542 __this_cpu_write(vector_irq[vector], VECTOR_RETRIGGERED); in fixup_irqs()
546 if (__this_cpu_read(vector_irq[vector]) != VECTOR_RETRIGGERED) in fixup_irqs()
/linux-4.4.14/arch/x86/include/asm/
Dhw_irq.h187 #define VECTOR_RETRIGGERED ((void *)~0UL) macro