Changeset 13235 in vbox for trunk/include/VBox
- Timestamp:
- Oct 13, 2008 8:48:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r13232 r13235 338 338 VMMDECL(X86PDPE) PGMGstGetPaePDPtr(PVM pVM, unsigned iPdPt); 339 339 340 VMMDECL(int) PGMInvalidatePage(PVM pVM, RTGCPTR GCPtrPage); 340 341 VMMDECL(int) PGMFlushTLB(PVM pVM, uint64_t cr3, bool fGlobal); 342 VMMDECL(int) PGMSyncCR3(PVM pVM, uint64_t cr0, uint64_t cr3, uint64_t cr4, bool fGlobal); 341 343 VMMDECL(int) PGMUpdateCR3(PVM pVM, uint64_t cr3); 342 VMMDECL(int) PGMSyncCR3(PVM pVM, uint64_t cr0, uint64_t cr3, uint64_t cr4, bool fGlobal);343 344 VMMDECL(int) PGMChangeMode(PVM pVM, uint64_t cr0, uint64_t cr4, uint64_t efer); 344 345 VMMDECL(PGMMODE) PGMGetGuestMode(PVM pVM); … … 432 433 VMMDECL(int) PGMPhysWriteGCPtr(PVM pVM, RTGCPTR GCPtrDst, const void *pvSrc, size_t cb); 433 434 VMMDECL(int) PGMPhysSimpleDirtyWriteGCPtr(PVM pVM, RTGCPTR GCPtrDst, const void *pvSrc, size_t cb); 434 VMMDECL(int) PGMInvalidatePage(PVM pVM, RTGCPTR GCPtrPage);435 435 #endif /* !IN_GC */ 436 436 VMMDECL(int) PGMPhysInterpretedRead(PVM pVM, PCPUMCTXCORE pCtxCore, void *pvDst, RTGCUINTPTR GCPtrSrc, size_t cb); … … 454 454 * @{ 455 455 */ 456 VMMRCDECL(int) PGMGCInvalidatePage(PVM pVM, RTGCPTR GCPtrPage);457 456 /** @} */ 458 457 #endif /* IN_GC */
Note:
See TracChangeset
for help on using the changeset viewer.