Home
last modified time | relevance | path

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

/openbmc/qemu/hw/xen/
H A Dxen_pt.c81 static uint8_t xen_pt_mapped_machine_irq[XEN_PT_NR_IRQS] = {0}; variable
739 xen_pt_mapped_machine_irq[machine_irq]--; in xen_pt_destroy()
741 if (xen_pt_mapped_machine_irq[machine_irq] == 0) { in xen_pt_destroy()
862 xen_pt_mapped_machine_irq[machine_irq]++; in xen_pt_realize()
879 xen_pt_mapped_machine_irq[machine_irq]--; in xen_pt_realize()
881 if (xen_pt_mapped_machine_irq[machine_irq] == 0) { in xen_pt_realize()