Changeset 17510 in vbox for trunk/include/VBox
- Timestamp:
- Mar 7, 2009 3:54:02 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pgm.h
r17489 r17510 420 420 #endif /* !IN_RC */ 421 421 VMMDECL(int) PGMPhysInterpretedRead(PVM pVM, PCPUMCTXCORE pCtxCore, void *pvDst, RTGCPTR GCPtrSrc, size_t cb); 422 VMMDECL(int) PGMPhysInterpretedReadNoHandlers(PVM pVM, PCPUMCTXCORE pCtxCore, void *pvDst, RTGCUINTPTR GCPtrSrc, size_t cb, bool fRaiseTrap); 423 VMMDECL(int) PGMPhysInterpretedWriteNoHandlers(PVM pVM, PCPUMCTXCORE pCtxCore, RTGCPTR GCPtrDst, void const *pvSrc, size_t cb, bool fRaiseTrap); 422 424 #ifdef VBOX_STRICT 423 425 VMMDECL(unsigned) PGMAssertHandlerAndFlagsInSync(PVM pVM); … … 566 568 VMMR3DECL(void) PGMR3PhysWriteU32(PVM pVM, RTGCPHYS GCPhys, uint32_t Value); 567 569 VMMR3DECL(void) PGMR3PhysWriteU64(PVM pVM, RTGCPHYS GCPhys, uint64_t Value); 570 VMMR3DECL(int) PGMR3PhysReadExternal(PVM pVM, RTGCPHYS GCPhys, void *pvBuf, size_t cbRead); 571 VMMR3DECL(int) PGMR3PhysWriteExternal(PVM pVM, RTGCPHYS GCPhys, const void *pvBuf, size_t cbWrite); 568 572 VMMR3DECL(int) PGMR3PhysChunkMap(PVM pVM, uint32_t idChunk); 569 573 VMMR3DECL(void) PGMR3PhysChunkInvalidateTLB(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.