Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dget_msr_index_features.c34 kvm_get_feature_msr(feature_list->indices[i]); in main()
H A Dvmx_pmu_caps_test.c246 host_cap.capabilities = kvm_get_feature_msr(MSR_IA32_PERF_CAPABILITIES); in main()
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c531 ctrl = kvm_get_feature_msr(MSR_IA32_VMX_TRUE_PROCBASED_CTLS) >> 32; in kvm_cpu_has_ept()
535 ctrl = kvm_get_feature_msr(MSR_IA32_VMX_PROCBASED_CTLS2) >> 32; in kvm_cpu_has_ept()
H A Dprocessor.c681 uint64_t kvm_get_feature_msr(uint64_t msr_index) in kvm_get_feature_msr() function
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h806 uint64_t kvm_get_feature_msr(uint64_t msr_index);