_pin_based_exec_control 2310 arch/x86/kvm/vmx/vmx.c 	u32 _pin_based_exec_control = 0;
_pin_based_exec_control 2424 arch/x86/kvm/vmx/vmx.c 				&_pin_based_exec_control) < 0)
_pin_based_exec_control 2428 arch/x86/kvm/vmx/vmx.c 		_pin_based_exec_control &= ~PIN_BASED_VMX_PREEMPTION_TIMER;
_pin_based_exec_control 2431 arch/x86/kvm/vmx/vmx.c 		_pin_based_exec_control &= ~PIN_BASED_POSTED_INTR;
_pin_based_exec_control 2490 arch/x86/kvm/vmx/vmx.c 	vmcs_conf->pin_based_exec_ctrl = _pin_based_exec_control;