Changeset 67529 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jun 21, 2017 8:29:25 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116269
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/HMInternal.h
r66356 r67529 1102 1102 AssertCompileMemberAlignment(HMCPU, Event, 8); 1103 1103 1104 VMM_INT_DECL(TRPMEVENT) hmSvmEventToTrpmEventType(PCSVMEVENT pSvmEvent);1105 VMM_INT_DECL(int) hmSvmGetMsrpmOffsetAndBit(uint32_t idMsr, uint16_t *pbOffMsrpm, uint32_t *puMsrpmBit);1106 1107 1108 1104 #ifdef IN_RING0 1109 1105 VMMR0_INT_DECL(PHMGLOBALCPUINFO) hmR0GetCurrentCpu(void);
Note:
See TracChangeset
for help on using the changeset viewer.