Lines Matching refs:pin_based_exec_ctrl
1326 u32 pin_based_exec_ctrl; member
1488 vmcs_conf->pin_based_exec_ctrl &= ~PIN_BASED_POSTED_INTR; in evmcs_sanitize_exec_ctrls()
1526 vmcs_conf->pin_based_exec_ctrl &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in evmcs_sanitize_exec_ctrls()
1754 return vmcs_config.pin_based_exec_ctrl & in cpu_has_vmx_preemption_timer()
1761 vmcs_config.pin_based_exec_ctrl & PIN_BASED_POSTED_INTR; in cpu_has_vmx_posted_intr()
1890 return vmcs_config.pin_based_exec_ctrl & PIN_BASED_VIRTUAL_NMIS; in cpu_has_virtual_nmis()
4658 vmcs_conf->pin_based_exec_ctrl = _pin_based_exec_control; in setup_vmcs_config()
6357 u32 pin_based_exec_ctrl = vmcs_config.pin_based_exec_ctrl; in vmx_pin_based_exec_ctrl() local
6360 pin_based_exec_ctrl &= ~PIN_BASED_POSTED_INTR; in vmx_pin_based_exec_ctrl()
6363 pin_based_exec_ctrl &= ~PIN_BASED_VIRTUAL_NMIS; in vmx_pin_based_exec_ctrl()
6366 pin_based_exec_ctrl &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in vmx_pin_based_exec_ctrl()
6367 return pin_based_exec_ctrl; in vmx_pin_based_exec_ctrl()
9900 u32 pin_based_exec_ctrl = vmcs_read32(PIN_BASED_VM_EXEC_CONTROL); in dump_vmcs() local
9992 pin_based_exec_ctrl, cpu_based_exec_ctrl, secondary_exec_control); in dump_vmcs()
10017 if (pin_based_exec_ctrl & PIN_BASED_POSTED_INTR) in dump_vmcs()
12151 exec_control |= vmcs_config.pin_based_exec_ctrl; in prepare_vmcs02()