Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/vmx/
H A Dhyperv.c422 u32 ctl_high = (u32)(*pdata >> 32); in nested_evmcs_filter_control_msr() local
435 ctl_high &= supported_ctrls; in nested_evmcs_filter_control_msr()
442 ctl_high &= supported_ctrls; in nested_evmcs_filter_control_msr()
446 ctl_high &= evmcs_get_supported_ctls(EVMCS_EXEC_CTRL); in nested_evmcs_filter_control_msr()
449 ctl_high &= evmcs_get_supported_ctls(EVMCS_2NDEXEC); in nested_evmcs_filter_control_msr()
453 ctl_high &= evmcs_get_supported_ctls(EVMCS_PINCTRL); in nested_evmcs_filter_control_msr()
460 *pdata = ctl_low | ((u64)ctl_high << 32); in nested_evmcs_filter_control_msr()