Changeset 57222 in vbox
- Timestamp:
- Aug 6, 2015 7:22:05 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 101975
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/sup.h
r57218 r57222 1706 1706 SUPR3DECL(int) SUPR3ResumeSuspendedKeyboards(void); 1707 1707 1708 1709 1708 /** 1710 1709 * Measure the TSC-delta for the specified CPU. … … 1723 1722 SUPR3DECL(int) SUPR3TscDeltaMeasure(RTCPUID idCpu, bool fAsync, bool fForce, uint8_t cRetries, uint8_t cMsWaitRetry); 1724 1723 1725 1726 1724 /** 1727 1725 * Reads the delta-adjust TSC value. … … 1734 1732 SUPR3DECL(int) SUPR3ReadTsc(uint64_t *puTsc, uint16_t *pidApic); 1735 1733 1736 1737 /** 1738 * Sets the GIP flags. 1734 /** 1735 * Modifies the GIP flags. 1739 1736 * 1740 1737 * @returns VBox status code. … … 1743 1740 */ 1744 1741 SUPR3DECL(int) SUPR3GipSetFlags(uint32_t fOrMask, uint32_t fAndMask); 1742 1745 1743 /** @} */ 1746 1744 #endif /* IN_RING3 */
Note:
See TracChangeset
for help on using the changeset viewer.