Changeset 55107 in vbox for trunk/include
- Timestamp:
- Apr 6, 2015 11:34:45 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/asm-amd64-x86.h
r54260 r55107 1727 1727 1728 1728 /** 1729 * Get XCR0 (eXtended feature Control Register 0). 1730 * @returns xcr0. 1731 */ 1732 DECLASM(uint64_t) ASMGetXcr0(void); 1733 1734 1735 /** 1736 * Sets the XCR0 register. 1737 * @param uXcr0 The new XCR0 value. 1738 */ 1739 DECLASM(void) ASMSetXcr0(uint64_t uXcr0); 1740 1741 1742 /** 1729 1743 * Enables interrupts (EFLAGS.IF). 1730 1744 */
Note:
See TracChangeset
for help on using the changeset viewer.