Home
last modified time | relevance | path

Searched refs:GICR_SYNCR (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/
H A Dgic.h67 #define GICR_SYNCR 0x00c0 macro
/openbmc/qemu/hw/intc/
H A Dgicv3_internal.h99 #define GICR_SYNCR 0x00C0 macro
/openbmc/linux/include/linux/irqchip/
H A Darm-gic-v3.h125 #define GICR_SYNCR 0x00C0 macro
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-mmio-v3.c704 REGISTER_DESC_WITH_LENGTH(GICR_SYNCR,
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c1451 while (readl_relaxed(rdbase + GICR_SYNCR) & 1) in wait_for_syncr()