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

/vbox/src/VBox/Runtime/common/time/
H A Dtimesup.cpp209 ? pGip->enmUseTscDelta <= SUPGIPUSETSCDELTA_PRACTICALLY_ZERO
213 ? pGip->enmUseTscDelta <= SUPGIPUSETSCDELTA_PRACTICALLY_ZERO
247 ? pGip->enmUseTscDelta <= SUPGIPUSETSCDELTA_PRACTICALLY_ZERO
251 ? pGip->enmUseTscDelta <= SUPGIPUSETSCDELTA_PRACTICALLY_ZERO
H A Dtimesupref.h65 && RT_LIKELY(pGip->enmUseTscDelta >= SUPGIPUSETSCDELTA_PRACTICALLY_ZERO)
/vbox/src/VBox/HostDrivers/Support/
H A DSUPLibAll.cpp65 Assert(pGip->enmUseTscDelta > SUPGIPUSETSCDELTA_PRACTICALLY_ZERO);
H A DSUPDrvGip.cpp96 /** The TSC-delta threshold for the SUPGIPUSETSCDELTA_PRACTICALLY_ZERO rating */
809 if (pGip->enmUseTscDelta > SUPGIPUSETSCDELTA_PRACTICALLY_ZERO)
1136 if (pGip->enmUseTscDelta > SUPGIPUSETSCDELTA_PRACTICALLY_ZERO)
1736 ? SUPGIPUSETSCDELTA_ZERO_CLAIMED : SUPGIPUSETSCDELTA_PRACTICALLY_ZERO /* downgrade later */;
2395 if (pGip->enmUseTscDelta > SUPGIPUSETSCDELTA_PRACTICALLY_ZERO)
3847 enmRating = SUPGIPUSETSCDELTA_PRACTICALLY_ZERO;
/vbox/src/VBox/HostDrivers/Support/testcase/
H A DtstSupTscDelta.cpp92 if (pGip->enmUseTscDelta < SUPGIPUSETSCDELTA_PRACTICALLY_ZERO)
/vbox/src/VBox/VMM/VMMAll/
H A DTMAllVirtual.cpp99 pfnWorker = pGip->enmUseTscDelta <= SUPGIPUSETSCDELTA_PRACTICALLY_ZERO
103 pfnWorker = pGip->enmUseTscDelta <= SUPGIPUSETSCDELTA_PRACTICALLY_ZERO
/vbox/include/VBox/
H A Dsup.h298 SUPGIPUSETSCDELTA_PRACTICALLY_ZERO, enumerator in enum:SUPGIPUSETSCDELTA
710 case SUPGIPUSETSCDELTA_PRACTICALLY_ZERO: return "Pratically Zero";

Completed in 454 milliseconds