Searched refs:GITS_CWRITER (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_its_kvm.c | 156 GITS_CWRITER, &s->cwriter, false, &error_abort); in kvm_arm_its_pre_save() 183 GITS_CWRITER, &s->cwriter, true, &error_abort); in kvm_arm_its_post_load()
|
H A D | arm_gicv3_its.c | 1259 wr_offset = FIELD_EX64(s->cwriter, GITS_CWRITER, OFFSET); in process_cmdq() 1615 case GITS_CWRITER: in its_writel() 1622 case GITS_CWRITER + 4: in its_writel() 1719 case GITS_CWRITER: in its_readl() 1722 case GITS_CWRITER + 4: in its_readl() 1772 case GITS_CWRITER: in its_writell() 1821 case GITS_CWRITER: in its_readll()
|
H A D | gicv3_internal.h | 309 FIELD(GITS_CWRITER, RETRY, 0, 1) 310 FIELD(GITS_CWRITER, OFFSET, 5, 15)
|
/openbmc/qemu/include/hw/intc/ |
H A D | arm_gicv3_its_common.h | 38 #define GITS_CWRITER 0x88 macro
|
/openbmc/linux/include/linux/irqchip/ |
H A D | arm-gic-v3.h | 367 #define GITS_CWRITER 0x0088 macro
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | arm-vgic-its.rst | 210 - GITS_CBASER = 0, GITS_CREADR = 0, GITS_CWRITER = 0
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-gic-v3-its.c | 1057 writel_relaxed(wr, its->base + GITS_CWRITER); in its_post_commands() 4912 gits_write_cwriter(0, base + GITS_CWRITER); in its_restore_enable() 5160 gits_write_cwriter(0, its->base + GITS_CWRITER); in its_probe_one()
|
/openbmc/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-its.c | 1851 REGISTER_ITS_DESC(GITS_CWRITER,
|