VirtualBox

Changeset 99734 in vbox for trunk/include/VBox/vmm/gic.h


Ignore:
Timestamp:
May 10, 2023 5:28:24 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157310
Message:

VMM/GIC: Updates to the implementation, implement forwarding of SGIs and PPIs, bugref:10404

File:
1 edited

Legend:

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

    r99385 r99734  
    5757VMM_INT_DECL(VBOXSTRICTRC)  GICReadSysReg(PVMCPUCC pVCpu, uint32_t u32Reg, uint64_t *pu64Value);
    5858VMM_INT_DECL(VBOXSTRICTRC)  GICWriteSysReg(PVMCPUCC pVCpu, uint32_t u32Reg, uint64_t u64Value);
     59VMM_INT_DECL(int)           GICSpiSet(PVMCC pVM, uint32_t uIntId, bool fAsserted);
     60VMM_INT_DECL(int)           GICPpiSet(PVMCPUCC pVCpu, uint32_t uIntId, bool fAsserted);
     61VMM_INT_DECL(int)           GICSgiSet(PVMCPUCC pVCpu, uint32_t uIntId, bool fAsserted);
    5962
    6063#ifdef IN_RING3
    61 /** @defgroup grp_gic_r3  The APIC Host Context Ring-3 API
     64/** @defgroup grp_gic_r3  The GIC Host Context Ring-3 API
    6265 * @{
    6366 */
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