Searched refs:supported_ctrls (Results 1 – 1 of 1) sorted by relevance
423 u32 supported_ctrls; in nested_evmcs_filter_control_msr() local432 supported_ctrls = evmcs_get_supported_ctls(EVMCS_EXIT_CTRLS); in nested_evmcs_filter_control_msr()434 supported_ctrls &= ~VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL; in nested_evmcs_filter_control_msr()435 ctl_high &= supported_ctrls; in nested_evmcs_filter_control_msr()439 supported_ctrls = evmcs_get_supported_ctls(EVMCS_ENTRY_CTRLS); in nested_evmcs_filter_control_msr()441 supported_ctrls &= ~VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL; in nested_evmcs_filter_control_msr()442 ctl_high &= supported_ctrls; in nested_evmcs_filter_control_msr()