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

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dget_msr_index_features.c34 kvm_get_feature_msr(feature_list->indices[i]);
H A Dvmx_pmu_caps_test.c222 host_cap.capabilities = kvm_get_feature_msr(MSR_IA32_PERF_CAPABILITIES);
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c531 ctrl = kvm_get_feature_msr(MSR_IA32_VMX_TRUE_PROCBASED_CTLS) >> 32;
535 ctrl = kvm_get_feature_msr(MSR_IA32_VMX_PROCBASED_CTLS2) >> 32;
H A Dprocessor.c710 uint64_t kvm_get_feature_msr(uint64_t msr_index) function
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h840 uint64_t kvm_get_feature_msr(uint64_t msr_index);

Completed in 246 milliseconds