VirtualBox

Changeset 1056 in vbox for trunk/include


Ignore:
Timestamp:
Feb 23, 2007 8:34:40 PM (18 years ago)
Author:
vboxsync
Message:

CPUMR3SetCR4Feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/cpum.h

    r770 r1056  
    743743#endif
    744744
     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 */
     756CPUMR3DECL(int) CPUMR3SetCR4Feature(PVM pVM, RTHCUINTREG fOr, RTHCUINTREG fAnd);
     757
    745758/** @} */
    746759#endif
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