Home
last modified time | relevance | path

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

/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()
/arch/x86/kernel/apic/
Dvector.c40 struct irq_domain *x86_vector_domain; variable
41 EXPORT_SYMBOL_GPL(x86_vector_domain);
489 irqd = irq_domain_get_irq_data(x86_vector_domain, virq + i); in x86_vector_free_irqs()
729 x86_vector_domain = irq_domain_create_tree(fn, &x86_vector_domain_ops, in arch_early_irq_init()
731 BUG_ON(x86_vector_domain == NULL); in arch_early_irq_init()
732 irq_set_default_host(x86_vector_domain); in arch_early_irq_init()
734 arch_init_msi_domain(x86_vector_domain); in arch_early_irq_init()
965 irqd = irq_domain_get_irq_data(x86_vector_domain, in irq_force_complete_move()
Dmsi.c372 x86_vector_domain); in dmar_get_irq_domain()
472 if (x86_vector_domain == NULL) in hpet_create_irq_domain()
487 parent = x86_vector_domain; in hpet_create_irq_domain()
Dio_apic.c2329 parent = x86_vector_domain; in mp_irqdomain_create()
3030 irq_data->chip = (domain->parent == x86_vector_domain) ? in mp_irqdomain_alloc()
/arch/x86/platform/uv/
Duv_irq.c171 uv_domain->parent = x86_vector_domain; in uv_get_irq_domain()