VirtualBox

Changeset 108920 in vbox for trunk/include


Ignore:
Timestamp:
Apr 9, 2025 2:08:25 PM (4 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168405
Message:

VMM/PGMAllGst-armv8.cpp.h: Some work on supporting different granule sizes, bugref:10388

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/armv8.h

    r108860 r108920  
    29602960
    29612961/** Bit 0 - Flag whether the table entry is valid. */
    2962 #define ARMV8_VMSA64_TBL_ENTRY_F_VALID                          RT_BIT_64(0)
    2963 #define ARMV8_VMSA64_TBL_ENTRY_F_VALID_BIT                      0
     2962#define ARMV8_VMSA64_DESC_F_VALID                               RT_BIT_64(0)
     2963#define ARMV8_VMSA64_DESC_F_VALID_BIT                           0
    29642964/** Bit 1 - Indicates the descriptor type depending on the current lookup level.
    29652965 * Basically when set it indicates to continue the lookup at the next level, or at the last level
     
    29672967 * If clear and not at the last lookup level the result will either be a large or gigantic page,
    29682968 * depending on the lookup level. */
    2969 #define ARMV8_VMSA64_TBL_ENTRY_F_TBL_OR_PG                      RT_BIT_64(1)
    2970 #define ARMV8_VMSA64_TBL_ENTRY_F_TBL_OR_PG_BIT                  1
     2969#define ARMV8_VMSA64_DESC_F_TBL_OR_PG                           RT_BIT_64(1)
     2970#define ARMV8_VMSA64_DESC_F_TBL_OR_PG_BIT                       1
    29712971
    29722972/** @} */
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