Changeset 91986 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Oct 22, 2021 3:21:40 AM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 147794
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r91952 r91986 354 354 VMM_INT_DECL(void) PGMNotifyNxeChanged(PVMCPU pVCpu, bool fNxe); 355 355 VMMDECL(bool) PGMHasDirtyPages(PVM pVM); 356 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX_EPT 357 VMM_INT_DECL(void) PGMSetGuestEptPtr(PVMCPUCC pVCpu, uint64_t uEptPtr); 358 #endif 356 359 357 360 /** PGM physical access handler type registration handle (heap offset, valid
Note:
See TracChangeset
for help on using the changeset viewer.