Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/virt/kvm/devices/
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
/linux-6.6.21/include/linux/irqchip/
Darm-gic-v3.h363 #define GITS_IIDR 0x0004 macro
/linux-6.6.21/arch/arm64/kvm/vgic/
Dvgic-its.c1835 REGISTER_ITS_DESC_UACCESS(GITS_IIDR,
/linux-6.6.21/drivers/irqchip/
Dirq-gic-v3-its.c4847 u32 iidr = readl_relaxed(its->base + GITS_IIDR); in its_enable_quirks()