- Timestamp:
- Jul 30, 2021 12:35:28 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/err.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r90379 r90418 3070 3070 */ 3071 3071 /** Failed to read the device table entry from guest memory. */ 3072 #define VERR_IOMMU_DTE_READ_FAILED (-7 200)3072 #define VERR_IOMMU_DTE_READ_FAILED (-7300) 3073 3073 /** Failed to read the device table entry due to an invalid offset. */ 3074 #define VERR_IOMMU_DTE_BAD_OFFSET (-7 201)3074 #define VERR_IOMMU_DTE_BAD_OFFSET (-7301) 3075 3075 /** Address translation failed. */ 3076 #define VERR_IOMMU_ADDR_TRANSLATION_FAILED (-7 202)3076 #define VERR_IOMMU_ADDR_TRANSLATION_FAILED (-7302) 3077 3077 /** Access denied for the address. */ 3078 #define VERR_IOMMU_ADDR_ACCESS_DENIED (-7 203)3078 #define VERR_IOMMU_ADDR_ACCESS_DENIED (-7303) 3079 3079 /** Remapping failed for the interrupt. */ 3080 #define VERR_IOMMU_INTR_REMAP_FAILED (-7 204)3080 #define VERR_IOMMU_INTR_REMAP_FAILED (-7304) 3081 3081 /** Remapping denied for the interrupt (might have caused a PCI target abort). */ 3082 #define VERR_IOMMU_INTR_REMAP_DENIED (-7 205)3082 #define VERR_IOMMU_INTR_REMAP_DENIED (-7305) 3083 3083 /** Command not supported. */ 3084 #define VERR_IOMMU_CMD_NOT_SUPPORTED (-7 206)3084 #define VERR_IOMMU_CMD_NOT_SUPPORTED (-7306) 3085 3085 /** Command format (or reserved bits) invalid. */ 3086 #define VERR_IOMMU_CMD_INVALID_FORMAT (-7 207)3086 #define VERR_IOMMU_CMD_INVALID_FORMAT (-7307) 3087 3087 /** Command hardware failure. */ 3088 #define VERR_IOMMU_CMD_HW_ERROR (-7 208)3088 #define VERR_IOMMU_CMD_HW_ERROR (-7308) 3089 3089 /** IOMMU device is not present. */ 3090 #define VERR_IOMMU_NOT_PRESENT (-7 209)3090 #define VERR_IOMMU_NOT_PRESENT (-7309) 3091 3091 /** IOMMU instance cannot call itself (for remapping interrupts or translating 3092 3092 * addresses). */ 3093 #define VERR_IOMMU_CANNOT_CALL_SELF (-7 210)3093 #define VERR_IOMMU_CANNOT_CALL_SELF (-7310) 3094 3094 /** Address translation disabled (but permission bits apply). */ 3095 #define VINF_IOMMU_ADDR_TRANSLATION_DISABLED 7 2113095 #define VINF_IOMMU_ADDR_TRANSLATION_DISABLED 7311 3096 3096 3097 3097 /** IOMMU Internal processing error \#0. */ 3098 #define VERR_IOMMU_IPE_0 (-7 290)3098 #define VERR_IOMMU_IPE_0 (-7390) 3099 3099 /** IOMMU Internal processing error \#1. */ 3100 #define VERR_IOMMU_IPE_1 (-7 291)3100 #define VERR_IOMMU_IPE_1 (-7391) 3101 3101 /** IOMMU Internal processing error \#2. */ 3102 #define VERR_IOMMU_IPE_2 (-7 292)3102 #define VERR_IOMMU_IPE_2 (-7392) 3103 3103 /** IOMMU Internal processing error \#3. */ 3104 #define VERR_IOMMU_IPE_3 (-7 293)3104 #define VERR_IOMMU_IPE_3 (-7393) 3105 3105 /** IOMMU Internal processing error \#4. */ 3106 #define VERR_IOMMU_IPE_4 (-7 294)3106 #define VERR_IOMMU_IPE_4 (-7394) 3107 3107 /** IOMMU Internal processing error \#5. */ 3108 #define VERR_IOMMU_IPE_5 (-7 295)3108 #define VERR_IOMMU_IPE_5 (-7395) 3109 3109 /** IOMMU Internal processing error \#6. */ 3110 #define VERR_IOMMU_IPE_6 (-7 296)3110 #define VERR_IOMMU_IPE_6 (-7396) 3111 3111 /** IOMMU Internal processing error \#7. */ 3112 #define VERR_IOMMU_IPE_7 (-7 297)3112 #define VERR_IOMMU_IPE_7 (-7397) 3113 3113 /** IOMMU Internal processing error \#8. */ 3114 #define VERR_IOMMU_IPE_8 (-7 298)3114 #define VERR_IOMMU_IPE_8 (-7398) 3115 3115 /** IOMMU Internal processing error \#9. */ 3116 #define VERR_IOMMU_IPE_9 (-7 299)3116 #define VERR_IOMMU_IPE_9 (-7399) 3117 3117 /** @} */ 3118 3118
Note:
See TracChangeset
for help on using the changeset viewer.

