Home
last modified time | relevance | path

Searched refs:irq_alloc_matrix (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/irq/
H A Dmatrix.c49 __init struct irq_matrix *irq_alloc_matrix(unsigned int matrix_bits, in irq_alloc_matrix() function
/openbmc/linux/include/linux/
H A Dirq.h1234 struct irq_matrix *irq_alloc_matrix(unsigned int matrix_bits,
/openbmc/linux/arch/x86/kernel/apic/
H A Dvector.c810 vector_matrix = irq_alloc_matrix(NR_VECTORS, FIRST_EXTERNAL_VECTOR, in arch_early_irq_init()