Searched refs:vmx_set_guest_uret_msr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx.c | 751 static int vmx_set_guest_uret_msr(struct vcpu_vmx *vmx, in vmx_set_guest_uret_msr() function 2300 ret = vmx_set_guest_uret_msr(vmx, msr, data); in vmx_set_msr() 7439 vmx_set_guest_uret_msr(vmx, msr, enabled ? 0 : TSX_CTRL_RTM_DISABLE); in vmx_vcpu_after_set_cpuid()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.c | 730 static int vmx_set_guest_uret_msr(struct vcpu_vmx *vmx, in vmx_set_guest_uret_msr() function 2460 ret = vmx_set_guest_uret_msr(vmx, msr, data); in vmx_set_msr() 7806 vmx_set_guest_uret_msr(vmx, msr, enabled ? 0 : TSX_CTRL_RTM_DISABLE); in vmx_vcpu_after_set_cpuid()
|
Completed in 21 milliseconds