Searched refs:pin_based_exec_ctrl (Results 1 – 1 of 1) sorted by relevance
916 u32 pin_based_exec_ctrl; member1049 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() local4692 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() local8025 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()[all …]