Changeset 108433 in vbox for trunk/src/VBox/VMM/VMMAll/GICAll.cpp
- Timestamp:
- Mar 4, 2025 9:27:30 AM (7 weeks ago)
- svn:sync-xref-src-repo-rev:
- 167807
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/GICAll.cpp
r108432 r108433 287 287 * 288 288 * @returns The interrupt ID. 289 * @param idxIntr289 * @param uIntId The interrupt ID. 290 290 * @remarks A redistributor interrupt is an interrupt type that belong in the 291 291 * redistributor (e.g. SGIs, PPIs, extended PPIs). … … 3103 3103 * 3104 3104 * @returns VBox status code. 3105 * @param p VM The cross context VM structure.3105 * @param pGicDev The GIC distributor state. 3106 3106 * @param pVCpu The cross context virtual CPU structure. 3107 3107 * @param pDestCpuSet Which CPUs to deliver the SGI to. … … 3724 3724 * reset. 3725 3725 * 3726 * @param p VM The cross context VM structure.3726 * @param pDevIns The device instance. 3727 3727 */ 3728 3728 DECLHIDDEN(void) gicReset(PPDMDEVINS pDevIns) … … 3737 3737 * reset. 3738 3738 * 3739 * @param pVCpu 3739 * @param pVCpu The cross context virtual CPU structure. 3740 3740 */ 3741 3741 DECLHIDDEN(void) gicResetCpu(PPDMDEVINS pDevIns, PVMCPUCC pVCpu)
Note:
See TracChangeset
for help on using the changeset viewer.