VirtualBox

Changeset 52778 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Sep 17, 2014 3:23:46 PM (10 years ago)
Author:
vboxsync
Message:

iprt/x86.h: add EFER.TCE bit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86.h

    r52466 r52778  
    66
    77/*
    8  * Copyright (C) 2006-2012 Oracle Corporation
     8 * Copyright (C) 2006-2014 Oracle Corporation
    99 *
    1010 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    12311231/** Bit 14 - FFXSR - Fast FXSAVE / FXRSTOR (skip XMM*). (R/W) */
    12321232#define  MSR_K6_EFER_FFXSR                   RT_BIT(14)
     1233/** Bit 15 - TCE - Translation Cache Extension. (R/W) */
     1234#define  MSR_K6_EFER_TCE                     RT_BIT(15)
    12331235/** K6 STAR - SYSCALL/RET targets. */
    12341236#define MSR_K6_STAR                         UINT32_C(0xc0000081)
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