Home
last modified time | relevance | path

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

/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
/linux/tools/testing/selftests/kvm/include/arm64/
H A Dgic_v3.h363 #define GITS_IIDR 0x0004 macro
/linux/include/linux/irqchip/
H A Darm-gic-v3.h363 #define GITS_IIDR 0x0004 macro
/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c1770 REGISTER_ITS_DESC_UACCESS(GITS_IIDR,
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c4989 u32 iidr = readl_relaxed(its->base + GITS_IIDR); in its_enable_quirks()