Searched refs:_cpu_based_exec_control (Results 1 – 1 of 1) sorted by relevance
2401 u32 _cpu_based_exec_control = 0; in setup_vmcs_config() local2426 &_cpu_based_exec_control) < 0) in setup_vmcs_config()2429 if ((_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()2430 _cpu_based_exec_control &= ~CPU_BASED_CR8_LOAD_EXITING & in setup_vmcs_config()2433 if (_cpu_based_exec_control & CPU_BASED_ACTIVATE_SECONDARY_CONTROLS) { in setup_vmcs_config()2468 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW; in setup_vmcs_config()2471 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()2483 _cpu_based_exec_control &= ~(CPU_BASED_CR3_LOAD_EXITING | in setup_vmcs_config()2583 vmcs_conf->cpu_based_exec_ctrl = _cpu_based_exec_control; in setup_vmcs_config()