儲存庫 vbox 的更動 16598
- 時間撮記:
- 2009-2-9 下午04:09:14 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/include/VBox/cpum.h
r14870 r16598 826 826 * 827 827 * @returns true if in PAE mode, otherwise false. 828 * @param pVM The VM handle. 829 */ 830 DECLINLINE(bool) CPUMIsGuestInPAEMode(PVM pVM) 831 { 832 return ( CPUMIsGuestInPagedProtectedMode(pVM) 833 && (CPUMGetGuestCR4(pVM) & X86_CR4_PAE) 834 && !CPUMIsGuestInLongMode(pVM)); 835 } 836 837 /** 838 * Tests if the guest is running in PAE mode or not. 839 * 840 * @returns true if in PAE mode, otherwise false. 828 841 * @param pCtx Current CPU context 829 842 */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器