Searched refs:KVM_PMU_CAP_DISABLE (Results 1 – 2 of 2) sorted by relevance
320 * 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()
1547 #define KVM_PMU_CAP_DISABLE (1 << 0) macro