VirtualBox

Changeset 55107 in vbox for trunk/include


Ignore:
Timestamp:
Apr 6, 2015 11:34:45 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
99402
Message:

asm-amd64-x86.h: Added ASMGetXcr0 & ASMSetXcr0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/asm-amd64-x86.h

    r54260 r55107  
    17271727
    17281728/**
     1729 * Get XCR0 (eXtended feature Control Register 0).
     1730 * @returns xcr0.
     1731 */
     1732DECLASM(uint64_t) ASMGetXcr0(void);
     1733
     1734
     1735/**
     1736 * Sets the XCR0 register.
     1737 * @param   uXcr0   The new XCR0 value.
     1738 */
     1739DECLASM(void) ASMSetXcr0(uint64_t uXcr0);
     1740
     1741
     1742/**
    17291743 * Enables interrupts (EFLAGS.IF).
    17301744 */
Note: See TracChangeset for help on using the changeset viewer.

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