Changeset 1056 in vbox for trunk/include
- Timestamp:
- Feb 23, 2007 8:34:40 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/cpum.h
r770 r1056 743 743 #endif 744 744 745 /** 746 * API for controlling a few of the CPU features found in CR4. 747 * 748 * Currently only X86_CR4_TSD is accepted as input. 749 * 750 * @returns VBox status code. 751 * 752 * @param pVM The VM handle. 753 * @param fOr The CR4 OR mask. 754 * @param fAnd The CR4 AND mask. 755 */ 756 CPUMR3DECL(int) CPUMR3SetCR4Feature(PVM pVM, RTHCUINTREG fOr, RTHCUINTREG fAnd); 757 745 758 /** @} */ 746 759 #endif
Note:
See TracChangeset
for help on using the changeset viewer.