Searched refs:PIN_BASED_POSTED_INTR (Results 1 – 7 of 7) sorted by relevance
96 return vmcs_config.pin_based_exec_ctrl & PIN_BASED_POSTED_INTR; in cpu_has_vmx_posted_intr()
201 return vmcs12->pin_based_vm_exec_control & PIN_BASED_POSTED_INTR; in nested_cpu_has_posted_intr()
512 PIN_BASED_POSTED_INTR | \
2260 exec_control &= ~PIN_BASED_POSTED_INTR; in prepare_vmcs02_early()3269 pin_controls_clearbit(vmx, PIN_BASED_POSTED_INTR); in nested_get_vmcs12_pages()6775 (enable_apicv ? PIN_BASED_POSTED_INTR : 0); in nested_vmx_setup_pinbased_ctls()
2671 _pin_based_exec_control &= ~PIN_BASED_POSTED_INTR; in setup_vmcs_config()4379 pin_based_exec_ctrl &= ~PIN_BASED_POSTED_INTR; in vmx_pin_based_exec_ctrl()6387 if (pin_based_exec_ctrl & PIN_BASED_POSTED_INTR) in dump_vmcs()
72 #define PIN_BASED_POSTED_INTR 0x00000080 macro
91 #define PIN_BASED_POSTED_INTR VMCS_CONTROL_BIT(POSTED_INTR) macro