Searched refs:soft_vnmi_blocked (Results 1 – 1 of 1) sorted by relevance
530 int soft_vnmi_blocked; member4736 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()[all …]