Changeset 47739 in vbox for trunk/include
- Timestamp:
- Aug 14, 2013 7:52:30 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87984
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r47445 r47739 386 386 VMMDECL(int) PGMPhysInterpretedWriteNoHandlers(PVMCPU pVCpu, PCPUMCTXCORE pCtxCore, RTGCPTR GCPtrDst, void const *pvSrc, size_t cb, bool fRaiseTrap); 387 387 VMM_INT_DECL(int) PGMPhysIemGCPhys2Ptr(PVM pVM, RTGCPHYS GCPhys, bool fWritable, bool fByPassHandlers, void **ppv, PPGMPAGEMAPLOCK pLock); 388 VMM_INT_DECL(int) PGMPhysIemQueryAccess(PVM pVM, RTGCPHYS GCPhys, bool fWritable, bool fByPassHandlers); 389 388 390 #ifdef VBOX_STRICT 389 391 VMMDECL(unsigned) PGMAssertHandlerAndFlagsInSync(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.