Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/
H A Dirqinit.c51 [0 ... NR_VECTORS - 1] = VECTOR_UNUSED,
H A Dirq.c267 if (desc == VECTOR_UNUSED) in reevaluate_vector()
270 __this_cpu_write(vector_irq[vector], VECTOR_UNUSED); in reevaluate_vector()
548 __this_cpu_write(vector_irq[vector], VECTOR_UNUSED); in fixup_irqs()
/linux/arch/x86/include/asm/
H A Dhw_irq.h126 #define VECTOR_UNUSED NULL macro
/linux/arch/x86/kernel/apic/
H A Dvector.c831 return VECTOR_UNUSED; in __setup_vector_irq()
834 return VECTOR_UNUSED; in __setup_vector_irq()
915 per_cpu(vector_irq, cpu)[vector] = VECTOR_UNUSED; in free_moved_vector()