Searched refs:pin_based_exec_ctrl (Results 1 – 4 of 4) sorted by relevance
58 u32 pin_based_exec_ctrl; member82 return vmcs_config.pin_based_exec_ctrl & PIN_BASED_VIRTUAL_NMIS && in cpu_has_virtual_nmis()88 return vmcs_config.pin_based_exec_ctrl & in cpu_has_vmx_preemption_timer()94 return vmcs_config.pin_based_exec_ctrl & PIN_BASED_POSTED_INTR; in cpu_has_vmx_posted_intr()
31 evmcs_check_vmcs_conf(pin_based_exec_ctrl, PINCTRL); in evmcs_sanitize_exec_ctrls()
2757 vmcs_conf->pin_based_exec_ctrl = _pin_based_exec_control; in setup_vmcs_config()4409 u32 pin_based_exec_ctrl = vmcs_config.pin_based_exec_ctrl; in vmx_pin_based_exec_ctrl() local4412 pin_based_exec_ctrl &= ~PIN_BASED_POSTED_INTR; in vmx_pin_based_exec_ctrl()4415 pin_based_exec_ctrl &= ~PIN_BASED_VIRTUAL_NMIS; in vmx_pin_based_exec_ctrl()4418 pin_based_exec_ctrl &= ~PIN_BASED_VMX_PREEMPTION_TIMER; in vmx_pin_based_exec_ctrl()4420 return pin_based_exec_ctrl; in vmx_pin_based_exec_ctrl()6286 u32 cpu_based_exec_ctrl, pin_based_exec_ctrl, secondary_exec_control; in dump_vmcs() local6299 pin_based_exec_ctrl = vmcs_read32(PIN_BASED_VM_EXEC_CONTROL); in dump_vmcs()6413 pin_based_exec_ctrl, vmentry_ctl, vmexit_ctl); in dump_vmcs()6445 if (pin_based_exec_ctrl & PIN_BASED_POSTED_INTR) in dump_vmcs()
6990 msrs->pinbased_ctls_high = vmcs_conf->pin_based_exec_ctrl; in nested_vmx_setup_pinbased_ctls()