Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/apic/
Dvector.c40 struct irq_domain *x86_vector_domain; variable
41 EXPORT_SYMBOL_GPL(x86_vector_domain);
487 irqd = irq_domain_get_irq_data(x86_vector_domain, virq + i); in x86_vector_free_irqs()
703 x86_vector_domain = irq_domain_create_tree(fn, &x86_vector_domain_ops, in arch_early_irq_init()
705 BUG_ON(x86_vector_domain == NULL); in arch_early_irq_init()
707 irq_set_default_host(x86_vector_domain); in arch_early_irq_init()
709 arch_init_msi_domain(x86_vector_domain); in arch_early_irq_init()
950 irqd = irq_domain_get_irq_data(x86_vector_domain, in irq_force_complete_move()
Dmsi.c243 x86_vector_domain); in dmar_get_irq_domain()
342 if (x86_vector_domain == NULL) in hpet_create_irq_domain()
357 parent = x86_vector_domain; in hpet_create_irq_domain()
Dio_apic.c2313 parent = x86_vector_domain; in mp_irqdomain_create()
3005 irq_data->chip = (domain->parent == x86_vector_domain) ? in mp_irqdomain_alloc()
/Linux-v5.4/arch/x86/include/asm/
Dirqdomain.h15 extern struct irq_domain *x86_vector_domain;
Dirq_remapping.h59 return x86_vector_domain; in arch_get_ir_parent_domain()
/Linux-v5.4/arch/x86/platform/uv/
Duv_irq.c172 uv_domain->parent = x86_vector_domain; in uv_get_irq_domain()
/Linux-v5.4/drivers/pci/controller/
Dvmd.c680 x86_vector_domain); in vmd_enable_domain()
Dpci-hyperv.c1551 x86_vector_domain); in hv_pcie_init_irq_domain()