Changeset 107220 in vbox for trunk/include/VBox
- Timestamp:
- Dec 3, 2024 9:46:18 AM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 166224
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum-x86-amd64.h
r106061 r107220 2887 2887 * @{ 2888 2888 */ 2889 2890 VMMR3DECL(int) CPUMR3SetCR4Feature(PVM pVM, RTHCUINTREG fOr, RTHCUINTREG fAnd);2891 2892 2889 VMMR3DECL(int) CPUMR3CpuIdInsert(PVM pVM, PCPUMCPUIDLEAF pNewLeaf); 2893 2890 VMMR3DECL(int) CPUMR3CpuIdGetLeaf(PVM pVM, PCPUMCPUIDLEAF pLeaf, uint32_t uLeaf, uint32_t uSubLeaf);
Note:
See TracChangeset
for help on using the changeset viewer.