Lines Matching refs:pin_based_exec_ctrl
916 u32 pin_based_exec_ctrl; member
1049 vmcs_config.pin_based_exec_ctrl & PIN_BASED_POSTED_INTR; in cpu_has_vmx_posted_intr()
1153 return vmcs_config.pin_based_exec_ctrl & PIN_BASED_VIRTUAL_NMIS; in cpu_has_virtual_nmis()
3255 vmcs_conf->pin_based_exec_ctrl = _pin_based_exec_control; in setup_vmcs_config()
4689 u32 pin_based_exec_ctrl = vmcs_config.pin_based_exec_ctrl; in vmx_pin_based_exec_ctrl() local
4692 pin_based_exec_ctrl &= ~PIN_BASED_POSTED_INTR; in vmx_pin_based_exec_ctrl()
4693 return pin_based_exec_ctrl; in vmx_pin_based_exec_ctrl()
7936 u32 pin_based_exec_ctrl = vmcs_read32(PIN_BASED_VM_EXEC_CONTROL); in dump_vmcs() local
8025 pin_based_exec_ctrl, cpu_based_exec_ctrl, secondary_exec_control); in dump_vmcs()
8050 if (pin_based_exec_ctrl & PIN_BASED_POSTED_INTR) in dump_vmcs()
9537 exec_control |= vmcs_config.pin_based_exec_ctrl; in prepare_vmcs02()