Searched refs:KVM_PMU_CAP_DISABLE (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dpmu_event_filter_test.c321 * Verify that setting KVM_PMU_CAP_DISABLE prevents the use of the PMU.
332 if (!(r & KVM_PMU_CAP_DISABLE))
337 vm_enable_cap(vm, KVM_CAP_PMU_CAPABILITY, KVM_PMU_CAP_DISABLE);
/linux-master/include/uapi/linux/
H A Dkvm.h1440 #define KVM_PMU_CAP_DISABLE (1 << 0) macro
/linux-master/tools/include/uapi/linux/
H A Dkvm.h1440 #define KVM_PMU_CAP_DISABLE (1 << 0) macro
/linux-master/arch/x86/kvm/
H A Dx86.c120 #define KVM_CAP_PMU_VALID_MASK KVM_PMU_CAP_DISABLE
6668 kvm->arch.enable_pmu = !(cap->args[0] & KVM_PMU_CAP_DISABLE);

Completed in 169 milliseconds