Home
last modified time | relevance | path

Searched refs:GITS_IIDR (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/hw/intc/
H A Darm_gicv3_its_kvm.c159 GITS_IIDR, &s->iidr, false, &error_abort); in kvm_arm_its_pre_save()
170 GITS_IIDR, &s->iidr, true, &error_abort); in kvm_arm_its_post_load()
H A Darm_gicv3_its.c1670 case GITS_IIDR: in its_writel()
1694 case GITS_IIDR: in its_readl()
/openbmc/qemu/include/hw/intc/
H A Darm_gicv3_its_common.h35 #define GITS_IIDR 0x4 macro
/openbmc/linux/Documentation/virt/kvm/devices/
H A Darm-vgic-its.rst69 The GITS_IIDR read-only register must also be restored before
108 - GITS_IIDR. The Revision field encodes the table layout ABI revision.
111 the ABI. GITS_IIDR must be restored before calling
/openbmc/linux/include/linux/irqchip/
H A Darm-gic-v3.h363 #define GITS_IIDR 0x0004 macro
/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c1841 REGISTER_ITS_DESC_UACCESS(GITS_IIDR,
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c4832 u32 iidr = readl_relaxed(its->base + GITS_IIDR); in its_enable_quirks()