Changeset 88622 in vbox
- Timestamp:
- Apr 21, 2021 3:42:46 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 143924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevIommuAmd.cpp
r88621 r88622 697 697 * Global Variables * 698 698 *********************************************************************************************************************************/ 699 #if defined(IN_RING3) || defined(LOG_ENABLED) 700 /** 701 * The IOMMU I/O permission names. 702 */ 703 static const char * const g_aszPerm[] = { "none", "read", "write", "read+write" }; 704 699 #ifdef IN_RING3 705 700 /** 706 701 * An array of the number of device table segments supported. … … 708 703 */ 709 704 static uint8_t const g_acDevTabSegs[] = { 0, 2, 4, 8 }; 705 #endif 706 707 #if defined(IN_RING3) || defined(LOG_ENABLED) 708 /** 709 * The IOMMU I/O permission names. 710 */ 711 static const char * const g_aszPerm[] = { "none", "read", "write", "read+write" }; 710 712 #endif 711 713
Note:
See TracChangeset
for help on using the changeset viewer.