Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dirqdomain.h41 extern const struct irq_domain_ops mp_ioapic_irqdomain_ops;
/linux/arch/x86/kernel/
H A Djailhouse.c97 .ops = &mp_ioapic_irqdomain_ops, in jailhouse_parse_smp_config()
H A Dmpparse.c108 .ops = &mp_ioapic_irqdomain_ops, in MP_ioapic_info()
/linux/arch/x86/kernel/acpi/
H A Dboot.c445 .ops = &mp_ioapic_irqdomain_ops, in acpi_parse_ioapic()
793 .ops = &mp_ioapic_irqdomain_ops, in acpi_register_ioapic()
/linux/arch/x86/kernel/apic/
H A Dio_apic.c2950 const struct irq_domain_ops mp_ioapic_irqdomain_ops = { variable