Searched refs:KVM_PMU_CAP_DISABLE (Results 1 - 4 of 4) sorted by last modified time

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

Completed in 189 milliseconds