Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dvmx.h140 static inline int vmx_misc_max_msr(u64 vmx_misc) in vmx_misc_max_msr() function
/arch/x86/kvm/vmx/
Dnested.c886 return (vmx_misc_max_msr(vmx_misc) + 1) * VMX_MISC_MSR_LIST_MULTIPLIER; in nested_vmx_max_atomic_switch_msrs()
1163 if (vmx_misc_max_msr(data) > vmx_misc_max_msr(vmx_misc)) in vmx_restore_vmx_misc()