_cpu_based_exec_control 2311 arch/x86/kvm/vmx/vmx.c 	u32 _cpu_based_exec_control = 0;
_cpu_based_exec_control 2336 arch/x86/kvm/vmx/vmx.c 				&_cpu_based_exec_control) < 0)
_cpu_based_exec_control 2339 arch/x86/kvm/vmx/vmx.c 	if ((_cpu_based_exec_control & CPU_BASED_TPR_SHADOW))
_cpu_based_exec_control 2340 arch/x86/kvm/vmx/vmx.c 		_cpu_based_exec_control &= ~CPU_BASED_CR8_LOAD_EXITING &
_cpu_based_exec_control 2343 arch/x86/kvm/vmx/vmx.c 	if (_cpu_based_exec_control & CPU_BASED_ACTIVATE_SECONDARY_CONTROLS) {
_cpu_based_exec_control 2376 arch/x86/kvm/vmx/vmx.c 		_cpu_based_exec_control &= ~CPU_BASED_TPR_SHADOW;
_cpu_based_exec_control 2379 arch/x86/kvm/vmx/vmx.c 	if (!(_cpu_based_exec_control & CPU_BASED_TPR_SHADOW))
_cpu_based_exec_control 2391 arch/x86/kvm/vmx/vmx.c 		_cpu_based_exec_control &= ~(CPU_BASED_CR3_LOAD_EXITING |
_cpu_based_exec_control 2491 arch/x86/kvm/vmx/vmx.c 	vmcs_conf->cpu_based_exec_ctrl = _cpu_based_exec_control;