Searched refs:ctl_high (Results 1 – 1 of 1) sorted by relevance
527 u32 ctl_high = (u32)(*pdata >> 32); in nested_evmcs_filter_control_msr() local540 ctl_high &= supported_ctrls; in nested_evmcs_filter_control_msr()547 ctl_high &= supported_ctrls; in nested_evmcs_filter_control_msr()551 ctl_high &= evmcs_get_supported_ctls(EVMCS_EXEC_CTRL); in nested_evmcs_filter_control_msr()554 ctl_high &= evmcs_get_supported_ctls(EVMCS_2NDEXEC); in nested_evmcs_filter_control_msr()558 ctl_high &= evmcs_get_supported_ctls(EVMCS_PINCTRL); in nested_evmcs_filter_control_msr()565 *pdata = ctl_low | ((u64)ctl_high << 32); in nested_evmcs_filter_control_msr()