- Timestamp:
- Sep 27, 2022 1:28:22 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 153806
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PGMAllPool.cpp
r96879 r96899 192 192 193 193 if (PGMPOOL_PAGE_IS_NESTED(pPage)) 194 Log7Func(("%RGv phys=%RGp cbWrite=%d\n", 195 (RTGCPTR)(CTXTYPE(RTGCPTR, uintptr_t, RTGCPTR))(uintptr_t)pvAddress, GCPhysFault, cbWrite)); 194 Log7Func(("%RGv phys=%RGp cbWrite=%d\n", (RTGCPTR)(CTXTYPE(RTGCPTR, uintptr_t, RTGCPTR))(uintptr_t)pvAddress, GCPhysFault, cbWrite)); 196 195 197 196 for (;;) … … 4675 4674 4676 4675 #ifdef VBOX_WITH_NESTED_HWVIRT_VMX_EPT 4676 4677 4677 /** 4678 4678 * Clears references to shadowed pages in a SLAT EPT page table. … … 4699 4699 } 4700 4700 } 4701 4702 4701 4703 4702 # if 0 … … 4729 4728 } 4730 4729 # endif 4730 4731 4731 #endif /* VBOX_WITH_NESTED_HWVIRT_VMX_EPT */ 4732 4732
Note:
See TracChangeset
for help on using the changeset viewer.