Changeset 92515 in vbox for trunk/include
- Timestamp:
- Nov 19, 2021 8:42:45 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 148390
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum.h
r92018 r92515 2705 2705 VMMR3DECL(int) CPUMR3CpuIdInsert(PVM pVM, PCPUMCPUIDLEAF pNewLeaf); 2706 2706 VMMR3DECL(int) CPUMR3CpuIdGetLeaf(PVM pVM, PCPUMCPUIDLEAF pLeaf, uint32_t uLeaf, uint32_t uSubLeaf); 2707 VMMR3_INT_DECL(PCCPUMCPUIDLEAF) CPUMR3CpuIdGetPtr(PVM pVM, uint32_t *pcLeaves); 2707 2708 VMMR3DECL(CPUMMICROARCH) CPUMR3CpuIdDetermineMicroarchEx(CPUMCPUVENDOR enmVendor, uint8_t bFamily, 2708 2709 uint8_t bModel, uint8_t bStepping);
Note:
See TracChangeset
for help on using the changeset viewer.