VirtualBox

Changeset 107171 in vbox for trunk/include


Ignore:
Timestamp:
Nov 28, 2024 10:38:10 AM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166169
Message:

VMM/PGM: Introducing VBOX_WITH_ONLY_PGM_NEM_MODE to disable lots unused code on *.arm64 and darwin. jiraref:VBP-1466

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/param.h

    r106061 r107171  
    7676
    7777/** @def VBOX_WITH_PAGE_SHARING
    78  * Enables the page sharing code.
    79  * @remarks This must match GMMR0Init; currently we only support page fusion on
    80  *          all 64-bit hosts except Mac OS X */
     78 * Enables the page sharing code on the host side (do not use in guest code).
     79 * @remarks Currently we only support page fusion on mainline AMD64 hosts,
     80 *          except Mac OS X (no ring-0). */
    8181#if (   HC_ARCH_BITS == 64          /* ASM-NOINC */ \
     82     && defined(RT_ARCH_AMD64)      /* ASM-NOINC */ \
    8283     && (defined(RT_OS_FREEBSD) || defined(RT_OS_LINUX) || defined(RT_OS_SOLARIS) || defined(RT_OS_WINDOWS)) ) /* ASM-NOINC */ \
    8384 || defined(DOXYGEN_RUNNING)        /* ASM-NOINC */
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