Changeset 9571 in vbox
- Timestamp:
- Jun 10, 2008 1:33:49 PM (16 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r9212 r9571 328 328 PGMDECL(int) PGMShwSetPage(PVM pVM, RTGCPTR GCPtr, size_t cb, uint64_t fFlags); 329 329 PGMDECL(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); 330 PGMDECL(int) PGMShwGetAllocLongModePDPtr(PVM pVM, RTGCUINTPTR64 GCPtr, PX86PDPAE *ppPD); 331 PGMDECL(int) PGMShwGetLongModePDPtr(PVM pVM, RTGCUINTPTR64 GCPtr, PX86PDPT *ppPdpt, PX86PDPAE *ppPD); 331 332 PGMDECL(int) PGMGstGetPage(PVM pVM, RTGCPTR GCPtr, uint64_t *pfFlags, PRTGCPHYS pGCPhys); 332 333 PGMDECL(bool) PGMGstIsPagePresent(PVM pVM, RTGCPTR GCPtr); -
trunk/include/VBox/x86.h
r9549 r9571 1648 1648 1649 1649 /** The page shift to get the PML4 index. */ 1650 #define X86_PML4_SHIFT 391650 #define X86_PML4_SHIFT UINT64_C(39) 1651 1651 /** The PML4 index mask (apply to a shifted page address). */ 1652 1652 #define X86_PML4_MASK 0x1ff
Note:
See TracChangeset
for help on using the changeset viewer.

