Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/kernel/
Ddevicetree.c176 struct of_ioapic_type { struct
182 static struct of_ioapic_type of_ioapic_type[] = argument
210 struct of_ioapic_type *it; in dt_irqdomain_alloc()
218 if (type_index >= ARRAY_SIZE(of_ioapic_type)) in dt_irqdomain_alloc()
221 it = &of_ioapic_type[type_index]; in dt_irqdomain_alloc()