Changeset 58122 in vbox for trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp
- Timestamp:
- Oct 8, 2015 5:11:58 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllMsrs.cpp
r58116 r58122 4907 4907 * 4908 4908 * @returns Pointer to the range if found, NULL if not. 4909 * @param pVM 4909 * @param pVM The cross context VM structure. 4910 4910 * @param idMsr The MSR to look up. 4911 4911 */ … … 5610 5610 * 5611 5611 * @returns Scalable bus frequency in Hz. Will not return CPUM_SBUSFREQ_UNKNOWN. 5612 * @param pVM Pointer to the sharedVM structure.5612 * @param pVM The cross context VM structure. 5613 5613 */ 5614 5614 VMMDECL(uint64_t) CPUMGetGuestScalableBusFrequency(PVM pVM)
Note:
See TracChangeset
for help on using the changeset viewer.