Changeset 100964 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Aug 24, 2023 2:45:42 PM (20 months ago)
- svn:sync-xref-src-repo-rev:
- 158905
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/PGM.cpp
r100004 r100964 952 952 AssertRelease(pVM->pgm.s.HCPhysZeroPg != NIL_RTHCPHYS); 953 953 AssertRelease(pVM->pgm.s.HCPhysZeroPg != 0); 954 Log(("HCPhysZeroPg=%RHp abZeroPg=%p\n", pVM->pgm.s.HCPhysZeroPg, pVM->pgm.s.abZeroPg)); 954 955 955 956 /* … … 963 964 AssertRelease(pVM->pgm.s.HCPhysMmioPg != 0); 964 965 pVM->pgm.s.HCPhysInvMmioPg = pVM->pgm.s.HCPhysMmioPg; 966 Log(("HCPhysInvMmioPg=%RHp abMmioPg=%p\n", pVM->pgm.s.HCPhysMmioPg, pVM->pgm.s.abMmioPg)); 965 967 966 968 /* … … 1445 1447 PGM_REG_PROFILE(&pCpuStats->StatRZTrap0eTime2OutOfSyncHndPhys, "/PGM/CPU%u/RZ/Trap0e/Time2/OutOfSyncHndPhys", "Profiling of the Trap0eHandler body when the cause is an out-of-sync physical handler page."); 1446 1448 PGM_REG_PROFILE(&pCpuStats->StatRZTrap0eTime2OutOfSyncHndObs, "/PGM/CPU%u/RZ/Trap0e/Time2/OutOfSyncObsHnd", "Profiling of the Trap0eHandler body when the cause is an obsolete handler page."); 1449 PGM_REG_PROFILE(&pCpuStats->StatRZTrap0eTime2PageZeroing, "/PGM/CPU%u/RZ/Trap0e/Time2/PageZeroing", "Profiling of the Trap0eHandler body when the cause is that a zero page is being zeroed."); 1447 1450 PGM_REG_PROFILE(&pCpuStats->StatRZTrap0eTime2SyncPT, "/PGM/CPU%u/RZ/Trap0e/Time2/SyncPT", "Profiling of the Trap0eHandler body when the cause is lazy syncing of a PT."); 1448 1451 PGM_REG_PROFILE(&pCpuStats->StatRZTrap0eTime2WPEmulation, "/PGM/CPU%u/RZ/Trap0e/Time2/WPEmulation", "Profiling of the Trap0eHandler body when the cause is CR0.WP emulation.");
Note:
See TracChangeset
for help on using the changeset viewer.