Searched refs:cpu_based_exec_ctrl (Results 1 – 2 of 2) sorted by relevance
58 u32 cpu_based_exec_ctrl; member114 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()124 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_USE_MSR_BITMAPS; in cpu_has_vmx_msr_bitmap()129 return vmcs_config.cpu_based_exec_ctrl & in cpu_has_secondary_exec_ctrls()
2643 vmcs_conf->cpu_based_exec_ctrl = _cpu_based_exec_control; in setup_vmcs_config()4212 u32 exec_control = vmcs_config.cpu_based_exec_ctrl; in vmx_exec_control()5871 u32 cpu_based_exec_ctrl, pin_based_exec_ctrl, secondary_exec_control; in dump_vmcs() local5881 cpu_based_exec_ctrl = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in dump_vmcs()5970 pin_based_exec_ctrl, cpu_based_exec_ctrl, secondary_exec_control); in dump_vmcs()5993 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) { in dump_vmcs()