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