Changeset 76491 in vbox for trunk/include
- Timestamp:
- Dec 27, 2018 5:59:04 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r76464 r76491 2213 2213 VMMR3DECL(int) CPUMR3Init(PVM pVM); 2214 2214 VMMR3DECL(int) CPUMR3InitCompleted(PVM pVM, VMINITCOMPLETED enmWhat); 2215 VMMR3DECL(void) CPUMR3LogCpuId s(PVM pVM);2215 VMMR3DECL(void) CPUMR3LogCpuIdAndMsrFeatures(PVM pVM); 2216 2216 VMMR3DECL(void) CPUMR3Relocate(PVM pVM); 2217 2217 VMMR3DECL(int) CPUMR3Term(PVM pVM);
Note:
See TracChangeset
for help on using the changeset viewer.