Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dpmu_event_filter_test.c320 * Verify that setting KVM_PMU_CAP_DISABLE prevents the use of the PMU.
331 if (!(r & KVM_PMU_CAP_DISABLE)) in test_pmu_config_disable()
336 vm_enable_cap(vm, KVM_CAP_PMU_CAPABILITY, KVM_PMU_CAP_DISABLE); in test_pmu_config_disable()
/linux/tools/include/uapi/linux/
H A Dkvm.h1547 #define KVM_PMU_CAP_DISABLE (1 << 0) macro