VirtualBox

Changeset 2061 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Apr 13, 2007 8:05:27 AM (18 years ago)
Author:
vboxsync
Message:

Added TMCpuTickGetOffset

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp

    r1956 r2061  
    9292
    9393
     94/**
     95 * Returns the TSC offset
     96 *
     97 * @returns TSC ofset
     98 * @param   pVM         The VM to operate on.
     99 */
     100TMDECL(uint64_t) TMCpuTickGetOffset(PVM pVM)
     101{
     102    return pVM->tm.s.u64TSCOffset;
     103}
     104
    94105
    95106/**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette