Searched refs:pending_dbg (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/kvm/vmx/
H A Dnested.c3996 unsigned long pending_dbg; local
3998 pending_dbg = vmx_get_pending_dbg_trap(&vcpu->arch.exception);
3999 if (pending_dbg)
4000 vmcs_writel(GUEST_PENDING_DBG_EXCEPTIONS, pending_dbg);

Completed in 117 milliseconds