VirtualBox

Changeset 12542 in vbox for trunk/src/VBox/VMM/CPUM.cpp


Ignore:
Timestamp:
Sep 17, 2008 1:01:01 PM (16 years ago)
Author:
vboxsync
Message:

@page heading.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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);
Note: See TracChangeset for help on using the changeset viewer.

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