Home
last modified time | relevance | path

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

/arch/x86/kernel/
Ddevicetree.c185 struct of_ioapic_type { struct
191 static struct of_ioapic_type of_ioapic_type[] = variable
219 struct of_ioapic_type *it; in dt_irqdomain_alloc()
227 if (type_index >= ARRAY_SIZE(of_ioapic_type)) in dt_irqdomain_alloc()
230 it = &of_ioapic_type[type_index]; in dt_irqdomain_alloc()