Searched refs:kvm_get_feature_msr (Results 1 – 6 of 6) sorted by relevance
44 const uint64_t supported_mask = kvm_get_feature_msr(msr); in test_feature_msr()
241 host_cap.capabilities = kvm_get_feature_msr(MSR_IA32_PERF_CAPABILITIES); in main()
529 ctrl = kvm_get_feature_msr(MSR_IA32_VMX_TRUE_PROCBASED_CTLS) >> 32; in kvm_cpu_has_ept()533 ctrl = kvm_get_feature_msr(MSR_IA32_VMX_PROCBASED_CTLS2) >> 32; in kvm_cpu_has_ept()
785 uint64_t kvm_get_feature_msr(uint64_t msr_index) in kvm_get_feature_msr() function
863 uint64_t kvm_get_feature_msr(uint64_t msr_index);
1652 static int kvm_get_feature_msr(struct kvm_vcpu *vcpu, u32 index, u64 *data, in kvm_get_feature_msr() function1679 kvm_get_feature_msr); in do_get_feature_msr()7355 if (kvm_get_feature_msr(NULL, msr_index, &data, true)) in kvm_probe_feature_msr()