Changeset 108488 in vbox for trunk/src/VBox/VMM/VMMAll/GICAll.cpp
- Timestamp:
- Mar 10, 2025 9:40:05 AM (6 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167876
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GICAll.cpp
r108486 r108488 2332 2332 *puValue = ASMAtomicReadU32(&pThis->bmIntEnabled); 2333 2333 break; 2334 #endif2335 2334 case GIC_DIST_REG_ISPENDRn_OFF_START: /* Only 32 lines for now. */ 2336 2335 AssertReleaseFailed(); … … 2345 2344 AssertReleaseFailed(); 2346 2345 break; 2347 #if 02348 2346 case GIC_DIST_REG_IPRIORITYRn_OFF_START: 2349 2347 case GIC_DIST_REG_IPRIORITYRn_OFF_START + 4: /* These are banked for the PEs and access the redistributor. */
Note:
See TracChangeset
for help on using the changeset viewer.