Searched refs:vmx_get_supported_debugctl (Results 1 – 3 of 3) sorted by relevance
412 u64 vmx_get_supported_debugctl(struct kvm_vcpu *vcpu, bool host_initiated);
2253 u64 vmx_get_supported_debugctl(struct kvm_vcpu *vcpu, bool host_initiated) in vmx_get_supported_debugctl() function2276 invalid = data & ~vmx_get_supported_debugctl(vcpu, host_initiated); in vmx_is_valid_debugctl()2356 data &= vmx_get_supported_debugctl(vcpu, msr_info->host_initiated); in vmx_set_msr()
2717 vmx_get_supported_debugctl(vcpu, false)); in prepare_vmcs02()