Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/virt/kvm/devices/
Darm-vgic-its.rst66 The GITS_IIDR read-only register must also be restored before
105 - GITS_IIDR. The Revision field encodes the table layout ABI revision.
108 the ABI. GITS_IIDR must be restored before calling
/linux-5.19.10/include/linux/irqchip/
Darm-gic-v3.h363 #define GITS_IIDR 0x0004 macro
/linux-5.19.10/arch/arm64/kvm/vgic/
Dvgic-its.c1825 REGISTER_ITS_DESC_UACCESS(GITS_IIDR,
/linux-5.19.10/drivers/irqchip/
Dirq-gic-v3-its.c4763 u32 iidr = readl_relaxed(its->base + GITS_IIDR); in its_enable_quirks()