Changeset 41783 in vbox for trunk/src/VBox/VMM/VMMR3/HWACCM.cpp
- Timestamp:
- Jun 16, 2012 7:24:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HWACCM.cpp
r41775 r41783 694 694 * 695 695 * @returns VBox status code. 696 * @param pVM The VM handle.696 * @param pVM Pointer to the VM. 697 697 */ 698 698 static int hwaccmR3InitFinalizeR0(PVM pVM) … … 1657 1657 * 1658 1658 * @returns VBox strict status code. 1659 * @param pVM The VM handle.1659 * @param pVM Pointer to the VM. 1660 1660 * @param pVCpu The VMCPU for the EMT we're being called on. 1661 1661 * @param pvUser Unused … … 1792 1792 * 1793 1793 * @returns VBox strict status code. 1794 * @param pVM The VM handle.1794 * @param pVM Pointer to the VM. 1795 1795 * @param pVCpu The VMCPU for the EMT we're being called on. 1796 1796 * @param pvUser User specified CPU context … … 1964 1964 * 1965 1965 * @returns VBox strict status code. 1966 * @param pVM The VM handle.1966 * @param pVM Pointer to the VM. 1967 1967 * @param pVCpu The VMCPU for the EMT we're being called on. 1968 1968 * @param pvUser User specified CPU context … … 2509 2509 * 2510 2510 * @returns true if it is, false if it isn't. 2511 * @param pVM The VM handle.2511 * @param pVM Pointer to the VM. 2512 2512 */ 2513 2513 VMMR3DECL(bool) HWACCMR3IsVmxPreemptionTimerUsed(PVM pVM)
Note:
See TracChangeset
for help on using the changeset viewer.