Searched refs:vmx_is_valid_debugctl (Results 1 – 3 of 3) sorted by relevance
402 bool vmx_is_valid_debugctl(struct kvm_vcpu *vcpu, u64 data, bool host_initiated);
2313 bool vmx_is_valid_debugctl(struct kvm_vcpu *vcpu, u64 data, bool host_initiated) in vmx_is_valid_debugctl() function2394 if (!vmx_is_valid_debugctl(vcpu, data, msr_info->host_initiated)) in vmx_set_msr()
3318 CC(!vmx_is_valid_debugctl(vcpu, debugctl, false))) in nested_vmx_check_guest_state()