- Timestamp:
- Sep 19, 2013 4:16:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r48003 r48545 280 280 281 281 /** 282 * Lazily sync in the FPU/XMM state 282 * Lazily sync the guest-FPU/XMM state if possible. 283 * 284 * Loads the guest-FPU state, if it isn't already loaded, into the CPU if the 285 * guest is not expecting a #NM trap. 283 286 * 284 287 * @returns VBox status code. 285 * @param pVM Pointer to the VM. 286 * @param pVCpu Pointer to the VMCPU. 287 * @param pCtx Pointer to the guest CPU context. 288 * @retval VINF_SUCCESS if the guest FPU state is loaded. 289 * @retval VINF_EM_RAW_GUEST_TRAP if it is a guest trap. 290 * 291 * @remarks This relies on CPUMIsGuestFPUStateActive() reflecting reality. 288 292 */ 289 293 VMMR0_INT_DECL(int) CPUMR0LoadGuestFPU(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx)
Note:
See TracChangeset
for help on using the changeset viewer.