Searched defs:fWasHyperDebugStateActive (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp215 bool fWasHyperDebugStateActive; member in struct:SVMTRANSIENT
3125 pSvmTransient->fWasHyperDebugStateActive = CPUMIsHyperDebugStateActivePending(pVCpu);
3131 pSvmTransient->fWasHyperDebugStateActive = CPUMIsHyperDebugStateActive(pVCpu);
4664 if (!pSvmTransient->fWasHyperDebugStateActive)
H A DHMVMXR0.cpp280 bool fWasHyperDebugStateActive; member in struct:VMXTRANSIENT
8741 pVmxTransient->fWasHyperDebugStateActive = CPUMIsHyperDebugStateActivePending(pVCpu);
8747 pVmxTransient->fWasHyperDebugStateActive = CPUMIsHyperDebugStateActive(pVCpu);
11519 && !pVmxTransient->fWasHyperDebugStateActive)
11868 AssertReturn(pVmxTransient->fWasHyperDebugStateActive, VERR_HM_IPE_5);

Completed in 86 milliseconds