Searched refs:evmcs_get_supported_ctls (Results 1 – 1 of 1) sorted by relevance
88 static u32 evmcs_get_supported_ctls(enum evmcs_ctrl_type ctrl_type) in evmcs_get_supported_ctls() function125 supported_ctrls = evmcs_get_supported_ctls(EVMCS_EXIT_CTRLS); in nested_evmcs_filter_control_msr()132 supported_ctrls = evmcs_get_supported_ctls(EVMCS_ENTRY_CTRLS); in nested_evmcs_filter_control_msr()139 ctl_high &= evmcs_get_supported_ctls(EVMCS_EXEC_CTRL); in nested_evmcs_filter_control_msr()142 ctl_high &= evmcs_get_supported_ctls(EVMCS_2NDEXEC); in nested_evmcs_filter_control_msr()146 ctl_high &= evmcs_get_supported_ctls(EVMCS_PINCTRL); in nested_evmcs_filter_control_msr()149 ctl_low &= evmcs_get_supported_ctls(EVMCS_VMFUNC); in nested_evmcs_filter_control_msr()159 return !(val & ~evmcs_get_supported_ctls(ctrl_type)); in nested_evmcs_is_valid_controls()
Completed in 3 milliseconds