Changeset 56384 in vbox for trunk/include/VBox
- Timestamp:
- Jun 12, 2015 12:34:31 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100983
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r56323 r56384 461 461 /** NIL value for PGM virtual access handler type handle. */ 462 462 #define NIL_PGMVIRTHANDLERTYPE UINT32_MAX 463 #ifdef VBOX_WITH_RAW_MODE 463 464 VMM_INT_DECL(uint32_t) PGMHandlerVirtualTypeRelease(PVM pVM, PGMVIRTHANDLERTYPE hType); 464 465 VMM_INT_DECL(uint32_t) PGMHandlerVirtualTypeRetain(PVM pVM, PGMVIRTHANDLERTYPE hType); 465 466 VMM_INT_DECL(bool) PGMHandlerVirtualIsRegistered(PVM pVM, RTGCPTR GCPtr); 467 #endif 466 468 467 469 VMMDECL(bool) PGMPhysIsA20Enabled(PVMCPU pVCpu); … … 702 704 const char *pszDesc, 703 705 PPGMPHYSHANDLERTYPE phType); 706 #ifdef VBOX_WITH_RAW_MODE 704 707 VMMR3_INT_DECL(int) PGMR3HandlerVirtualTypeRegisterEx(PVM pVM, PGMVIRTHANDLERKIND enmKind, bool fRelocUserRC, 705 708 PFNPGMR3VIRTINVALIDATE pfnInvalidateR3, … … 717 720 VMMR3_INT_DECL(int) PGMHandlerVirtualChangeType(PVM pVM, RTGCPTR GCPtr, PGMVIRTHANDLERTYPE hNewType); 718 721 VMMR3_INT_DECL(int) PGMHandlerVirtualDeregister(PVM pVM, PVMCPU pVCpu, RTGCPTR GCPtr, bool fHypervisor); 722 #endif 719 723 VMMR3DECL(int) PGMR3PoolGrow(PVM pVM); 720 724
Note:
See TracChangeset
for help on using the changeset viewer.