Home
last modified time | relevance | path

Searched refs:_cpu_based_exec_control (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/x86/kvm/
Dvmx.c4515 u32 _cpu_based_exec_control = 0; in setup_vmcs_config() local
4540 &_cpu_based_exec_control) < 0) in setup_vmcs_config()
4543 if ((_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
4544 _cpu_based_exec_control &= ~CPU_BASED_CR8_LOAD_EXITING & in setup_vmcs_config()
4547 if (_cpu_based_exec_control & CPU_BASED_ACTIVATE_SECONDARY_CONTROLS) { in setup_vmcs_config()
4577 _cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW; in setup_vmcs_config()
4580 if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW)) in setup_vmcs_config()
4592 _cpu_based_exec_control &= ~(CPU_BASED_CR3_LOAD_EXITING | in setup_vmcs_config()
4659 vmcs_conf->cpu_based_exec_ctrl = _cpu_based_exec_control; in setup_vmcs_config()