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

/vbox/src/VBox/VMM/include/
H A DTMInternal.h708 uint64_t u64NsTsStartTotal; member in struct:TMCPU
/vbox/src/VBox/VMM/VMMAll/
H A DTMAll.cpp151 uint64_t const cNsTotalNew = u64NsTs - pVCpu->tm.s.u64NsTsStartTotal;
224 uint64_t const cNsTotalNew = u64NsTs - pVCpu->tm.s.u64NsTsStartTotal;
/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp2770 pVCpu->tm.s.cNsTotal = RTTimeNanoTS() - pVCpu->tm.s.u64NsTsStartTotal;
2794 * Set u64NsTsStartTotal. There is no need to back this out if either of
2797 pVCpu->tm.s.u64NsTsStartTotal = RTTimeNanoTS() - pVCpu->tm.s.cNsTotal;

Completed in 362 milliseconds