Coverage Report

Created: 2017-10-25 09:10

/root/src/xen/xen/include/asm/event.h
Line
Count
Source (jump to first uncovered line)
1
/******************************************************************************
2
 * event.h
3
 *
4
 * A nice interface for passing asynchronous events to guest OSes.
5
 * (architecture-dependent part)
6
 *
7
 */
8
9
#ifndef __ASM_EVENT_H__
10
#define __ASM_EVENT_H__
11
12
#include <xen/shared.h>
13
14
void vcpu_kick(struct vcpu *v);
15
void vcpu_mark_events_pending(struct vcpu *v);
16
17
static inline int vcpu_event_delivery_is_enabled(struct vcpu *v)
18
0
{
19
0
    return !vcpu_info(v, evtchn_upcall_mask);
20
0
}
Unexecuted instantiation: emul-priv-op.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: emul-inv-op.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: emul-gate-op.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: callback.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: nmi_int.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: nested_ept.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: nested_hap.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: hap.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: common.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: mem_access.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: mem_sharing.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: p2m-pod.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: p2m-pt.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: p2m.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: paging.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: vmx.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: vmcs.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: realmode.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: nestedsvm.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: intr.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: vpt.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: vpic.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: vmsi.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: vlapic.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: vioapic.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: nestedhvm.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: ioreq.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: intercept.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: hvm.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: hpet.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: emulate.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: dm.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: vmce.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: non-fatal.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: mce_intel.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: mce.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: mctelem.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: amd_nonfatal.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: vpmu.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: traps.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: time.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: platform_hypercall.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: physdev.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: mm.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: irq.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: pmstat.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: pci.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: io.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: iommu.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: header.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: console.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: xenoprof.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: vm_event.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: trace.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: sysctl.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: schedule.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: sched_rt.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: sched_credit2.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: sched_credit.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: page_alloc.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: multicall.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: monitor.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: memory.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: keyhandler.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: grant_table.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: event_fifo.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: event_channel.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: event_2l.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: domain.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: domctl.c:vcpu_event_delivery_is_enabled
Unexecuted instantiation: cpu.c:vcpu_event_delivery_is_enabled
21
22
int hvm_local_events_need_delivery(struct vcpu *v);
23
static inline int local_events_need_delivery(void)
24
73.4k
{
25
73.4k
    struct vcpu *v = current;
26
73.4k
27
73.4k
    ASSERT(!is_idle_vcpu(v));
28
73.4k
29
73.4k
    return (is_hvm_vcpu(v) ? hvm_local_events_need_delivery(v) :
30
137
            (vcpu_info(v, evtchn_upcall_pending) &&
31
0
             !vcpu_info(v, evtchn_upcall_mask)));
32
73.4k
}
Unexecuted instantiation: mce.c:local_events_need_delivery
Unexecuted instantiation: cpu.c:local_events_need_delivery
Unexecuted instantiation: emul-inv-op.c:local_events_need_delivery
Unexecuted instantiation: emul-gate-op.c:local_events_need_delivery
Unexecuted instantiation: callback.c:local_events_need_delivery
Unexecuted instantiation: nmi_int.c:local_events_need_delivery
Unexecuted instantiation: nested_ept.c:local_events_need_delivery
Unexecuted instantiation: nested_hap.c:local_events_need_delivery
Unexecuted instantiation: hap.c:local_events_need_delivery
Unexecuted instantiation: common.c:local_events_need_delivery
Unexecuted instantiation: mem_access.c:local_events_need_delivery
Unexecuted instantiation: mem_sharing.c:local_events_need_delivery
Unexecuted instantiation: p2m-pod.c:local_events_need_delivery
Unexecuted instantiation: p2m-pt.c:local_events_need_delivery
Unexecuted instantiation: p2m.c:local_events_need_delivery
Unexecuted instantiation: paging.c:local_events_need_delivery
Unexecuted instantiation: vmx.c:local_events_need_delivery
Unexecuted instantiation: vmcs.c:local_events_need_delivery
Unexecuted instantiation: realmode.c:local_events_need_delivery
Unexecuted instantiation: nestedsvm.c:local_events_need_delivery
Unexecuted instantiation: intr.c:local_events_need_delivery
Unexecuted instantiation: vpt.c:local_events_need_delivery
Unexecuted instantiation: vpic.c:local_events_need_delivery
Unexecuted instantiation: vmsi.c:local_events_need_delivery
Unexecuted instantiation: vlapic.c:local_events_need_delivery
Unexecuted instantiation: vioapic.c:local_events_need_delivery
Unexecuted instantiation: nestedhvm.c:local_events_need_delivery
Unexecuted instantiation: ioreq.c:local_events_need_delivery
Unexecuted instantiation: intercept.c:local_events_need_delivery
Unexecuted instantiation: hvm.c:local_events_need_delivery
Unexecuted instantiation: hpet.c:local_events_need_delivery
Unexecuted instantiation: emulate.c:local_events_need_delivery
Unexecuted instantiation: dm.c:local_events_need_delivery
Unexecuted instantiation: vmce.c:local_events_need_delivery
Unexecuted instantiation: non-fatal.c:local_events_need_delivery
Unexecuted instantiation: mce_intel.c:local_events_need_delivery
Unexecuted instantiation: mctelem.c:local_events_need_delivery
Unexecuted instantiation: amd_nonfatal.c:local_events_need_delivery
Unexecuted instantiation: vpmu.c:local_events_need_delivery
Unexecuted instantiation: traps.c:local_events_need_delivery
Unexecuted instantiation: time.c:local_events_need_delivery
Unexecuted instantiation: platform_hypercall.c:local_events_need_delivery
Unexecuted instantiation: physdev.c:local_events_need_delivery
Unexecuted instantiation: mm.c:local_events_need_delivery
Unexecuted instantiation: irq.c:local_events_need_delivery
Unexecuted instantiation: pmstat.c:local_events_need_delivery
Unexecuted instantiation: pci.c:local_events_need_delivery
Unexecuted instantiation: io.c:local_events_need_delivery
Unexecuted instantiation: iommu.c:local_events_need_delivery
header.c:local_events_need_delivery
Line
Count
Source
24
6.34k
{
25
6.34k
    struct vcpu *v = current;
26
6.34k
27
6.34k
    ASSERT(!is_idle_vcpu(v));
28
6.34k
29
6.34k
    return (is_hvm_vcpu(v) ? hvm_local_events_need_delivery(v) :
30
0
            (vcpu_info(v, evtchn_upcall_pending) &&
31
0
             !vcpu_info(v, evtchn_upcall_mask)));
32
6.34k
}
Unexecuted instantiation: console.c:local_events_need_delivery
Unexecuted instantiation: xenoprof.c:local_events_need_delivery
Unexecuted instantiation: vm_event.c:local_events_need_delivery
Unexecuted instantiation: trace.c:local_events_need_delivery
Unexecuted instantiation: sysctl.c:local_events_need_delivery
schedule.c:local_events_need_delivery
Line
Count
Source
24
67.0k
{
25
67.0k
    struct vcpu *v = current;
26
67.0k
27
67.0k
    ASSERT(!is_idle_vcpu(v));
28
67.0k
29
67.0k
    return (is_hvm_vcpu(v) ? hvm_local_events_need_delivery(v) :
30
137
            (vcpu_info(v, evtchn_upcall_pending) &&
31
0
             !vcpu_info(v, evtchn_upcall_mask)));
32
67.0k
}
Unexecuted instantiation: sched_rt.c:local_events_need_delivery
Unexecuted instantiation: sched_credit2.c:local_events_need_delivery
Unexecuted instantiation: sched_credit.c:local_events_need_delivery
Unexecuted instantiation: page_alloc.c:local_events_need_delivery
Unexecuted instantiation: multicall.c:local_events_need_delivery
Unexecuted instantiation: monitor.c:local_events_need_delivery
Unexecuted instantiation: memory.c:local_events_need_delivery
Unexecuted instantiation: keyhandler.c:local_events_need_delivery
Unexecuted instantiation: grant_table.c:local_events_need_delivery
Unexecuted instantiation: event_fifo.c:local_events_need_delivery
Unexecuted instantiation: event_channel.c:local_events_need_delivery
Unexecuted instantiation: event_2l.c:local_events_need_delivery
Unexecuted instantiation: domain.c:local_events_need_delivery
Unexecuted instantiation: domctl.c:local_events_need_delivery
Unexecuted instantiation: emul-priv-op.c:local_events_need_delivery
33
34
static inline void local_event_delivery_disable(void)
35
0
{
36
0
    vcpu_info(current, evtchn_upcall_mask) = 1;
37
0
}
Unexecuted instantiation: domain.c:local_event_delivery_disable
Unexecuted instantiation: event_2l.c:local_event_delivery_disable
Unexecuted instantiation: event_channel.c:local_event_delivery_disable
Unexecuted instantiation: event_fifo.c:local_event_delivery_disable
Unexecuted instantiation: grant_table.c:local_event_delivery_disable
Unexecuted instantiation: keyhandler.c:local_event_delivery_disable
Unexecuted instantiation: memory.c:local_event_delivery_disable
Unexecuted instantiation: monitor.c:local_event_delivery_disable
Unexecuted instantiation: multicall.c:local_event_delivery_disable
Unexecuted instantiation: page_alloc.c:local_event_delivery_disable
Unexecuted instantiation: sched_credit.c:local_event_delivery_disable
Unexecuted instantiation: sched_credit2.c:local_event_delivery_disable
Unexecuted instantiation: sched_rt.c:local_event_delivery_disable
Unexecuted instantiation: schedule.c:local_event_delivery_disable
Unexecuted instantiation: sysctl.c:local_event_delivery_disable
Unexecuted instantiation: trace.c:local_event_delivery_disable
Unexecuted instantiation: vm_event.c:local_event_delivery_disable
Unexecuted instantiation: xenoprof.c:local_event_delivery_disable
Unexecuted instantiation: console.c:local_event_delivery_disable
Unexecuted instantiation: header.c:local_event_delivery_disable
Unexecuted instantiation: iommu.c:local_event_delivery_disable
Unexecuted instantiation: io.c:local_event_delivery_disable
Unexecuted instantiation: pci.c:local_event_delivery_disable
Unexecuted instantiation: pmstat.c:local_event_delivery_disable
Unexecuted instantiation: irq.c:local_event_delivery_disable
Unexecuted instantiation: mm.c:local_event_delivery_disable
Unexecuted instantiation: physdev.c:local_event_delivery_disable
Unexecuted instantiation: platform_hypercall.c:local_event_delivery_disable
Unexecuted instantiation: time.c:local_event_delivery_disable
Unexecuted instantiation: traps.c:local_event_delivery_disable
Unexecuted instantiation: vpmu.c:local_event_delivery_disable
Unexecuted instantiation: amd_nonfatal.c:local_event_delivery_disable
Unexecuted instantiation: mctelem.c:local_event_delivery_disable
Unexecuted instantiation: mce.c:local_event_delivery_disable
Unexecuted instantiation: mce_intel.c:local_event_delivery_disable
Unexecuted instantiation: domctl.c:local_event_delivery_disable
Unexecuted instantiation: non-fatal.c:local_event_delivery_disable
Unexecuted instantiation: vmce.c:local_event_delivery_disable
Unexecuted instantiation: dm.c:local_event_delivery_disable
Unexecuted instantiation: emulate.c:local_event_delivery_disable
Unexecuted instantiation: hpet.c:local_event_delivery_disable
Unexecuted instantiation: hvm.c:local_event_delivery_disable
Unexecuted instantiation: intercept.c:local_event_delivery_disable
Unexecuted instantiation: ioreq.c:local_event_delivery_disable
Unexecuted instantiation: nestedhvm.c:local_event_delivery_disable
Unexecuted instantiation: vioapic.c:local_event_delivery_disable
Unexecuted instantiation: vlapic.c:local_event_delivery_disable
Unexecuted instantiation: vmsi.c:local_event_delivery_disable
Unexecuted instantiation: vpic.c:local_event_delivery_disable
Unexecuted instantiation: vpt.c:local_event_delivery_disable
Unexecuted instantiation: intr.c:local_event_delivery_disable
Unexecuted instantiation: nestedsvm.c:local_event_delivery_disable
Unexecuted instantiation: realmode.c:local_event_delivery_disable
Unexecuted instantiation: vmcs.c:local_event_delivery_disable
Unexecuted instantiation: vmx.c:local_event_delivery_disable
Unexecuted instantiation: paging.c:local_event_delivery_disable
Unexecuted instantiation: p2m.c:local_event_delivery_disable
Unexecuted instantiation: p2m-pt.c:local_event_delivery_disable
Unexecuted instantiation: p2m-pod.c:local_event_delivery_disable
Unexecuted instantiation: mem_sharing.c:local_event_delivery_disable
Unexecuted instantiation: mem_access.c:local_event_delivery_disable
Unexecuted instantiation: common.c:local_event_delivery_disable
Unexecuted instantiation: hap.c:local_event_delivery_disable
Unexecuted instantiation: nested_hap.c:local_event_delivery_disable
Unexecuted instantiation: nested_ept.c:local_event_delivery_disable
Unexecuted instantiation: nmi_int.c:local_event_delivery_disable
Unexecuted instantiation: callback.c:local_event_delivery_disable
Unexecuted instantiation: emul-gate-op.c:local_event_delivery_disable
Unexecuted instantiation: emul-inv-op.c:local_event_delivery_disable
Unexecuted instantiation: emul-priv-op.c:local_event_delivery_disable
Unexecuted instantiation: cpu.c:local_event_delivery_disable
38
39
static inline void local_event_delivery_enable(void)
40
65.3k
{
41
65.3k
    vcpu_info(current, evtchn_upcall_mask) = 0;
42
65.3k
}
Unexecuted instantiation: domctl.c:local_event_delivery_enable
Unexecuted instantiation: cpu.c:local_event_delivery_enable
Unexecuted instantiation: emul-priv-op.c:local_event_delivery_enable
Unexecuted instantiation: emul-inv-op.c:local_event_delivery_enable
Unexecuted instantiation: emul-gate-op.c:local_event_delivery_enable
Unexecuted instantiation: callback.c:local_event_delivery_enable
Unexecuted instantiation: nmi_int.c:local_event_delivery_enable
Unexecuted instantiation: nested_ept.c:local_event_delivery_enable
Unexecuted instantiation: nested_hap.c:local_event_delivery_enable
Unexecuted instantiation: hap.c:local_event_delivery_enable
Unexecuted instantiation: common.c:local_event_delivery_enable
Unexecuted instantiation: mem_access.c:local_event_delivery_enable
Unexecuted instantiation: mem_sharing.c:local_event_delivery_enable
Unexecuted instantiation: p2m-pod.c:local_event_delivery_enable
Unexecuted instantiation: p2m-pt.c:local_event_delivery_enable
Unexecuted instantiation: p2m.c:local_event_delivery_enable
Unexecuted instantiation: paging.c:local_event_delivery_enable
Unexecuted instantiation: vmx.c:local_event_delivery_enable
Unexecuted instantiation: vmcs.c:local_event_delivery_enable
Unexecuted instantiation: realmode.c:local_event_delivery_enable
Unexecuted instantiation: nestedsvm.c:local_event_delivery_enable
Unexecuted instantiation: intr.c:local_event_delivery_enable
Unexecuted instantiation: vpt.c:local_event_delivery_enable
Unexecuted instantiation: vpic.c:local_event_delivery_enable
Unexecuted instantiation: vmsi.c:local_event_delivery_enable
Unexecuted instantiation: vlapic.c:local_event_delivery_enable
Unexecuted instantiation: vioapic.c:local_event_delivery_enable
Unexecuted instantiation: nestedhvm.c:local_event_delivery_enable
Unexecuted instantiation: ioreq.c:local_event_delivery_enable
Unexecuted instantiation: intercept.c:local_event_delivery_enable
Unexecuted instantiation: hvm.c:local_event_delivery_enable
Unexecuted instantiation: hpet.c:local_event_delivery_enable
Unexecuted instantiation: emulate.c:local_event_delivery_enable
Unexecuted instantiation: dm.c:local_event_delivery_enable
Unexecuted instantiation: vmce.c:local_event_delivery_enable
Unexecuted instantiation: non-fatal.c:local_event_delivery_enable
Unexecuted instantiation: mce_intel.c:local_event_delivery_enable
Unexecuted instantiation: mce.c:local_event_delivery_enable
Unexecuted instantiation: mctelem.c:local_event_delivery_enable
Unexecuted instantiation: amd_nonfatal.c:local_event_delivery_enable
Unexecuted instantiation: vpmu.c:local_event_delivery_enable
Unexecuted instantiation: traps.c:local_event_delivery_enable
Unexecuted instantiation: time.c:local_event_delivery_enable
Unexecuted instantiation: platform_hypercall.c:local_event_delivery_enable
Unexecuted instantiation: physdev.c:local_event_delivery_enable
Unexecuted instantiation: mm.c:local_event_delivery_enable
Unexecuted instantiation: irq.c:local_event_delivery_enable
Unexecuted instantiation: pmstat.c:local_event_delivery_enable
Unexecuted instantiation: pci.c:local_event_delivery_enable
Unexecuted instantiation: io.c:local_event_delivery_enable
Unexecuted instantiation: iommu.c:local_event_delivery_enable
Unexecuted instantiation: header.c:local_event_delivery_enable
Unexecuted instantiation: console.c:local_event_delivery_enable
Unexecuted instantiation: xenoprof.c:local_event_delivery_enable
Unexecuted instantiation: vm_event.c:local_event_delivery_enable
Unexecuted instantiation: trace.c:local_event_delivery_enable
Unexecuted instantiation: sysctl.c:local_event_delivery_enable
schedule.c:local_event_delivery_enable
Line
Count
Source
40
65.3k
{
41
65.3k
    vcpu_info(current, evtchn_upcall_mask) = 0;
42
65.3k
}
Unexecuted instantiation: sched_rt.c:local_event_delivery_enable
Unexecuted instantiation: sched_credit2.c:local_event_delivery_enable
Unexecuted instantiation: sched_credit.c:local_event_delivery_enable
Unexecuted instantiation: page_alloc.c:local_event_delivery_enable
Unexecuted instantiation: multicall.c:local_event_delivery_enable
Unexecuted instantiation: monitor.c:local_event_delivery_enable
Unexecuted instantiation: memory.c:local_event_delivery_enable
Unexecuted instantiation: keyhandler.c:local_event_delivery_enable
Unexecuted instantiation: grant_table.c:local_event_delivery_enable
Unexecuted instantiation: event_fifo.c:local_event_delivery_enable
Unexecuted instantiation: event_channel.c:local_event_delivery_enable
Unexecuted instantiation: event_2l.c:local_event_delivery_enable
Unexecuted instantiation: domain.c:local_event_delivery_enable
43
44
/* No arch specific virq definition now. Default to global. */
45
static inline int arch_virq_is_global(uint32_t virq)
46
0
{
47
0
    return 1;
48
0
}
Unexecuted instantiation: emul-priv-op.c:arch_virq_is_global
Unexecuted instantiation: emul-inv-op.c:arch_virq_is_global
Unexecuted instantiation: emul-gate-op.c:arch_virq_is_global
Unexecuted instantiation: callback.c:arch_virq_is_global
Unexecuted instantiation: nmi_int.c:arch_virq_is_global
Unexecuted instantiation: nested_ept.c:arch_virq_is_global
Unexecuted instantiation: nested_hap.c:arch_virq_is_global
Unexecuted instantiation: hap.c:arch_virq_is_global
Unexecuted instantiation: common.c:arch_virq_is_global
Unexecuted instantiation: mem_access.c:arch_virq_is_global
Unexecuted instantiation: mem_sharing.c:arch_virq_is_global
Unexecuted instantiation: p2m-pod.c:arch_virq_is_global
Unexecuted instantiation: p2m-pt.c:arch_virq_is_global
Unexecuted instantiation: p2m.c:arch_virq_is_global
Unexecuted instantiation: paging.c:arch_virq_is_global
Unexecuted instantiation: vmx.c:arch_virq_is_global
Unexecuted instantiation: vmcs.c:arch_virq_is_global
Unexecuted instantiation: realmode.c:arch_virq_is_global
Unexecuted instantiation: nestedsvm.c:arch_virq_is_global
Unexecuted instantiation: intr.c:arch_virq_is_global
Unexecuted instantiation: vpt.c:arch_virq_is_global
Unexecuted instantiation: vpic.c:arch_virq_is_global
Unexecuted instantiation: vmsi.c:arch_virq_is_global
Unexecuted instantiation: vlapic.c:arch_virq_is_global
Unexecuted instantiation: vioapic.c:arch_virq_is_global
Unexecuted instantiation: nestedhvm.c:arch_virq_is_global
Unexecuted instantiation: ioreq.c:arch_virq_is_global
Unexecuted instantiation: intercept.c:arch_virq_is_global
Unexecuted instantiation: hvm.c:arch_virq_is_global
Unexecuted instantiation: hpet.c:arch_virq_is_global
Unexecuted instantiation: emulate.c:arch_virq_is_global
Unexecuted instantiation: dm.c:arch_virq_is_global
Unexecuted instantiation: vmce.c:arch_virq_is_global
Unexecuted instantiation: non-fatal.c:arch_virq_is_global
Unexecuted instantiation: mce_intel.c:arch_virq_is_global
Unexecuted instantiation: mce.c:arch_virq_is_global
Unexecuted instantiation: mctelem.c:arch_virq_is_global
Unexecuted instantiation: amd_nonfatal.c:arch_virq_is_global
Unexecuted instantiation: vpmu.c:arch_virq_is_global
Unexecuted instantiation: traps.c:arch_virq_is_global
Unexecuted instantiation: time.c:arch_virq_is_global
Unexecuted instantiation: platform_hypercall.c:arch_virq_is_global
Unexecuted instantiation: physdev.c:arch_virq_is_global
Unexecuted instantiation: mm.c:arch_virq_is_global
Unexecuted instantiation: irq.c:arch_virq_is_global
Unexecuted instantiation: pmstat.c:arch_virq_is_global
Unexecuted instantiation: pci.c:arch_virq_is_global
Unexecuted instantiation: io.c:arch_virq_is_global
Unexecuted instantiation: iommu.c:arch_virq_is_global
Unexecuted instantiation: header.c:arch_virq_is_global
Unexecuted instantiation: console.c:arch_virq_is_global
Unexecuted instantiation: xenoprof.c:arch_virq_is_global
Unexecuted instantiation: vm_event.c:arch_virq_is_global
Unexecuted instantiation: trace.c:arch_virq_is_global
Unexecuted instantiation: sysctl.c:arch_virq_is_global
Unexecuted instantiation: schedule.c:arch_virq_is_global
Unexecuted instantiation: sched_rt.c:arch_virq_is_global
Unexecuted instantiation: sched_credit2.c:arch_virq_is_global
Unexecuted instantiation: sched_credit.c:arch_virq_is_global
Unexecuted instantiation: page_alloc.c:arch_virq_is_global
Unexecuted instantiation: multicall.c:arch_virq_is_global
Unexecuted instantiation: monitor.c:arch_virq_is_global
Unexecuted instantiation: memory.c:arch_virq_is_global
Unexecuted instantiation: keyhandler.c:arch_virq_is_global
Unexecuted instantiation: grant_table.c:arch_virq_is_global
Unexecuted instantiation: event_fifo.c:arch_virq_is_global
Unexecuted instantiation: event_channel.c:arch_virq_is_global
Unexecuted instantiation: event_2l.c:arch_virq_is_global
Unexecuted instantiation: domain.c:arch_virq_is_global
Unexecuted instantiation: domctl.c:arch_virq_is_global
Unexecuted instantiation: cpu.c:arch_virq_is_global
49
50
#endif