Searched refs:vmcs_conf (Results 1 – 2 of 2) sorted by relevance
17 typeof(vmcs_conf->field) unsupported; \19 unsupported = vmcs_conf->field & ~EVMCS1_SUPPORTED_ ## ctrl; \23 vmcs_conf->field &= EVMCS1_SUPPORTED_ ## ctrl; \28 void evmcs_sanitize_exec_ctrls(struct vmcs_config *vmcs_conf) in evmcs_sanitize_exec_ctrls() argument
2747 static int setup_vmcs_config(struct vmcs_config *vmcs_conf, in setup_vmcs_config() argument2777 memset(vmcs_conf, 0, sizeof(*vmcs_conf)); in setup_vmcs_config()2922 vmcs_conf->basic = basic_msr; in setup_vmcs_config()2923 vmcs_conf->pin_based_exec_ctrl = _pin_based_exec_control; in setup_vmcs_config()2924 vmcs_conf->cpu_based_exec_ctrl = _cpu_based_exec_control; in setup_vmcs_config()2925 vmcs_conf->cpu_based_2nd_exec_ctrl = _cpu_based_2nd_exec_control; in setup_vmcs_config()2926 vmcs_conf->cpu_based_3rd_exec_ctrl = _cpu_based_3rd_exec_control; in setup_vmcs_config()2927 vmcs_conf->vmexit_ctrl = _vmexit_control; in setup_vmcs_config()2928 vmcs_conf->vmentry_ctrl = _vmentry_control; in setup_vmcs_config()2929 vmcs_conf->misc = misc_msr; in setup_vmcs_config()[all …]