Changeset 72783 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jul 1, 2018 4:33:06 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123325
- Location:
- trunk/src/VBox/VMM/VMMR0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMSVMR0.cpp
r72777 r72783 1847 1847 * @param pVCpu The cross context virtual CPU structure. 1848 1848 * @param pVmcb Pointer to the VM control block. 1849 * @param pCtx Pointer to the guest-CPU context.1850 1849 * 1851 1850 * @remarks No-long-jump zone!!! … … 2433 2432 * 2434 2433 * @returns VBox status code. 2435 * @param pVM The cross context VM structure.2436 2434 * @param pVCpu The cross context virtual CPU structure. 2437 2435 * -
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r72777 r72783 7965 7965 * 7966 7966 * @returns VBox status code. 7967 * @param pVM The cross context VM structure.7968 7967 * @param pVCpu The cross context virtual CPU structure. 7969 7968 * … … 8534 8533 * VT-x. 8535 8534 * 8536 * @param pVM The cross context VM structure.8537 8535 * @param pVCpu The cross context virtual CPU structure. 8538 8536 * @param pVmxTransient Pointer to the VMX transient structure.
Note:
See TracChangeset
for help on using the changeset viewer.