VirtualBox

Changeset 42034 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 6, 2012 3:56:06 AM (13 years ago)
Author:
vboxsync
Message:

Doxygen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp

    r42033 r42034  
    6464 * Gets the pointer to the hypervisor CPU context structure of a virtual CPU.
    6565 *
    66  * @param   pVCpu       Pointer to the virtual CPU.
     66 * @param   pVCpu       Pointer to the VMCPU.
    6767 */
    6868VMMDECL(PCPUMCTX) CPUMGetHyperCtxPtr(PVMCPU pVCpu)
     
    419419
    420420/**
    421  * Queries the pointer to the internal CPUMCTX structure
     421 * Queries the pointer to the internal CPUMCTX structure.
    422422 *
    423423 * @returns The CPUMCTX pointer.
     
    13931393
    13941394/**
    1395  * Gets a CpuId leaf.
     1395 * Gets a CPUID leaf.
    13961396 *
    13971397 * @param   pVCpu   Pointer to the VMCPU.
     
    18751875
    18761876/**
    1877  * Gets the host CPU vendor
    1878  *
    1879  * @returns CPU vendor
     1877 * Gets the host CPU vendor.
     1878 *
     1879 * @returns CPU vendor.
    18801880 * @param   pVM     Pointer to the VM.
    18811881 */
     
    18851885}
    18861886
    1887 /**
    1888  * Gets the CPU vendor
    1889  *
    1890  * @returns CPU vendor
     1887
     1888/**
     1889 * Gets the CPU vendor.
     1890 *
     1891 * @returns CPU vendor.
    18911892 * @param   pVM     Pointer to the VM.
    18921893 */
     
    22952296
    22962297/**
    2297  * Lazily sync in the FPU/XMM state
     2298 * Lazily sync in the FPU/XMM state.
    22982299 *
    22992300 * @returns VBox status code.
     
    23082309
    23092310/**
    2310  * Checks if we activated the FPU/XMM state of the guest OS
     2311 * Checks if we activated the FPU/XMM state of the guest OS.
    23112312 * @returns true if we did.
    23122313 * @returns false if not.
     
    23202321
    23212322/**
    2322  * Deactivate the FPU/XMM state of the guest OS
     2323 * Deactivate the FPU/XMM state of the guest OS.
    23232324 * @param   pVCpu       Pointer to the VMCPU.
    23242325 */
     
    23302331
    23312332/**
    2332  * Checks if the guest debug state is active
     2333 * Checks if the guest debug state is active.
    23332334 *
    23342335 * @returns boolean
     
    23412342
    23422343/**
    2343  * Checks if the hyper debug state is active
     2344 * Checks if the hyper debug state is active.
    23442345 *
    23452346 * @returns boolean
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