Changeset 107031 in vbox for trunk/include/VBox
- Timestamp:
- Nov 18, 2024 3:00:29 PM (5 months ago)
- svn:sync-xref-src-repo-rev:
- 165975
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cpum-armv8.h
r106567 r107031 67 67 /** Write only register, all read attempts cause an exception. */ 68 68 kCpumSysRegRdFn_WriteOnly, 69 /** Read the value from the given offset from the beginning of CPUMGSTCTX. */ 70 kCpumSysRegRdFn_ReadCpumOff, 69 71 70 72 /** Read from a GICv3 PE ICC system register. */ … … 95 97 * kCpumSysRegRdFn_Alias. */ 96 98 kCpumSysRegWrFn_Alias, 99 /** Write the value to the given offset from the beginning of CPUMGSTCTX. */ 100 kCpumSysRegWrFn_WriteCpumOff, 97 101 98 102 /** Write to a GICv3 PE ICC system register. */
Note:
See TracChangeset
for help on using the changeset viewer.