Changeset 108920 in vbox for trunk/include
- Timestamp:
- Apr 9, 2025 2:08:25 PM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168405
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/armv8.h
r108860 r108920 2960 2960 2961 2961 /** Bit 0 - Flag whether the table entry is valid. */ 2962 #define ARMV8_VMSA64_ TBL_ENTRY_F_VALIDRT_BIT_64(0)2963 #define ARMV8_VMSA64_ TBL_ENTRY_F_VALID_BIT02962 #define ARMV8_VMSA64_DESC_F_VALID RT_BIT_64(0) 2963 #define ARMV8_VMSA64_DESC_F_VALID_BIT 0 2964 2964 /** Bit 1 - Indicates the descriptor type depending on the current lookup level. 2965 2965 * Basically when set it indicates to continue the lookup at the next level, or at the last level … … 2967 2967 * If clear and not at the last lookup level the result will either be a large or gigantic page, 2968 2968 * depending on the lookup level. */ 2969 #define ARMV8_VMSA64_ TBL_ENTRY_F_TBL_OR_PGRT_BIT_64(1)2970 #define ARMV8_VMSA64_ TBL_ENTRY_F_TBL_OR_PG_BIT12969 #define ARMV8_VMSA64_DESC_F_TBL_OR_PG RT_BIT_64(1) 2970 #define ARMV8_VMSA64_DESC_F_TBL_OR_PG_BIT 1 2971 2971 2972 2972 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.