Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/
H A Dgic_v3.h30 #define GICD_CTLR_RWP (1U << 31) macro
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_v3.c38 while (readl(gicv3_data.dist_base + GICD_CTLR) & GICD_CTLR_RWP) { in gicv3_gicd_wait_for_rwp()
/openbmc/qemu/hw/intc/
H A Dgicv3_internal.h69 #define GICD_CTLR_RWP (1U << 31) macro
H A Darm_gicv3_dist.c375 GICD_CTLR_RWP); in gicd_readl()
/openbmc/linux/include/linux/irqchip/
H A Darm-gic-v3.h58 #define GICD_CTLR_RWP (1U << 31) macro
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3.c264 gic_do_wait_for_rwp(gic_data.dist_base, GICD_CTLR_RWP); in gic_dist_wait_for_rwp()