VirtualBox

Changeset 57166 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Aug 4, 2015 9:51:09 AM (9 years ago)
Author:
vboxsync
Message:

VMM: Interface for querying size of FPU/extended state area in the guest-CPU context struct.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r57006 r57166  
    24732473}
    24742474
     2475
     2476/**
     2477 * Get the size of the guest FPU/extended state area.
     2478 *
     2479 * @returns The size of the CPU FPU/extended state in bytes.
     2480 * @param   pVM         Pointer to the VM.
     2481 */
     2482VMMR3DECL(uint16_t) CPUMR3GetGuestFpuExtStateSize(PVM pVM)
     2483{
     2484    return pVM->cpum.s.GuestFeatures.cbMaxExtendedState;
     2485}
     2486
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