Changeset 91989 in vbox
- Timestamp:
- Oct 22, 2021 3:33:13 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/VBox/vmm/pgm.h (modified) (1 diff)
-
src/VBox/VMM/VMMAll/PGMAll.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pgm.h
r91986 r91989 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_EPT357 356 VMM_INT_DECL(void) PGMSetGuestEptPtr(PVMCPUCC pVCpu, uint64_t uEptPtr); 358 #endif359 357 360 358 /** PGM physical access handler type registration handle (heap offset, valid -
trunk/src/VBox/VMM/VMMAll/PGMAll.cpp
r91986 r91989 3828 3828 3829 3829 3830 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX_EPT3831 3830 /** 3832 3831 * Updates PGM's copy of the guest's EPT pointer. … … 3842 3841 pVCpu->pgm.s.uEptPtr = uEptPtr; 3843 3842 } 3844 #endif 3845 3843
Note:
See TracChangeset
for help on using the changeset viewer.

