aboutsummaryrefslogtreecommitdiff
path: root/hw/intc/gicv3_internal.h
AgeCommit message (Expand)Author
2022-02-08hw/intc/arm_gicv3_its: Fix address calculation in get_ite() and update_ite()Peter Maydell
2022-02-08hw/intc/arm_gicv3_its: Use address_space_map() to access command queue packetsPeter Maydell
2022-01-28hw/intc/arm_gicv3_its: Implement MOVIPeter Maydell
2022-01-28hw/intc/arm_gicv3_its: Implement MOVALLPeter Maydell
2022-01-28hw/intc/arm_gicv3: Set GICR_CTLR.CES if LPIs are supportedPeter Maydell
2022-01-28hw/intc/arm_gicv3_its: Sort ITS command list into numeric orderPeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Use FIELD macros for CTEsPeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Correct comment about CTE RDBase field sizePeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Use FIELD macros for DTEsPeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Don't misuse GITS_TYPE_PHYSICAL definePeter Maydell
2022-01-07hw/intc/arm_gicv3_its: Remove redundant ITS_CTLR_ENABLED definePeter Maydell
2021-11-26hw/intc/arm_gicv3: Add new gicv3_intid_is_special() functionPeter Maydell
2021-11-26hw/intc/arm_gicv3: Update cached state after LPI state changesPeter Maydell
2021-09-13hw/intc: GICv3 redistributor ITS processingShashi Mallela
2021-09-13hw/intc: GICv3 ITS Feature enablementShashi Mallela
2021-09-13hw/intc: GICv3 ITS Command processingShashi Mallela
2021-09-13hw/intc: GICv3 ITS command queue frameworkShashi Mallela
2021-09-13hw/intc: GICv3 ITS register definitions addedShashi Mallela
2021-09-13hw/intc: GICv3 ITS initial frameworkShashi Mallela
2017-02-28target-arm: Add GICv3CPUState in CPUARMState structVijaya Kumar K
2017-02-28hw/intc/arm_gicv3_kvm: Implement get/put functionsVijaya Kumar K
2017-01-20hw/intc/gicv3: Add defines for ICH system register fieldsPeter Maydell
2016-07-12Clean up decorations and whitespace around header guardsMarkus Armbruster
2016-06-17hw/intc/arm_gicv3: Add IRQ handling CPU interface registersPeter Maydell
2016-06-17hw/intc/arm_gicv3: Implement CPU i/f SGI generation registersPeter Maydell
2016-06-17hw/intc/arm_gicv3: Implement gicv3_cpuif_update()Peter Maydell
2016-06-17hw/intc/arm_gicv3: Implement GICv3 CPU interface registersPeter Maydell
2016-06-17hw/intc/arm_gicv3: Implement gicv3_set_irq()Peter Maydell
2016-06-17hw/intc/arm_gicv3: Implement GICv3 redistributor registersShlomo Pongratz
2016-06-17hw/intc/arm_gicv3: Implement GICv3 distributor registersShlomo Pongratz
2016-06-17hw/intc/arm_gicv3: Implement functions to identify next pending irqPeter Maydell
2016-06-17hw/intc/arm_gicv3: ARM GICv3 device frameworkShlomo Pongratz
2016-06-17hw/intc/arm_gicv3: Add state informationPavel Fedin