Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/riscv/
A Dsbi_pmu_test.c29 static int vcpu_shared_irq_count; variable
176 WRITE_ONCE(vcpu_shared_irq_count, vcpu_shared_irq_count+1); in guest_irq_handler()
520 GUEST_ASSERT_EQ(vcpu_shared_irq_count, targs.overflow_irqnum); in test_pmu_events_overflow()
522 vcpu_shared_irq_count = 0; in test_pmu_events_overflow()
526 GUEST_ASSERT_EQ(vcpu_shared_irq_count, targs.overflow_irqnum); in test_pmu_events_overflow()
638 sync_global_to_guest(vm, vcpu_shared_irq_count); in test_vm_events_overflow()

Completed in 8 milliseconds