VirtualBox

Changeset 108437 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Mar 4, 2025 12:02:36 PM (7 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167811
Message:

VMM/GIC: bugref:10404 Doxygen build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmgic.h

    r108433 r108437  
    8181     *
    8282     * @returns Strict VBox status code.
    83      * @param   pVCpu           The cross context virtual CPU structure.
    84      * @param   u32Reg          The system register being read.
    85      * @param   pu64Value       Where to store the read value.
     83     * @param   pVCpu       The cross context virtual CPU structure.
     84     * @param   u32Reg      The system register being read.
     85     * @param   pu64Value   Where to store the read value.
    8686     */
    8787    DECLR3CALLBACKMEMBER(VBOXSTRICTRC, pfnReadSysReg, (PVMCPUCC pVCpu, uint32_t u32Reg, uint64_t *pu64Value));
     
    9191     *
    9292     * @returns Strict VBox status code.
    93      * @param   pVCpu           The cross context virtual CPU structure.
    94      * @param   u32Reg          The system register being written (IPRT system  register identifier).
    95      * @param   u64Value        The value to write.
     93     * @param   pVCpu       The cross context virtual CPU structure.
     94     * @param   u32Reg      The system register being written (IPRT system  register identifier).
     95     * @param   u64Value    The value to write.
    9696     */
    9797    DECLR3CALLBACKMEMBER(VBOXSTRICTRC, pfnWriteSysReg, (PVMCPUCC pVCpu, uint32_t u32Reg, uint64_t u64Value));
     
    101101     *
    102102     * @returns VBox status code.
    103      * @param   pVM                 The cross context virtual machine structure.
    104      * @param   uIntId              The SPI ID (minus GIC_INTID_RANGE_SPI_START) to assert/de-assert.
    105      * @param   fAsserted           Flag whether to mark the interrupt as asserted/de-asserted.
     103     * @param   pVM         The cross context virtual machine structure.
     104     * @param   uSpiIntId   The SPI ID (minus GIC_INTID_RANGE_SPI_START) to
     105     *                      assert/de-assert.
     106     * @param   fAsserted   Flag whether to mark the interrupt as asserted/de-asserted.
    106107     */
    107108    DECLR3CALLBACKMEMBER(int, pfnSetSpi, (PVMCC pVM, uint32_t uSpiIntId, bool fAsserted));
     
    111112     *
    112113     * @returns VBox status code.
    113      * @param   pVCpu               The cross context virtual CPU structure.
    114      * @param   uIntId              The PPI ID (minus GIC_INTID_RANGE_PPI_START) to assert/de-assert.
    115      * @param   fAsserted           Flag whether to mark the interrupt as asserted/de-asserted.
     114     * @param   pVCpu       The cross context virtual CPU structure.
     115     * @param   uPpiIntId   The PPI ID (minus GIC_INTID_RANGE_PPI_START) to
     116     *                      assert/de-assert.
     117     * @param   fAsserted   Flag whether to mark the interrupt as asserted/de-asserted.
    116118     */
    117119    DECLR3CALLBACKMEMBER(int, pfnSetPpi, (PVMCPUCC pVCpu, uint32_t uPpiIntId, bool fAsserted));
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette