Home
last modified time | relevance | path

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

/xen/xen/common/
A Dirq.c15 desc->handler = &no_irq_type; in init_one_irq_desc()
/xen/xen/include/xen/
A Dirq.h118 extern hw_irq_controller no_irq_type;
/xen/xen/arch/x86/
A Dirq.c353 desc->handler = &no_irq_type; in destroy_irq()
462 hw_irq_controller no_irq_type = { variable
1484 if ( desc->handler == &no_irq_type ) in irq_acktype()
2184 if ( desc->handler != &no_irq_type ) in map_domain_pirq()
2241 if ( desc->handler != &no_irq_type ) in map_domain_pirq()
2259 desc->handler = &no_irq_type; in map_domain_pirq()
2377 desc->handler = &no_irq_type; in unmap_domain_pirq()
2476 if ( !irq_desc_initialized(desc) || desc->handler == &no_irq_type ) in dump_irqs()
2576 if ( desc->handler == &no_irq_type ) in fixup_irqs()
A Dmpparse.c1085 if (!(desc->status & IRQ_DISABLED) && desc->handler != &no_irq_type) { in mp_register_gsi()
A Dmsi.c551 desc->handler = &no_irq_type; in __setup_msi_irq()
/xen/xen/arch/arm/
A Dgic.c198 desc->handler = &no_irq_type; in gic_remove_irq_from_guest()
A Dirq.c56 hw_irq_controller no_irq_type = { variable
/xen/xen/drivers/passthrough/vtd/
A Diommu.c1145 desc->handler = &no_irq_type; in iommu_set_interrupt()

Completed in 22 milliseconds