VirtualBox

Changeset 48545 in vbox for trunk


Ignore:
Timestamp:
Sep 19, 2013 4:16:06 PM (11 years ago)
Author:
vboxsync
Message:

VMM/CPUMR0: Comment.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp

    r48003 r48545  
    280280
    281281/**
    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.
    283286 *
    284287 * @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.
    288292 */
    289293VMMR0_INT_DECL(int) CPUMR0LoadGuestFPU(PVM pVM, PVMCPU pVCpu, PCPUMCTX pCtx)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette