Home
last modified time | relevance | path

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

/arch/x86/kvm/vmx/
Devmcs.h51 #define EVMCS1_UNSUPPORTED_PINCTRL (PIN_BASED_POSTED_INTR | \
Dcapabilities.h91 vmcs_config.pin_based_exec_ctrl & PIN_BASED_POSTED_INTR; in cpu_has_vmx_posted_intr()
Dnested.h206 return vmcs12->pin_based_vm_exec_control & PIN_BASED_POSTED_INTR; in nested_cpu_has_posted_intr()
Dvmx.c2587 opt = PIN_BASED_VIRTUAL_NMIS | PIN_BASED_POSTED_INTR | in setup_vmcs_config()
2597 _pin_based_exec_control &= ~PIN_BASED_POSTED_INTR; in setup_vmcs_config()
4214 pin_based_exec_ctrl &= ~PIN_BASED_POSTED_INTR; in vmx_pin_based_exec_ctrl()
6063 if (pin_based_exec_ctrl & PIN_BASED_POSTED_INTR) in dump_vmcs()
Dnested.c2256 exec_control &= ~PIN_BASED_POSTED_INTR; in prepare_vmcs02_early()
6451 (enable_apicv ? PIN_BASED_POSTED_INTR : 0); in nested_vmx_setup_ctls_msrs()
/arch/x86/include/asm/
Dvmx.h81 #define PIN_BASED_POSTED_INTR VMCS_CONTROL_BIT(POSTED_INTR) macro