Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/apic/
Dvector.c42 struct irq_domain *x86_vector_domain; variable
43 EXPORT_SYMBOL_GPL(x86_vector_domain);
479 irqd = irq_domain_get_irq_data(x86_vector_domain, virq + i); in x86_vector_free_irqs()
695 x86_vector_domain = irq_domain_create_tree(fn, &x86_vector_domain_ops, in arch_early_irq_init()
697 BUG_ON(x86_vector_domain == NULL); in arch_early_irq_init()
699 irq_set_default_host(x86_vector_domain); in arch_early_irq_init()
701 arch_init_msi_domain(x86_vector_domain); in arch_early_irq_init()
942 irqd = irq_domain_get_irq_data(x86_vector_domain, in irq_force_complete_move()
Dmsi.c246 x86_vector_domain); in dmar_get_irq_domain()
345 if (x86_vector_domain == NULL) in hpet_create_irq_domain()
360 parent = x86_vector_domain; in hpet_create_irq_domain()
Dio_apic.c2261 parent = x86_vector_domain; in mp_irqdomain_create()
2941 irq_data->chip = (domain->parent == x86_vector_domain) ? in mp_irqdomain_alloc()
/Linux-v4.19/arch/x86/include/asm/
Dirqdomain.h15 extern struct irq_domain *x86_vector_domain;
Dirq_remapping.h69 return x86_vector_domain; in arch_get_ir_parent_domain()
/Linux-v4.19/arch/x86/platform/uv/
Duv_irq.c172 uv_domain->parent = x86_vector_domain; in uv_get_irq_domain()
/Linux-v4.19/drivers/pci/controller/
Dvmd.c699 x86_vector_domain); in vmd_enable_domain()
Dpci-hyperv.c1273 x86_vector_domain); in hv_pcie_init_irq_domain()