VirtualBox

Changeset 47739 in vbox for trunk/include


Ignore:
Timestamp:
Aug 14, 2013 7:52:30 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87984
Message:

PGM: Added an API that IEM can use to spot MMIO and other troublesome memory in verification.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pgm.h

    r47445 r47739  
    386386VMMDECL(int)        PGMPhysInterpretedWriteNoHandlers(PVMCPU pVCpu, PCPUMCTXCORE pCtxCore, RTGCPTR GCPtrDst, void const *pvSrc, size_t cb, bool fRaiseTrap);
    387387VMM_INT_DECL(int)   PGMPhysIemGCPhys2Ptr(PVM pVM, RTGCPHYS GCPhys, bool fWritable, bool fByPassHandlers, void **ppv, PPGMPAGEMAPLOCK pLock);
     388VMM_INT_DECL(int)   PGMPhysIemQueryAccess(PVM pVM, RTGCPHYS GCPhys, bool fWritable, bool fByPassHandlers);
     389
    388390#ifdef VBOX_STRICT
    389391VMMDECL(unsigned)   PGMAssertHandlerAndFlagsInSync(PVM pVM);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette