VirtualBox

vbox的更動 30889 路徑 trunk/include/VBox/hwacc_vmx.h


忽略:
時間撮記:
2010-7-17 上午01:54:47 (14 年 以前)
作者:
vboxsync
訊息:

PGM: Cleanups related to pending MMIO/#PF optimizations. Risky.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/include/VBox/hwacc_vmx.h

    r29250 r30889  
    294294typedef struct EPTPTEBITS
    295295{
    296     /** Present bit. */
     296    /** Present bit.
     297     * @remark This is a convenience "misnomer".  The bit actually indicates
     298     *         read access and the CPU will consider an entry with any of the
     299     *         first three bits set as present.  Since all our valid entries
     300     *         will have this bit set, it can be used as a present indicator
     301     *         and allow some code sharing. */
    297302    uint64_t    u1Present       : 1;
    298303    /** Writable bit. */
     
    308313    /** Physical address of page. Restricted by maximum physical address width of the cpu. */
    309314    uint64_t    u40PhysAddr     : 40;
    310     /** Availabe for software. */
     315    /** Available for software. */
    311316    uint64_t    u12Available    : 12;
    312317} EPTPTEBITS;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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