Searched refs:kvm_get_feature_msr (Results 1 – 6 of 6) sorted by relevance
44 const u64 supported_mask = kvm_get_feature_msr(msr); in test_feature_msr()
242 host_cap.capabilities = kvm_get_feature_msr(MSR_IA32_PERF_CAPABILITIES); in main()
383 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()
940 u64 kvm_get_feature_msr(u64 msr_index) in kvm_get_feature_msr() function
901 u64 kvm_get_feature_msr(u64 msr_index);
1698 static int kvm_get_feature_msr(struct kvm_vcpu *vcpu, u32 index, u64 *data, in kvm_get_feature_msr() function1725 kvm_get_feature_msr); in do_get_feature_msr()7642 if (kvm_get_feature_msr(NULL, msr_index, &data, true)) in kvm_probe_feature_msr()