Changeset 87491 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jan 30, 2021 1:15:50 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142515
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r87490 r87491 1103 1103 * on the stack. */ 1104 1104 DISCPUSTATE DisState; 1105 1106 /* These two comes because they are accessed from assembly and we don't 1107 want to detail all the stats in the assembly version of this structure. */ 1108 STAMCOUNTER StatVmxWriteHostRip; 1109 STAMCOUNTER StatVmxWriteHostRsp; 1110 STAMCOUNTER StatVmxVmLaunch; 1111 STAMCOUNTER StatVmxVmResume; 1105 1112 1106 1113 STAMPROFILEADV StatEntry; -
trunk/src/VBox/VMM/include/HMInternal.mac
r87490 r87491 193 193 .aPdpes resq 4 194 194 195 .DisState resb 0d8h 196 197 .StatVmxWriteHostRip resq 1 198 .StatVmxWriteHostRsp resq 1 199 195 200 ; The remainer is disassembly state and statistics. 196 201 endstruc
Note:
See TracChangeset
for help on using the changeset viewer.