Searched refs:supported_ctrls (Results 1 – 1 of 1) sorted by relevance
528 u32 supported_ctrls; in nested_evmcs_filter_control_msr() local537 supported_ctrls = evmcs_get_supported_ctls(EVMCS_EXIT_CTRLS); in nested_evmcs_filter_control_msr()539 supported_ctrls &= ~VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL; in nested_evmcs_filter_control_msr()540 ctl_high &= supported_ctrls; in nested_evmcs_filter_control_msr()544 supported_ctrls = evmcs_get_supported_ctls(EVMCS_ENTRY_CTRLS); in nested_evmcs_filter_control_msr()546 supported_ctrls &= ~VM_ENTRY_LOAD_IA32_PERF_GLOBAL_CTRL; in nested_evmcs_filter_control_msr()547 ctl_high &= supported_ctrls; in nested_evmcs_filter_control_msr()