VirtualBox

儲存庫 vbox 的更動 16598


忽略:
時間撮記:
2009-2-9 下午04:09:14 (16 年 以前)
作者:
vboxsync
訊息:

Added CPUMIsGuestInPAEMode

檔案:
修改 1 筆資料

圖例:

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

    r14870 r16598  
    826826 *
    827827 * @returns true if in PAE mode, otherwise false.
     828 * @param   pVM     The VM handle.
     829 */
     830DECLINLINE(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.
    828841 * @param   pCtx    Current CPU context
    829842 */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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