VirtualBox

Changeset 20567 in vbox for trunk/src/VBox/VMM/PGMInternal.h


Ignore:
Timestamp:
Jun 14, 2009 8:31:54 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
48571
Message:

DevATA,ATAController: Do not use MMGCRamReadNoTrapHandler nor MMGCRamWriteNoTrapHandler like that, they may both raise guru meditations. Changed the code to use the same PGMPhys*Read/Write APIs as in ring-3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGMInternal.h

    r20530 r20567  
    449449        /** The HC virtual address of the two PAE page table. (i.e 1024 entries instead of 512) */
    450450        R3PTRTYPE(PX86PTPAE)            paPaePTsR3;
    451         /** The GC virtual address of the 32-bit page table. */
     451        /** The RC virtual address of the 32-bit page table. */
    452452        RCPTRTYPE(PX86PT)               pPTRC;
    453         /** The GC virtual address of the two PAE page table. */
     453        /** The RC virtual address of the two PAE page table. */
    454454        RCPTRTYPE(PX86PTPAE)            paPaePTsRC;
    455         /** The GC virtual address of the 32-bit page table. */
     455        /** The R0 virtual address of the 32-bit page table. */
    456456        R0PTRTYPE(PX86PT)               pPTR0;
    457         /** The GC virtual address of the two PAE page table. */
     457        /** The R0 virtual address of the two PAE page table. */
    458458        R0PTRTYPE(PX86PTPAE)            paPaePTsR0;
    459459    } aPTs[1];
     
    484484    /** User argument for R0 handlers. */
    485485    R0PTRTYPE(void *)                   pvUserR0;
    486     /** Pointer to GC callback function. */
     486    /** Pointer to RC callback function. */
    487487    RCPTRTYPE(PFNPGMRCPHYSHANDLER)      pfnHandlerRC;
    488488    /** User argument for RC handlers. */
Note: See TracChangeset for help on using the changeset viewer.

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