Searched refs:cpu_based_exec_ctrl (Results 1 – 4 of 4) sorted by relevance
55 u32 cpu_based_exec_ctrl; member84 vmcs_config.cpu_based_exec_ctrl & CPU_BASED_NMI_WINDOW_EXITING; in cpu_has_virtual_nmis()119 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()129 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_USE_MSR_BITMAPS; in cpu_has_vmx_msr_bitmap()134 return vmcs_config.cpu_based_exec_ctrl & in cpu_has_secondary_exec_ctrls()140 return vmcs_config.cpu_based_exec_ctrl & in cpu_has_tertiary_exec_ctrls()
30 evmcs_check_vmcs_conf(cpu_based_exec_ctrl, EXEC_CTRL); in evmcs_sanitize_exec_ctrls()
2755 vmcs_conf->cpu_based_exec_ctrl = _cpu_based_exec_control; in setup_vmcs_config()4437 u32 exec_control = vmcs_config.cpu_based_exec_ctrl; in vmx_exec_control()6282 u32 cpu_based_exec_ctrl, pin_based_exec_ctrl, secondary_exec_control; in dump_vmcs() local6294 cpu_based_exec_ctrl = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in dump_vmcs()6415 cpu_based_exec_ctrl, secondary_exec_control, tertiary_exec_control); in dump_vmcs()6439 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) { in dump_vmcs()
7236 msrs->procbased_ctls_high = vmcs_conf->cpu_based_exec_ctrl; in nested_vmx_setup_cpubased_ctls()