Changeset 72265 in vbox for trunk/include
- Timestamp:
- May 20, 2018 1:08:29 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 122713
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r71081 r72265 439 439 VMMDECL(PGMMODE) PGMGetHostMode(PVM pVM); 440 440 VMMDECL(const char *) PGMGetModeName(PGMMODE enmMode); 441 VMM_INT_DECL(RTGCPHYS) PGMGetGuestCR3Phys(PVMCPU pVCpu); 441 442 VMM_INT_DECL(void) PGMNotifyNxeChanged(PVMCPU pVCpu, bool fNxe); 442 443 VMMDECL(bool) PGMHasDirtyPages(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.