Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Dirqinit.c51 [0 ... NR_VECTORS - 1] = VECTOR_UNUSED,
H A Dirq.c269 if (desc == VECTOR_UNUSED) { in call_irq_handler()
274 __this_cpu_write(vector_irq[vector], VECTOR_UNUSED); in call_irq_handler()
534 __this_cpu_write(vector_irq[vector], VECTOR_UNUSED); in fixup_irqs()
/linux-6.15/arch/x86/include/asm/
H A Dhw_irq.h124 #define VECTOR_UNUSED NULL macro
/linux-6.15/arch/x86/kernel/apic/
H A Dvector.c825 return VECTOR_UNUSED; in __setup_vector_irq()
828 return VECTOR_UNUSED; in __setup_vector_irq()
909 per_cpu(vector_irq, cpu)[vector] = VECTOR_UNUSED; in free_moved_vector()