Home
last modified time | relevance | path

Searched refs:vmx_get_supported_debugctl (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/kvm/vmx/
H A Dvmx.h412 u64 vmx_get_supported_debugctl(struct kvm_vcpu *vcpu, bool host_initiated);
H A Dvmx.c2253 u64 vmx_get_supported_debugctl(struct kvm_vcpu *vcpu, bool host_initiated) in vmx_get_supported_debugctl() function
2276 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()
H A Dnested.c2717 vmx_get_supported_debugctl(vcpu, false)); in prepare_vmcs02()