Searched refs:_vmx_cpu_based_exec_control (Results 1 – 1 of 1) sorted by relevance
250 u32 _vmx_cpu_based_exec_control; in vmx_init_vmcs_config() local286 _vmx_cpu_based_exec_control = adjust_vmx_controls( in vmx_init_vmcs_config()289 _vmx_cpu_based_exec_control &= ~CPU_BASED_RDTSC_EXITING; in vmx_init_vmcs_config()290 if ( _vmx_cpu_based_exec_control & CPU_BASED_TPR_SHADOW ) in vmx_init_vmcs_config()291 _vmx_cpu_based_exec_control &= in vmx_init_vmcs_config()294 if ( _vmx_cpu_based_exec_control & CPU_BASED_ACTIVATE_SECONDARY_CONTROLS ) in vmx_init_vmcs_config()322 if ( (_vmx_cpu_based_exec_control & CPU_BASED_TPR_SHADOW) && in vmx_init_vmcs_config()461 vmx_cpu_based_exec_control = _vmx_cpu_based_exec_control; in vmx_init_vmcs_config()494 vmx_cpu_based_exec_control, _vmx_cpu_based_exec_control); in vmx_init_vmcs_config()
Completed in 7 milliseconds