VirtualBox

Changeset 71224 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Mar 6, 2018 1:08:53 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121134
Message:

NEM/w: Optimizations and build fixes for the other configurations. bugref:9044

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/NEMInternal.h

    r71222 r71224  
    7070
    7171/** Windows: Checks if a_GCPhys is subject to the limited A20 gate emulation. */
    72 # define NEM_WIN_IS_SUBJECT_TO_A20(a_GCPhys)     ((RTGCPHYS)((a_GCPhys) - _1M) < (RTGCPHYS)_64K)
     72# define NEM_WIN_IS_SUBJECT_TO_A20(a_GCPhys)    ((RTGCPHYS)((a_GCPhys) - _1M) < (RTGCPHYS)_64K)
    7373/** Windows: Checks if a_GCPhys is relevant to the limited A20 gate emulation. */
    7474# define NEM_WIN_IS_RELEVANT_TO_A20(a_GCPhys)    \
    7575    ( ((RTGCPHYS)((a_GCPhys) - _1M) < (RTGCPHYS)_64K) || ((RTGCPHYS)(a_GCPhys) < (RTGCPHYS)_64K) )
     76
     77/** The CPUMCTX_EXTRN_XXX mask for IEM. */
     78# define NEM_WIN_CPUMCTX_EXTRN_MASK_FOR_IEM     CPUMCTX_EXTRN_ALL
    7679
    7780#endif /* RT_OS_WINDOWS */
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