Lines Matching refs:soft_vnmi_blocked
580 int soft_vnmi_blocked; member
4880 vmx->soft_vnmi_blocked = 0; in vmx_vcpu_reset()
5060 vmx->soft_vnmi_blocked = 1; in vmx_inject_nmi()
5078 return to_vmx(vcpu)->soft_vnmi_blocked; in vmx_get_nmi_mask()
5089 if (vmx->soft_vnmi_blocked != masked) { in vmx_set_nmi_mask()
5090 vmx->soft_vnmi_blocked = masked; in vmx_set_nmi_mask()
5109 if (!cpu_has_virtual_nmis() && to_vmx(vcpu)->soft_vnmi_blocked) in vmx_nmi_allowed()
8137 if (unlikely(!cpu_has_virtual_nmis() && vmx->soft_vnmi_blocked && in vmx_handle_exit()
8141 vmx->soft_vnmi_blocked = 0; in vmx_handle_exit()
8153 vmx->soft_vnmi_blocked = 0; in vmx_handle_exit()
8433 } else if (unlikely(vmx->soft_vnmi_blocked)) in vmx_recover_nmi_blocking()
8533 if (unlikely(!cpu_has_virtual_nmis() && vmx->soft_vnmi_blocked)) in vmx_vcpu_run()