VirtualBox

儲存庫 vbox 的更動 47547


忽略:
時間撮記:
2013-8-6 上午03:58:02 (12 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
87745
訊息:

x86.h: Added X86_EFL_LIVE_MASK and X86_EFL_RA1_MASK.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/include/iprt/x86.h

    r47432 r47547  
    196196/** Bit 21 - ID - CPUID flag - System flag. If this responds to flipping CPUID is supported. */
    197197#define X86_EFL_ID          RT_BIT(21)
     198/** All live bits. */
     199#define X86_EFL_LIVE_MASK   UINT32_C(0x003f7fd5)
     200/** Read as 1 bits. */
     201#define X86_EFL_RA1_MASK    RT_BIT_32(1)
    198202/** IOPL shift. */
    199203#define X86_EFL_IOPL_SHIFT  12
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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