vbox的更動 30889 路徑 trunk/include/VBox/hwacc_vmx.h
- 時間撮記:
- 2010-7-17 上午01:54:47 (14 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/VBox/hwacc_vmx.h
r29250 r30889 294 294 typedef struct EPTPTEBITS 295 295 { 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. */ 297 302 uint64_t u1Present : 1; 298 303 /** Writable bit. */ … … 308 313 /** Physical address of page. Restricted by maximum physical address width of the cpu. */ 309 314 uint64_t u40PhysAddr : 40; 310 /** Availab e for software. */315 /** Available for software. */ 311 316 uint64_t u12Available : 12; 312 317 } EPTPTEBITS;
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器