VirtualBox

Changeset 9571 in vbox


Ignore:
Timestamp:
Jun 10, 2008 1:33:49 PM (16 years ago)
Author:
vboxsync
Message:

Missing header updates

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/pgm.h

    r9212 r9571  
    328328PGMDECL(int)    PGMShwSetPage(PVM pVM, RTGCPTR GCPtr, size_t cb, uint64_t fFlags);
    329329PGMDECL(int)    PGMShwModifyPage(PVM pVM, RTGCPTR GCPtr, size_t cb, uint64_t fFlags, uint64_t fMask);
    330 PGMDECL(int)    PGMShwGetLongModePDPtr(PVM pVM, RTGCUINTPTR64 GCPtr, PX86PDPAE *ppPD);
     330PGMDECL(int)    PGMShwGetAllocLongModePDPtr(PVM pVM, RTGCUINTPTR64 GCPtr, PX86PDPAE *ppPD);
     331PGMDECL(int)    PGMShwGetLongModePDPtr(PVM pVM, RTGCUINTPTR64 GCPtr, PX86PDPT *ppPdpt, PX86PDPAE *ppPD);
    331332PGMDECL(int)    PGMGstGetPage(PVM pVM, RTGCPTR GCPtr, uint64_t *pfFlags, PRTGCPHYS pGCPhys);
    332333PGMDECL(bool)   PGMGstIsPagePresent(PVM pVM, RTGCPTR GCPtr);
  • trunk/include/VBox/x86.h

    r9549 r9571  
    16481648
    16491649/** The page shift to get the PML4 index. */
    1650 #define X86_PML4_SHIFT              39
     1650#define X86_PML4_SHIFT              UINT64_C(39)
    16511651/** The PML4 index mask (apply to a shifted page address). */
    16521652#define X86_PML4_MASK               0x1ff
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