PIN_BASED_POSTED_INTR   89 arch/x86/kvm/vmx/capabilities.h 		vmcs_config.pin_based_exec_ctrl & PIN_BASED_POSTED_INTR;
PIN_BASED_POSTED_INTR   50 arch/x86/kvm/vmx/evmcs.h #define EVMCS1_UNSUPPORTED_PINCTRL (PIN_BASED_POSTED_INTR | \
PIN_BASED_POSTED_INTR 2064 arch/x86/kvm/vmx/nested.c 		exec_control &= ~PIN_BASED_POSTED_INTR;
PIN_BASED_POSTED_INTR 5820 arch/x86/kvm/vmx/nested.c 		(enable_apicv ? PIN_BASED_POSTED_INTR : 0);
PIN_BASED_POSTED_INTR  215 arch/x86/kvm/vmx/nested.h 	return vmcs12->pin_based_vm_exec_control & PIN_BASED_POSTED_INTR;
PIN_BASED_POSTED_INTR 2421 arch/x86/kvm/vmx/vmx.c 	opt = PIN_BASED_VIRTUAL_NMIS | PIN_BASED_POSTED_INTR |
PIN_BASED_POSTED_INTR 2431 arch/x86/kvm/vmx/vmx.c 		_pin_based_exec_control &= ~PIN_BASED_POSTED_INTR;
PIN_BASED_POSTED_INTR 3930 arch/x86/kvm/vmx/vmx.c 		pin_based_exec_ctrl &= ~PIN_BASED_POSTED_INTR;
PIN_BASED_POSTED_INTR 5820 arch/x86/kvm/vmx/vmx.c 	if (pin_based_exec_ctrl & PIN_BASED_POSTED_INTR)