Home
last modified time | relevance | path

Searched refs:ARCH_GIC_MAINT_IRQ (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/hw/arm/
H A Dbsa.h26 #define ARCH_GIC_MAINT_IRQ 25 macro
/openbmc/qemu/hw/arm/
H A Daspeed_ast27x0.c419 int NUM_IRQS = 256, ARCH_GIC_MAINT_IRQ = 9, VIRTUAL_PMU_IRQ = 7; in aspeed_soc_ast2700_gic_realize() local
436 ppibase + ARCH_GIC_MAINT_IRQ); in aspeed_soc_ast2700_gic_realize()
H A Dmps3r.c309 intidbase + ARCH_GIC_MAINT_IRQ)); in create_gic()
H A Dvirt.c613 INTID_TO_PPI(ARCH_GIC_MAINT_IRQ), in fdt_add_gic_node()
638 INTID_TO_PPI(ARCH_GIC_MAINT_IRQ), in fdt_add_gic_node()
885 intidbase + ARCH_GIC_MAINT_IRQ); in create_gic()
890 intidbase + ARCH_GIC_MAINT_IRQ); in create_gic()
H A Dsbsa-ref.c501 + ARCH_GIC_MAINT_IRQ)); in create_gic()
H A Dvirt-acpi-build.c695 uint32_t vgic_interrupt = vms->virt ? ARCH_GIC_MAINT_IRQ : 0; in build_madt()