Searched refs:cpu_based_exec_ctrl (Results 1 – 3 of 3) sorted by relevance
61 u32 cpu_based_exec_ctrl; member85 vmcs_config.cpu_based_exec_ctrl & CPU_BASED_NMI_WINDOW_EXITING; in cpu_has_virtual_nmis()116 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW; in cpu_has_vmx_tpr_shadow()126 return vmcs_config.cpu_based_exec_ctrl & CPU_BASED_USE_MSR_BITMAPS; in cpu_has_vmx_msr_bitmap()131 return vmcs_config.cpu_based_exec_ctrl & in cpu_has_secondary_exec_ctrls()137 return vmcs_config.cpu_based_exec_ctrl & in cpu_has_tertiary_exec_ctrls()
2720 vmcs_conf->cpu_based_exec_ctrl = _cpu_based_exec_control; in setup_vmcs_config()4353 u32 exec_control = vmcs_config.cpu_based_exec_ctrl; in vmx_exec_control()6108 u32 cpu_based_exec_ctrl, pin_based_exec_ctrl, secondary_exec_control; in dump_vmcs() local6120 cpu_based_exec_ctrl = vmcs_read32(CPU_BASED_VM_EXEC_CONTROL); in dump_vmcs()6233 cpu_based_exec_ctrl, secondary_exec_control, tertiary_exec_control); in dump_vmcs()6257 if (cpu_based_exec_ctrl & CPU_BASED_TPR_SHADOW) { in dump_vmcs()
6763 msrs->procbased_ctls_high = vmcs_conf->cpu_based_exec_ctrl; in nested_vmx_setup_ctls_msrs()