Home
last modified time | relevance | path

Searched refs:phys_irq (Results 1 – 4 of 4) sorted by relevance

/hypervisor/arch/x86/guest/
A Dassign.c248 vector = irq_to_vector(phys_irq); in ptirq_build_physical_rte()
428 uint32_t phys_irq; in remove_intx_remapping() local
445 phys_irq = entry->allocated_pirq; in remove_intx_remapping()
447 ioapic_gsi_mask_irq(phys_irq); in remove_intx_remapping()
566 uint32_t phys_irq; in ptirq_intx_ack() local
572 phys_irq = entry->allocated_pirq; in ptirq_intx_ack()
598 phys_irq, irq_to_vector(phys_irq)); in ptirq_intx_ack()
599 ioapic_gsi_unmask_irq(phys_irq); in ptirq_intx_ack()
689 ioapic_gsi_mask_irq(phys_irq); in activate_ioapic_rte()
703 ioapic_set_rte(phys_irq, rte); in activate_ioapic_rte()
[all …]
/hypervisor/common/
A Dptdev.c219 int32_t ptirq_activate_entry(struct ptirq_remapping_info *entry, uint32_t phys_irq) in ptirq_activate_entry() argument
227 ret = request_irq(phys_irq, ptirq_interrupt_handler, (void *)entry, IRQF_PT); in ptirq_activate_entry()
231 pr_err("request irq failed, please check!, phys-irq=%d", phys_irq); in ptirq_activate_entry()
/hypervisor/include/common/
A Dptdev.h271 int32_t ptirq_activate_entry(struct ptirq_remapping_info *entry, uint32_t phys_irq);
/hypervisor/debug/
A Dshell.c1229 uint32_t phys_irq = entry->allocated_pirq; in get_entry_info() local
1237 ioapic_get_rte(phys_irq, &rte); in get_entry_info()

Completed in 10 milliseconds