Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/apic/
H A Dmsi.c159 return domain == x86_vector_domain; in pci_dev_has_default_msi_parent_domain()
273 x86_vector_domain->flags |= IRQ_DOMAIN_FLAG_MSI_PARENT; in native_create_pci_msi_domain()
274 x86_vector_domain->msi_parent_ops = &x86_vector_msi_parent_ops; in native_create_pci_msi_domain()
275 return x86_vector_domain; in native_create_pci_msi_domain()
360 x86_vector_domain); in dmar_get_irq_domain()
H A Dvector.c40 struct irq_domain *x86_vector_domain; variable
41 EXPORT_SYMBOL_GPL(x86_vector_domain);
501 irqd = irq_domain_get_irq_data(x86_vector_domain, virq + i); in x86_vector_free_irqs()
799 x86_vector_domain = irq_domain_create_tree(fn, &x86_vector_domain_ops, in arch_early_irq_init()
801 BUG_ON(x86_vector_domain == NULL); in arch_early_irq_init()
802 irq_set_default_host(x86_vector_domain); in arch_early_irq_init()
1091 irqd = irq_domain_get_irq_data(x86_vector_domain, in irq_force_complete_move()
H A Dio_apic.c3047 irq_data->chip = (domain->parent == x86_vector_domain) ? in mp_irqdomain_alloc()
/openbmc/linux/arch/x86/include/asm/
H A Dirq_remapping.h50 return x86_vector_domain; in arch_get_ir_parent_domain()
H A Dirqdomain.h16 extern struct irq_domain *x86_vector_domain;
/openbmc/linux/arch/x86/platform/uv/
H A Duv_irq.c169 uv_domain = irq_domain_create_hierarchy(x86_vector_domain, 0, 0, fn, in uv_get_irq_domain()
/openbmc/linux/arch/x86/hyperv/
H A Dirqdomain.c331 d = pci_msi_create_irq_domain(fn, &hv_pci_msi_domain_info, x86_vector_domain); in hv_create_pci_msi_domain()
/openbmc/linux/arch/x86/kernel/
H A Dhpet.c550 if (x86_vector_domain == NULL) in hpet_create_irq_domain()
577 if (parent != x86_vector_domain) in hpet_create_irq_domain()
/openbmc/linux/drivers/iommu/amd/
H A Dinit.c2444 iommu_irqdomain = irq_domain_create_hierarchy(x86_vector_domain, 0, 0, in iommu_get_irqdomain()
/openbmc/linux/drivers/pci/controller/
H A Dpci-hyperv.c591 return x86_vector_domain; in hv_pci_get_root_domain()