Home
last modified time | relevance | path

Searched refs:GITS_CTLR (Results 1 – 6 of 6) sorted by relevance

/linux/Documentation/virt/kvm/devices/
H A Darm-vgic-its.rst67 the GITS_CTLR must be restored before restoring the ITS tables.
105 restored before restoring the GITS_CTLR which is likely to enable the
139 2. Restore all other ``GITS_`` registers, except GITS_CTLR!
141 4. Restore GITS_CTLR
209 GITS_CTLR.Enabled = 0 .Quiescent=1
/linux/tools/testing/selftests/kvm/lib/arm64/
H A Dgic_v3_its.c95 ctlr = its_read_u32(GITS_CTLR); in its_init()
97 its_write_u32(GITS_CTLR, ctlr); in its_init()
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c4754 val = readl_relaxed(base + GITS_CTLR); in its_force_quiescent()
4765 writel_relaxed(val, base + GITS_CTLR); in its_force_quiescent()
4769 val = readl_relaxed(base + GITS_CTLR); in its_force_quiescent()
5008 its->ctlr_save = readl_relaxed(base + GITS_CTLR); in its_save_disable()
5013 writel_relaxed(its->ctlr_save, base + GITS_CTLR); in its_save_disable()
5026 writel_relaxed(its->ctlr_save, base + GITS_CTLR); in its_save_disable()
5054 WARN_ON(readl_relaxed(base + GITS_CTLR) & GITS_CTLR_ENABLE); in its_restore_enable()
5080 writel_relaxed(its->ctlr_save, base + GITS_CTLR); in its_restore_enable()
5216 ctlr = readl_relaxed(its->base + GITS_CTLR); in its_compute_its_list_map()
5219 writel_relaxed(ctlr, its->base + GITS_CTLR); in its_compute_its_list_map()
[all …]
/linux/tools/testing/selftests/kvm/include/arm64/
H A Dgic_v3.h362 #define GITS_CTLR 0x0000 macro
/linux/include/linux/irqchip/
H A Darm-gic-v3.h362 #define GITS_CTLR 0x0000 macro
/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c1767 REGISTER_ITS_DESC(GITS_CTLR,