Symbol: MSR_IA32_PERF_CAPABILITIES
arch/x86/events/intel/core.c
5956
rdmsrq(MSR_IA32_PERF_CAPABILITIES, hybrid(pmu, intel_cap).capabilities);
arch/x86/events/intel/core.c
6104
rdmsrq(MSR_IA32_PERF_CAPABILITIES, perf_cap.capabilities);
arch/x86/events/intel/core.c
7599
rdmsrq(MSR_IA32_PERF_CAPABILITIES, capabilities);
arch/x86/kvm/vmx/pmu_intel.c
764
rdmsrq(MSR_IA32_PERF_CAPABILITIES, host_perf_cap);
arch/x86/kvm/vmx/vmx.c
2595
case MSR_IA32_PERF_CAPABILITIES:
arch/x86/kvm/vmx/vmx.c
8143
rdmsrq(MSR_IA32_PERF_CAPABILITIES, host_perf_cap);
arch/x86/kvm/x86.c
1705
case MSR_IA32_PERF_CAPABILITIES:
arch/x86/kvm/x86.c
3939
case MSR_IA32_PERF_CAPABILITIES:
arch/x86/kvm/x86.c
422
MSR_IA32_PERF_CAPABILITIES,
arch/x86/kvm/x86.c
4405
case MSR_IA32_PERF_CAPABILITIES:
arch/x86/kvm/x86.c
472
MSR_IA32_PERF_CAPABILITIES,
tools/testing/selftests/kvm/x86/pmu_counters_test.c
106
vcpu_set_msr(*vcpu, MSR_IA32_PERF_CAPABILITIES, perf_capabilities);
tools/testing/selftests/kvm/x86/pmu_counters_test.c
281
rdmsr(MSR_IA32_PERF_CAPABILITIES) & PMU_CAP_FW_WRITES)
tools/testing/selftests/kvm/x86/pmu_counters_test.c
489
rdmsr(MSR_IA32_PERF_CAPABILITIES) & PMU_CAP_FW_WRITES)
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
104
TEST_ASSERT_EQ(vcpu_get_msr(vcpu, MSR_IA32_PERF_CAPABILITIES),
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
107
vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, host_cap.capabilities);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
109
r = _vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, 0);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
113
r = _vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES,
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
126
vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, 0);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
127
vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, host_cap.capabilities);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
136
vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, BIT_ULL(bit));
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
137
vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES,
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
140
vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, host_cap.capabilities);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
158
r = _vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES,
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
173
r = _vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, val.capabilities);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
183
r = _vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, val.capabilities);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
202
vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, host_cap.capabilities);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
216
vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, host_cap.capabilities);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
217
val = vcpu_get_msr(vcpu, MSR_IA32_PERF_CAPABILITIES);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
222
val = vcpu_get_msr(vcpu, MSR_IA32_PERF_CAPABILITIES);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
225
vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, 0);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
228
r = _vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, BIT_ULL(i));
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
242
host_cap.capabilities = kvm_get_feature_msr(MSR_IA32_PERF_CAPABILITIES);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
57
uint8_t vector = wrmsr_safe(MSR_IA32_PERF_CAPABILITIES, val);
tools/testing/selftests/kvm/x86/vmx_pmu_caps_test.c
89
vcpu_set_msr(vcpu, MSR_IA32_PERF_CAPABILITIES, host_cap.capabilities);