VirtualBox

Changeset 37323 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Jun 3, 2011 4:20:06 PM (14 years ago)
Author:
vboxsync
Message:

build fix and some prefix cleanup.

Location:
trunk/src/VBox/VMM/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/HWACCMInternal.h

    r37320 r37323  
    517517    struct
    518518    {
    519         RTHCPHYS    pPageCpuPhys;
    520         RTHCPHYS    pVMCSPhys;
     519        RTHCPHYS    HCPhysCpuPage;
     520        RTHCPHYS    HCPhysVMCS;
    521521        RTGCPTR     pCache;
    522522        RTGCPTR     pCtx;
     
    524524    struct
    525525    {
    526         RTHCPHYS    pVMCSPhys;
     526        RTHCPHYS    HCPhysVMCS;
    527527        RTGCPTR     pCache;
    528528        RTGCPTR     pCtx;
     
    592592    {
    593593        /** Physical address of the VM control structure (VMCS). */
    594         RTHCPHYS                    pVMCSPhys;
     594        RTHCPHYS                    HCPhysVMCS;
    595595        /** R0 memory object for the VM control structure (VMCS). */
    596         RTR0MEMOBJ                  pMemObjVMCS;
     596        RTR0MEMOBJ                  hMemObjVMCS;
    597597        /** Virtual address of the VM control structure (VMCS). */
    598         R0PTRTYPE(void *)           pVMCS;
     598        R0PTRTYPE(void *)           pvVMCS;
    599599
    600600        /** Ring 0 handlers for VT-x. */
     
    612612
    613613        /** Physical address of the virtual APIC page for TPR caching. */
    614         RTHCPHYS                    pVAPICPhys;
     614        RTHCPHYS                    HCPhysVAPIC;
    615615        /** R0 memory object for the virtual APIC page for TPR caching. */
    616         RTR0MEMOBJ                  pMemObjVAPIC;
     616        RTR0MEMOBJ                  hMemObjVAPIC;
    617617        /** Virtual address of the virtual APIC page for TPR caching. */
    618         R0PTRTYPE(uint8_t *)        pVAPIC;
     618        R0PTRTYPE(uint8_t *)        pbVAPIC;
    619619
    620620        /** Current CR0 mask. */
  • trunk/src/VBox/VMM/include/HWACCMInternal.mac

    r35333 r37323  
    1717%define VMX_USE_CACHED_VMCS_ACCESSES
    1818
    19 ;Maximum number of cached entries. 
     19;Maximum number of cached entries.
    2020%define VMCSCACHE_MAX_ENTRY                             128
    2121
    22 ; Structure for storing read and write VMCS actions. 
     22; Structure for storing read and write VMCS actions.
    2323struc VMCSCACHE
    2424%ifdef VBOX_WITH_CRASHDUMP_MAGIC
     
    4343    .Read.aFieldVal           resq    VMCSCACHE_MAX_ENTRY
    4444%ifdef DEBUG
    45     .TestIn.pPageCpuPhys      resq    1
    46     .TestIn.pVMCSPhys         resq    1
     45    .TestIn.HCPhysCpuPage     resq    1
     46    .TestIn.HCPhysVMCS        resq    1
    4747    .TestIn.pCache            resq    1
    4848    .TestIn.pCtx              resq    1
    49     .TestOut.pVMCSPhys        resq    1
     49    .TestOut.HCPhysVMCS       resq    1
    5050    .TestOut.pCache           resq    1
    5151    .TestOut.pCtx             resq    1
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