VirtualBox

Changeset 47668 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Aug 12, 2013 10:40:52 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87871
Message:

CPUMCTX_FROM_CORE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpumctx.h

    r43657 r47668  
    136136 * CPU context core.
    137137 *
    138  * @todo eliminate this structure!
     138 * @todo        Eliminate this structure!
     139 * @deprecated  We don't push any context cores any more in TRPM.
    139140 */
    140141#pragma pack(1)
     
    414415 */
    415416# define CPUMCTX2CORE(pCtx) ((PCPUMCTXCORE)(void *)&(pCtx)->rax)
     417
     418/**
     419 * Gets the CPUMCTXCORE part of a CPUMCTX.
     420 */
     421# define CPUMCTX_FROM_CORE(a_pCtxCore) RT_FROM_MEMBER(a_pCtxCore, CPUMCTX, rax)
    416422
    417423/**
Note: See TracChangeset for help on using the changeset viewer.

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