VirtualBox

儲存庫 vbox 的更動 12542


忽略:
時間撮記:
2008-9-17 下午01:01:01 (16 年 以前)
作者:
vboxsync
訊息:

@page heading.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/VMM/CPUM.cpp

    r12121 r12542  
    2020 */
    2121
    22 /** @page pg_cpum
     22/** @page pg_cpum CPUM - CPU Monitor / Manager
     23 *
    2324 * The CPU Monitor / Manager keeps track of all the CPU registers. It is
    2425 * also responsible for lazy FPU handling and some of the context loading
     
    719720    pCtx->msrPAT                    = UINT64_C(0x0007040600070406); /** @todo correct? */
    720721
    721     /* Reset EFER; see AMD64 Architecture Programmer's Manual Volume 2: Table 14-1. Initial Processor State 
    722      * The Intel docs don't mention it. 
     722    /* Reset EFER; see AMD64 Architecture Programmer's Manual Volume 2: Table 14-1. Initial Processor State
     723     * The Intel docs don't mention it.
    723724     */
    724725    pCtx->msrEFER                   = 0;
     
    892893        memset(&pVM->cpum.s.Guest, 0, sizeof(pVM->cpum.s.Guest));
    893894        SSMR3GetMem(pSSM, &cpumctx16, sizeof(cpumctx16));
    894        
     895
    895896        /* Save the old cpumctx state into the new one. */
    896897        cpumR3LoadCPUM1_6(pVM, &cpumctx16);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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