Lines Matching refs:soft_vnmi_blocked
530 int soft_vnmi_blocked; member
4736 vmx->soft_vnmi_blocked = 0; in vmx_vcpu_reset()
4911 vmx->soft_vnmi_blocked = 1; in vmx_inject_nmi()
4929 return to_vmx(vcpu)->soft_vnmi_blocked; in vmx_get_nmi_mask()
4940 if (vmx->soft_vnmi_blocked != masked) { in vmx_set_nmi_mask()
4941 vmx->soft_vnmi_blocked = masked; in vmx_set_nmi_mask()
4960 if (!cpu_has_virtual_nmis() && to_vmx(vcpu)->soft_vnmi_blocked) in vmx_nmi_allowed()
7782 if (unlikely(!cpu_has_virtual_nmis() && vmx->soft_vnmi_blocked && in vmx_handle_exit()
7786 vmx->soft_vnmi_blocked = 0; in vmx_handle_exit()
7798 vmx->soft_vnmi_blocked = 0; in vmx_handle_exit()
8072 } else if (unlikely(vmx->soft_vnmi_blocked)) in vmx_recover_nmi_blocking()
8172 if (unlikely(!cpu_has_virtual_nmis() && vmx->soft_vnmi_blocked)) in vmx_vcpu_run()