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.h402 u64 vmx_get_supported_debugctl(struct kvm_vcpu *vcpu, bool host_initiated);
H A Dvmx.c2299 u64 vmx_get_supported_debugctl(struct kvm_vcpu *vcpu, bool host_initiated) in vmx_get_supported_debugctl() function
2322 invalid = data & ~vmx_get_supported_debugctl(vcpu, host_initiated); in vmx_is_valid_debugctl()
2402 data &= vmx_get_supported_debugctl(vcpu, msr_info->host_initiated); in vmx_set_msr()