- Timestamp:
- Aug 19, 2014 10:14:14 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 95578
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/TMAllCpu.cpp
r51959 r52410 85 85 * 86 86 * @returns VINF_SUCCESS or VERR_TM_VIRTUAL_TICKING_IPE (asserted). 87 * @param pVM Pointer to the VM. 88 * @param pVCpu Pointer to the VCPU. 87 * @param pVM Pointer to the VM. 88 * @param pVCpu Pointer to the VCPU. 89 89 */ 90 90 int tmCpuTickResumeLocked(PVM pVM, PVMCPU pVCpu) … … 150 150 * 151 151 * @returns VBox status code. 152 * @param pVM Pointer to the VM. 152 * @param pVM Pointer to the VM. 153 153 * @param pVCpu Pointer to the VMCPU. 154 154 * @internal -
trunk/src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac
r52296 r52410 1068 1068 mov cr0, rcx 1069 1069 1070 fxsave [rdx + r8 + CPUMCPU.Guest.fpu] 1070 fxsave [rdx + r8 + CPUMCPU.Guest.fpu] 1071 1071 o64 fxrstor [rdx + r8 + CPUMCPU.Host.fpu] ; Restore 64-bit host FPU state. See @bugref{7138} 1072 1072 jmp short gth_fpu_no
Note:
See TracChangeset
for help on using the changeset viewer.