Searched refs:pin_based_exec_ctrl (Results 1 – 3 of 3) sorted by relevance
57 u32 pin_based_exec_ctrl; member79 return vmcs_config.pin_based_exec_ctrl & PIN_BASED_VIRTUAL_NMIS; in cpu_has_virtual_nmis()84 return vmcs_config.pin_based_exec_ctrl & in cpu_has_vmx_preemption_timer()91 vmcs_config.pin_based_exec_ctrl & PIN_BASED_POSTED_INTR; in cpu_has_vmx_posted_intr()
302 vmcs_conf->pin_based_exec_ctrl &= ~EVMCS1_UNSUPPORTED_PINCTRL; in evmcs_sanitize_exec_ctrls()
2557 vmcs_conf->pin_based_exec_ctrl = _pin_based_exec_control; in setup_vmcs_config()4087 u32 pin_based_exec_ctrl = vmcs_config.pin_based_exec_ctrl; in vmx_pin_based_exec_ctrl() local4090 pin_based_exec_ctrl &= ~PIN_BASED_POSTED_INTR; in vmx_pin_based_exec_ctrl()4093 pin_based_exec_ctrl &= ~PIN_BASED_VIRTUAL_NMIS; in vmx_pin_based_exec_ctrl()4096 pin_based_exec_ctrl &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in vmx_pin_based_exec_ctrl()4098 return pin_based_exec_ctrl; in vmx_pin_based_exec_ctrl()5780 u32 cpu_based_exec_ctrl, pin_based_exec_ctrl, secondary_exec_control; in dump_vmcs() local5792 pin_based_exec_ctrl = vmcs_read32(PIN_BASED_VM_EXEC_CONTROL); in dump_vmcs()5882 pin_based_exec_ctrl, cpu_based_exec_ctrl, secondary_exec_control); in dump_vmcs()5915 if (pin_based_exec_ctrl & PIN_BASED_POSTED_INTR) in dump_vmcs()