Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dget_msr_index_features.c34 kvm_get_feature_msr(feature_list->indices[i]); in main()
Dvmx_pmu_caps_test.c246 host_cap.capabilities = kvm_get_feature_msr(MSR_IA32_PERF_CAPABILITIES); in main()
/Linux-v6.6/tools/testing/selftests/kvm/lib/x86_64/
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()
Dprocessor.c681 uint64_t kvm_get_feature_msr(uint64_t msr_index) in kvm_get_feature_msr() function
/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h806 uint64_t kvm_get_feature_msr(uint64_t msr_index);