Lines Matching refs:host_initiated
1932 if (!msr->host_initiated && in is_vmx_feature_control_msr_valid()
1936 if (msr->host_initiated) in is_vmx_feature_control_msr_valid()
1982 if (!msr_info->host_initiated && in vmx_get_msr()
1987 if (!msr_info->host_initiated && !vmx_has_waitpkg(vmx)) in vmx_get_msr()
1993 if (!msr_info->host_initiated && in vmx_get_msr()
2010 (!msr_info->host_initiated && in vmx_get_msr()
2016 if (!msr_info->host_initiated && in vmx_get_msr()
2026 if (!msr_info->host_initiated && in vmx_get_msr()
2046 if (!msr_info->host_initiated && guest_cpu_cap_has_evmcs(vcpu)) in vmx_get_msr()
2122 u64 vmx_get_supported_debugctl(struct kvm_vcpu *vcpu, bool host_initiated) in vmx_get_supported_debugctl() argument
2127 (host_initiated || guest_cpu_cap_has(vcpu, X86_FEATURE_BUS_LOCK_DETECT))) in vmx_get_supported_debugctl()
2131 (host_initiated || intel_pmu_lbr_is_enabled(vcpu))) in vmx_get_supported_debugctl()
2135 (host_initiated || guest_cpu_cap_has(vcpu, X86_FEATURE_RTM))) in vmx_get_supported_debugctl()
2141 bool vmx_is_valid_debugctl(struct kvm_vcpu *vcpu, u64 data, bool host_initiated) in vmx_is_valid_debugctl() argument
2145 invalid = data & ~vmx_get_supported_debugctl(vcpu, host_initiated); in vmx_is_valid_debugctl()
2222 if (!vmx_is_valid_debugctl(vcpu, data, msr_info->host_initiated)) in vmx_set_msr()
2225 data &= vmx_get_supported_debugctl(vcpu, msr_info->host_initiated); in vmx_set_msr()
2239 (!msr_info->host_initiated && in vmx_set_msr()
2254 if (!msr_info->host_initiated && !vmx_has_waitpkg(vmx)) in vmx_set_msr()
2264 if (!msr_info->host_initiated && in vmx_set_msr()
2292 if (!msr_info->host_initiated && in vmx_set_msr()
2311 if ((!msr_info->host_initiated && in vmx_set_msr()
2323 if (msr_info->host_initiated && data == 0) in vmx_set_msr()
2341 if (!msr_info->host_initiated && in vmx_set_msr()
2350 if (!msr_info->host_initiated) in vmx_set_msr()