Home
last modified time | relevance | path

Searched refs:kvm_get_feature_msr (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dfeature_msrs_test.c44 const uint64_t supported_mask = kvm_get_feature_msr(msr); in test_feature_msr()
H A Dvmx_pmu_caps_test.c242 host_cap.capabilities = kvm_get_feature_msr(MSR_IA32_PERF_CAPABILITIES); in main()
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dvmx.c383 ctrl = kvm_get_feature_msr(MSR_IA32_VMX_TRUE_PROCBASED_CTLS) >> 32; in kvm_cpu_has_ept()
387 ctrl = kvm_get_feature_msr(MSR_IA32_VMX_PROCBASED_CTLS2) >> 32; in kvm_cpu_has_ept()
H A Dprocessor.c942 uint64_t kvm_get_feature_msr(uint64_t msr_index) in kvm_get_feature_msr() function
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h895 uint64_t kvm_get_feature_msr(uint64_t msr_index);
/linux/arch/x86/kvm/
H A Dx86.c1696 static int kvm_get_feature_msr(struct kvm_vcpu *vcpu, u32 index, u64 *data, in kvm_get_feature_msr() function
1723 kvm_get_feature_msr); in do_get_feature_msr()
7623 if (kvm_get_feature_msr(NULL, msr_index, &data, true)) in kvm_probe_feature_msr()