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

/vbox/include/VBox/vmm/
H A Dtm.h67 TMCLOCK_TSC, enumerator in enum:TMCLOCK
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp223 pVM->tm.s.paTimerQueuesR3[TMCLOCK_TSC].enmClock = TMCLOCK_TSC;
224 pVM->tm.s.paTimerQueuesR3[TMCLOCK_TSC].u64Expire = INT64_MAX;
1893 case TMCLOCK_TSC: return TMCpuTickGet(&pVM->aCpus[0] /* just take VCPU 0 */);
1942 if (tmR3HasExpiredTimer(pVM, TMCLOCK_TSC))
1977 || pVM->tm.s.paTimerQueuesR3[TMCLOCK_TSC].offSchedule
2050 /* TMCLOCK_TSC */
2051 Assert(!pVM->tm.s.paTimerQueuesR3[TMCLOCK_TSC].offActive); /* not used */
3235 case TMCLOCK_TSC: return "TSC ";

Completed in 52 milliseconds