Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c2294 u64 vmx_get_supported_debugctl(struct kvm_vcpu *vcpu, bool host_initiated) in vmx_get_supported_debugctl() function
2317 invalid = data & ~vmx_get_supported_debugctl(vcpu, host_initiated); in vmx_is_valid_debugctl()
2397 data &= vmx_get_supported_debugctl(vcpu, msr_info->host_initiated); in vmx_set_msr()
H A Dnested.c2725 vmx_get_supported_debugctl(vcpu, false)); in prepare_vmcs02()