Changeset 13197 in vbox for trunk/include/VBox/pgm.h
- Timestamp:
- Oct 13, 2008 8:52:06 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 37739
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r13195 r13197 336 336 VMMDECL(int) PGMGstSetPage(PVM pVM, RTGCPTR GCPtr, size_t cb, uint64_t fFlags); 337 337 VMMDECL(int) PGMGstModifyPage(PVM pVM, RTGCPTR GCPtr, size_t cb, uint64_t fFlags, uint64_t fMask); 338 VMMDECL(X86PDPE) PGMGstGetPaePDPtr(PVM pVM, unsigned iPdPt);339 340 338 VMMDECL(int) PGMFlushTLB(PVM pVM, uint64_t cr3, bool fGlobal); 341 339 VMMDECL(int) PGMUpdateCR3(PVM pVM, uint64_t cr3);
Note:
See TracChangeset
for help on using the changeset viewer.