blob: 6dd5ad706c927190152eb979dc2498b75d03a809 [file] [log] [blame]
Thomas Gleixnercaab2772019-06-03 07:44:50 +02001// SPDX-License-Identifier: GPL-2.0-only
Marc Zyngier140b0862015-11-26 17:19:25 +00002/*
3 * Copyright (C) 2015, 2016 ARM Ltd.
Marc Zyngier140b0862015-11-26 17:19:25 +00004 */
5
6#include <linux/irqchip/arm-gic.h>
7#include <linux/kvm.h>
8#include <linux/kvm_host.h>
Eric Auger90977732015-12-01 15:02:35 +01009#include <kvm/arm_vgic.h>
10#include <asm/kvm_mmu.h>
Marc Zyngier140b0862015-11-26 17:19:25 +000011
12#include "vgic.h"
13
Christoffer Dall5b0d2cc2017-03-18 13:56:56 +010014static inline void vgic_v2_write_lr(int lr, u32 val)
15{
16 void __iomem *base = kvm_vgic_global_state.vctrl_base;
17
18 writel_relaxed(val, base + GICH_LR0 + (lr * 4));
19}
20
21void vgic_v2_init_lrs(void)
22{
23 int i;
24
25 for (i = 0; i < kvm_vgic_global_state.nr_lr; i++)
26 vgic_v2_write_lr(i, 0);
27}
28
Marc Zyngier140b0862015-11-26 17:19:25 +000029void vgic_v2_set_underflow(struct kvm_vcpu *vcpu)
30{
31 struct vgic_v2_cpu_if *cpuif = &vcpu->arch.vgic_cpu.vgic_v2;
32
33 cpuif->vgic_hcr |= GICH_HCR_UIE;
34}
35
Christoffer Dallaf061492016-12-29 15:44:27 +010036static bool lr_signals_eoi_mi(u32 lr_val)
37{
38 return !(lr_val & GICH_LR_STATE) && (lr_val & GICH_LR_EOI) &&
39 !(lr_val & GICH_LR_HW);
40}
41
Marc Zyngier140b0862015-11-26 17:19:25 +000042/*
43 * transfer the content of the LRs back into the corresponding ap_list:
44 * - active bit is transferred as is
45 * - pending bit is
46 * - transferred as is in case of edge sensitive IRQs
47 * - set to the line-level (resample time) for level sensitive IRQs
48 */
49void vgic_v2_fold_lr_state(struct kvm_vcpu *vcpu)
50{
Christoffer Dall8ac76ef2017-03-18 13:48:42 +010051 struct vgic_cpu *vgic_cpu = &vcpu->arch.vgic_cpu;
52 struct vgic_v2_cpu_if *cpuif = &vgic_cpu->vgic_v2;
Marc Zyngier140b0862015-11-26 17:19:25 +000053 int lr;
Jia Hed0823cb2018-08-03 21:57:04 +080054
55 DEBUG_SPINLOCK_BUG_ON(!irqs_disabled());
Marc Zyngier140b0862015-11-26 17:19:25 +000056
Marc Zyngier53692902018-04-18 10:39:04 +010057 cpuif->vgic_hcr &= ~GICH_HCR_UIE;
Christoffer Dallaf061492016-12-29 15:44:27 +010058
Christoffer Dall8ac76ef2017-03-18 13:48:42 +010059 for (lr = 0; lr < vgic_cpu->used_lrs; lr++) {
Marc Zyngier140b0862015-11-26 17:19:25 +000060 u32 val = cpuif->vgic_lr[lr];
Marc Zyngier53692902018-04-18 10:39:04 +010061 u32 cpuid, intid = val & GICH_LR_VIRTUALID;
Marc Zyngier140b0862015-11-26 17:19:25 +000062 struct vgic_irq *irq;
63
Marc Zyngier53692902018-04-18 10:39:04 +010064 /* Extract the source vCPU id from the LR */
65 cpuid = val & GICH_LR_PHYSID_CPUID;
66 cpuid >>= GICH_LR_PHYSID_CPUID_SHIFT;
67 cpuid &= 7;
68
Christoffer Dallaf061492016-12-29 15:44:27 +010069 /* Notify fds when the guest EOI'ed a level-triggered SPI */
70 if (lr_signals_eoi_mi(val) && vgic_valid_spi(vcpu->kvm, intid))
71 kvm_notify_acked_irq(vcpu->kvm, 0,
72 intid - VGIC_NR_PRIVATE_IRQS);
73
Marc Zyngier140b0862015-11-26 17:19:25 +000074 irq = vgic_get_irq(vcpu->kvm, vcpu, intid);
75
Julien Thierry8fa3adb2019-01-07 15:06:15 +000076 raw_spin_lock(&irq->irq_lock);
Marc Zyngier140b0862015-11-26 17:19:25 +000077
78 /* Always preserve the active bit */
79 irq->active = !!(val & GICH_LR_ACTIVE_BIT);
80
Marc Zyngier53692902018-04-18 10:39:04 +010081 if (irq->active && vgic_irq_is_sgi(intid))
82 irq->active_source = cpuid;
83
Marc Zyngier140b0862015-11-26 17:19:25 +000084 /* Edge is the only case where we preserve the pending bit */
85 if (irq->config == VGIC_CONFIG_EDGE &&
86 (val & GICH_LR_PENDING_BIT)) {
Christoffer Dall8694e4d2017-01-23 14:07:18 +010087 irq->pending_latch = true;
Marc Zyngier140b0862015-11-26 17:19:25 +000088
Marc Zyngier53692902018-04-18 10:39:04 +010089 if (vgic_irq_is_sgi(intid))
Marc Zyngier140b0862015-11-26 17:19:25 +000090 irq->source |= (1 << cpuid);
Marc Zyngier140b0862015-11-26 17:19:25 +000091 }
92
Marc Zyngierdf7942d2016-05-25 15:26:35 +010093 /*
94 * Clear soft pending state when level irqs have been acked.
Marc Zyngierdf7942d2016-05-25 15:26:35 +010095 */
Marc Zyngier67b5b672018-03-09 14:59:40 +000096 if (irq->config == VGIC_CONFIG_LEVEL && !(val & GICH_LR_STATE))
97 irq->pending_latch = false;
Marc Zyngier140b0862015-11-26 17:19:25 +000098
Christoffer Dalle40cc572017-08-29 10:40:44 +020099 /*
100 * Level-triggered mapped IRQs are special because we only
101 * observe rising edges as input to the VGIC.
102 *
103 * If the guest never acked the interrupt we have to sample
104 * the physical line and set the line level, because the
105 * device state could have changed or we simply need to
106 * process the still pending interrupt later.
107 *
108 * If this causes us to lower the level, we have to also clear
109 * the physical active state, since we will otherwise never be
110 * told when the interrupt becomes asserted again.
111 */
112 if (vgic_irq_is_mapped_level(irq) && (val & GICH_LR_PENDING_BIT)) {
113 irq->line_level = vgic_get_phys_line_level(irq);
114
115 if (!irq->line_level)
116 vgic_irq_set_phys_active(irq, false);
117 }
118
Julien Thierry8fa3adb2019-01-07 15:06:15 +0000119 raw_spin_unlock(&irq->irq_lock);
Andre Przywara5dd4b922016-07-15 12:43:27 +0100120 vgic_put_irq(vcpu->kvm, irq);
Marc Zyngier140b0862015-11-26 17:19:25 +0000121 }
Christoffer Dall8ac76ef2017-03-18 13:48:42 +0100122
123 vgic_cpu->used_lrs = 0;
Marc Zyngier140b0862015-11-26 17:19:25 +0000124}
125
126/*
127 * Populates the particular LR with the state of a given IRQ:
128 * - for an edge sensitive IRQ the pending state is cleared in struct vgic_irq
129 * - for a level sensitive IRQ the pending state value is unchanged;
130 * it is dictated directly by the input level
131 *
132 * If @irq describes an SGI with multiple sources, we choose the
133 * lowest-numbered source VCPU and clear that bit in the source bitmap.
134 *
135 * The irq_lock must be held by the caller.
136 */
137void vgic_v2_populate_lr(struct kvm_vcpu *vcpu, struct vgic_irq *irq, int lr)
138{
139 u32 val = irq->intid;
Marc Zyngier67b5b672018-03-09 14:59:40 +0000140 bool allow_pending = true;
Marc Zyngier140b0862015-11-26 17:19:25 +0000141
Marc Zyngier53692902018-04-18 10:39:04 +0100142 if (irq->active) {
Marc Zyngier67b5b672018-03-09 14:59:40 +0000143 val |= GICH_LR_ACTIVE_BIT;
Marc Zyngier53692902018-04-18 10:39:04 +0100144 if (vgic_irq_is_sgi(irq->intid))
145 val |= irq->active_source << GICH_LR_PHYSID_CPUID_SHIFT;
146 if (vgic_irq_is_multi_sgi(irq)) {
147 allow_pending = false;
148 val |= GICH_LR_EOI;
149 }
150 }
Marc Zyngier67b5b672018-03-09 14:59:40 +0000151
Christoffer Dall87322092018-07-16 15:06:22 +0200152 if (irq->group)
153 val |= GICH_LR_GROUP1;
154
Marc Zyngier67b5b672018-03-09 14:59:40 +0000155 if (irq->hw) {
156 val |= GICH_LR_HW;
157 val |= irq->hwintid << GICH_LR_PHYSID_CPUID_SHIFT;
158 /*
159 * Never set pending+active on a HW interrupt, as the
160 * pending state is kept at the physical distributor
161 * level.
162 */
163 if (irq->active)
164 allow_pending = false;
165 } else {
166 if (irq->config == VGIC_CONFIG_LEVEL) {
167 val |= GICH_LR_EOI;
168
169 /*
170 * Software resampling doesn't work very well
171 * if we allow P+A, so let's not do that.
172 */
173 if (irq->active)
174 allow_pending = false;
175 }
176 }
177
178 if (allow_pending && irq_is_pending(irq)) {
Marc Zyngier140b0862015-11-26 17:19:25 +0000179 val |= GICH_LR_PENDING_BIT;
180
181 if (irq->config == VGIC_CONFIG_EDGE)
Christoffer Dall8694e4d2017-01-23 14:07:18 +0100182 irq->pending_latch = false;
Marc Zyngier140b0862015-11-26 17:19:25 +0000183
184 if (vgic_irq_is_sgi(irq->intid)) {
185 u32 src = ffs(irq->source);
186
187 BUG_ON(!src);
188 val |= (src - 1) << GICH_LR_PHYSID_CPUID_SHIFT;
189 irq->source &= ~(1 << (src - 1));
Marc Zyngier53692902018-04-18 10:39:04 +0100190 if (irq->source) {
Christoffer Dall8694e4d2017-01-23 14:07:18 +0100191 irq->pending_latch = true;
Marc Zyngier53692902018-04-18 10:39:04 +0100192 val |= GICH_LR_EOI;
193 }
Marc Zyngier140b0862015-11-26 17:19:25 +0000194 }
195 }
196
Christoffer Dalle40cc572017-08-29 10:40:44 +0200197 /*
198 * Level-triggered mapped IRQs are special because we only observe
199 * rising edges as input to the VGIC. We therefore lower the line
200 * level here, so that we can take new virtual IRQs. See
201 * vgic_v2_fold_lr_state for more info.
202 */
203 if (vgic_irq_is_mapped_level(irq) && (val & GICH_LR_PENDING_BIT))
204 irq->line_level = false;
205
Marc Zyngier140b0862015-11-26 17:19:25 +0000206 /* The GICv2 LR only holds five bits of priority. */
207 val |= (irq->priority >> 3) << GICH_LR_PRIORITY_SHIFT;
208
209 vcpu->arch.vgic_cpu.vgic_v2.vgic_lr[lr] = val;
210}
211
212void vgic_v2_clear_lr(struct kvm_vcpu *vcpu, int lr)
213{
214 vcpu->arch.vgic_cpu.vgic_v2.vgic_lr[lr] = 0;
215}
Andre Przywarae4823a72015-12-03 11:47:37 +0000216
217void vgic_v2_set_vmcr(struct kvm_vcpu *vcpu, struct vgic_vmcr *vmcrp)
218{
Christoffer Dall328e56642016-03-24 11:21:04 +0100219 struct vgic_v2_cpu_if *cpu_if = &vcpu->arch.vgic_cpu.vgic_v2;
Andre Przywarae4823a72015-12-03 11:47:37 +0000220 u32 vmcr;
221
Christoffer Dall28232a42017-05-20 14:12:34 +0200222 vmcr = (vmcrp->grpen0 << GICH_VMCR_ENABLE_GRP0_SHIFT) &
223 GICH_VMCR_ENABLE_GRP0_MASK;
224 vmcr |= (vmcrp->grpen1 << GICH_VMCR_ENABLE_GRP1_SHIFT) &
225 GICH_VMCR_ENABLE_GRP1_MASK;
226 vmcr |= (vmcrp->ackctl << GICH_VMCR_ACK_CTL_SHIFT) &
227 GICH_VMCR_ACK_CTL_MASK;
228 vmcr |= (vmcrp->fiqen << GICH_VMCR_FIQ_EN_SHIFT) &
229 GICH_VMCR_FIQ_EN_MASK;
230 vmcr |= (vmcrp->cbpr << GICH_VMCR_CBPR_SHIFT) &
231 GICH_VMCR_CBPR_MASK;
232 vmcr |= (vmcrp->eoim << GICH_VMCR_EOI_MODE_SHIFT) &
233 GICH_VMCR_EOI_MODE_MASK;
Andre Przywarae4823a72015-12-03 11:47:37 +0000234 vmcr |= (vmcrp->abpr << GICH_VMCR_ALIAS_BINPOINT_SHIFT) &
235 GICH_VMCR_ALIAS_BINPOINT_MASK;
236 vmcr |= (vmcrp->bpr << GICH_VMCR_BINPOINT_SHIFT) &
237 GICH_VMCR_BINPOINT_MASK;
Christoffer Dall6d561112017-03-21 22:05:22 +0100238 vmcr |= ((vmcrp->pmr >> GICV_PMR_PRIORITY_SHIFT) <<
239 GICH_VMCR_PRIMASK_SHIFT) & GICH_VMCR_PRIMASK_MASK;
Andre Przywarae4823a72015-12-03 11:47:37 +0000240
Christoffer Dall328e56642016-03-24 11:21:04 +0100241 cpu_if->vgic_vmcr = vmcr;
Andre Przywarae4823a72015-12-03 11:47:37 +0000242}
243
244void vgic_v2_get_vmcr(struct kvm_vcpu *vcpu, struct vgic_vmcr *vmcrp)
245{
Christoffer Dall328e56642016-03-24 11:21:04 +0100246 struct vgic_v2_cpu_if *cpu_if = &vcpu->arch.vgic_cpu.vgic_v2;
247 u32 vmcr;
248
249 vmcr = cpu_if->vgic_vmcr;
Andre Przywarae4823a72015-12-03 11:47:37 +0000250
Christoffer Dall28232a42017-05-20 14:12:34 +0200251 vmcrp->grpen0 = (vmcr & GICH_VMCR_ENABLE_GRP0_MASK) >>
252 GICH_VMCR_ENABLE_GRP0_SHIFT;
253 vmcrp->grpen1 = (vmcr & GICH_VMCR_ENABLE_GRP1_MASK) >>
254 GICH_VMCR_ENABLE_GRP1_SHIFT;
255 vmcrp->ackctl = (vmcr & GICH_VMCR_ACK_CTL_MASK) >>
256 GICH_VMCR_ACK_CTL_SHIFT;
257 vmcrp->fiqen = (vmcr & GICH_VMCR_FIQ_EN_MASK) >>
258 GICH_VMCR_FIQ_EN_SHIFT;
259 vmcrp->cbpr = (vmcr & GICH_VMCR_CBPR_MASK) >>
260 GICH_VMCR_CBPR_SHIFT;
261 vmcrp->eoim = (vmcr & GICH_VMCR_EOI_MODE_MASK) >>
262 GICH_VMCR_EOI_MODE_SHIFT;
263
Andre Przywarae4823a72015-12-03 11:47:37 +0000264 vmcrp->abpr = (vmcr & GICH_VMCR_ALIAS_BINPOINT_MASK) >>
265 GICH_VMCR_ALIAS_BINPOINT_SHIFT;
266 vmcrp->bpr = (vmcr & GICH_VMCR_BINPOINT_MASK) >>
267 GICH_VMCR_BINPOINT_SHIFT;
Christoffer Dall6d561112017-03-21 22:05:22 +0100268 vmcrp->pmr = ((vmcr & GICH_VMCR_PRIMASK_MASK) >>
269 GICH_VMCR_PRIMASK_SHIFT) << GICV_PMR_PRIORITY_SHIFT;
Andre Przywarae4823a72015-12-03 11:47:37 +0000270}
Eric Auger90977732015-12-01 15:02:35 +0100271
Eric Augerad275b8b2015-12-21 18:09:38 +0100272void vgic_v2_enable(struct kvm_vcpu *vcpu)
273{
Eric Augerf7b69852015-12-02 10:30:13 +0100274 /*
275 * By forcing VMCR to zero, the GIC will restore the binary
276 * points to their reset values. Anything else resets to zero
277 * anyway.
278 */
279 vcpu->arch.vgic_cpu.vgic_v2.vgic_vmcr = 0;
Eric Augerf7b69852015-12-02 10:30:13 +0100280
281 /* Get the show on the road... */
282 vcpu->arch.vgic_cpu.vgic_v2.vgic_hcr = GICH_HCR_EN;
Eric Augerad275b8b2015-12-21 18:09:38 +0100283}
284
Eric Augerb0442ee2015-12-21 15:04:42 +0100285/* check for overlapping regions and for regions crossing the end of memory */
286static bool vgic_v2_check_base(gpa_t dist_base, gpa_t cpu_base)
287{
288 if (dist_base + KVM_VGIC_V2_DIST_SIZE < dist_base)
289 return false;
290 if (cpu_base + KVM_VGIC_V2_CPU_SIZE < cpu_base)
291 return false;
292
293 if (dist_base + KVM_VGIC_V2_DIST_SIZE <= cpu_base)
294 return true;
295 if (cpu_base + KVM_VGIC_V2_CPU_SIZE <= dist_base)
296 return true;
297
298 return false;
299}
300
301int vgic_v2_map_resources(struct kvm *kvm)
302{
303 struct vgic_dist *dist = &kvm->arch.vgic;
304 int ret = 0;
305
306 if (vgic_ready(kvm))
307 goto out;
308
309 if (IS_VGIC_ADDR_UNDEF(dist->vgic_dist_base) ||
310 IS_VGIC_ADDR_UNDEF(dist->vgic_cpu_base)) {
311 kvm_err("Need to set vgic cpu and dist addresses first\n");
312 ret = -ENXIO;
313 goto out;
314 }
315
316 if (!vgic_v2_check_base(dist->vgic_dist_base, dist->vgic_cpu_base)) {
317 kvm_err("VGIC CPU and dist frames overlap\n");
318 ret = -EINVAL;
319 goto out;
320 }
321
322 /*
323 * Initialize the vgic if this hasn't already been done on demand by
324 * accessing the vgic state from userspace.
325 */
326 ret = vgic_init(kvm);
327 if (ret) {
328 kvm_err("Unable to initialize VGIC dynamic data structures\n");
329 goto out;
330 }
331
332 ret = vgic_register_dist_iodev(kvm, dist->vgic_dist_base, VGIC_V2);
333 if (ret) {
334 kvm_err("Unable to register VGIC MMIO regions\n");
335 goto out;
336 }
337
Marc Zyngiera07d3b02016-09-06 09:28:47 +0100338 if (!static_branch_unlikely(&vgic_v2_cpuif_trap)) {
339 ret = kvm_phys_addr_ioremap(kvm, dist->vgic_cpu_base,
340 kvm_vgic_global_state.vcpu_base,
341 KVM_VGIC_V2_CPU_SIZE, true);
342 if (ret) {
343 kvm_err("Unable to remap VGIC CPU to VCPU\n");
344 goto out;
345 }
Eric Augerb0442ee2015-12-21 15:04:42 +0100346 }
347
348 dist->ready = true;
349
350out:
Eric Augerb0442ee2015-12-21 15:04:42 +0100351 return ret;
352}
353
Marc Zyngierfb5ee362016-09-06 09:28:45 +0100354DEFINE_STATIC_KEY_FALSE(vgic_v2_cpuif_trap);
355
Eric Auger90977732015-12-01 15:02:35 +0100356/**
357 * vgic_v2_probe - probe for a GICv2 compatible interrupt controller in DT
358 * @node: pointer to the DT node
359 *
360 * Returns 0 if a GICv2 has been found, returns an error code otherwise
361 */
362int vgic_v2_probe(const struct gic_kvm_info *info)
363{
364 int ret;
365 u32 vtr;
366
367 if (!info->vctrl.start) {
368 kvm_err("GICH not present in the firmware table\n");
369 return -ENXIO;
370 }
371
Marc Zyngiera07d3b02016-09-06 09:28:47 +0100372 if (!PAGE_ALIGNED(info->vcpu.start) ||
373 !PAGE_ALIGNED(resource_size(&info->vcpu))) {
374 kvm_info("GICV region size/alignment is unsafe, using trapping (reduced performance)\n");
Eric Auger90977732015-12-01 15:02:35 +0100375
Marc Zyngier807a3782017-12-04 16:26:09 +0000376 ret = create_hyp_io_mappings(info->vcpu.start,
377 resource_size(&info->vcpu),
Marc Zyngier1bb32a42017-12-04 16:43:23 +0000378 &kvm_vgic_global_state.vcpu_base_va,
379 &kvm_vgic_global_state.vcpu_hyp_va);
Marc Zyngiera07d3b02016-09-06 09:28:47 +0100380 if (ret) {
381 kvm_err("Cannot map GICV into hyp\n");
382 goto out;
383 }
384
385 static_branch_enable(&vgic_v2_cpuif_trap);
Eric Auger90977732015-12-01 15:02:35 +0100386 }
387
Marc Zyngier807a3782017-12-04 16:26:09 +0000388 ret = create_hyp_io_mappings(info->vctrl.start,
389 resource_size(&info->vctrl),
Marc Zyngier1bb32a42017-12-04 16:43:23 +0000390 &kvm_vgic_global_state.vctrl_base,
391 &kvm_vgic_global_state.vctrl_hyp);
Marc Zyngier807a3782017-12-04 16:26:09 +0000392 if (ret) {
393 kvm_err("Cannot map VCTRL into hyp\n");
Marc Zyngiera07d3b02016-09-06 09:28:47 +0100394 goto out;
Eric Auger90977732015-12-01 15:02:35 +0100395 }
396
397 vtr = readl_relaxed(kvm_vgic_global_state.vctrl_base + GICH_VTR);
398 kvm_vgic_global_state.nr_lr = (vtr & 0x3f) + 1;
399
Marc Zyngiera07d3b02016-09-06 09:28:47 +0100400 ret = kvm_register_vgic_device(KVM_DEV_TYPE_ARM_VGIC_V2);
401 if (ret) {
402 kvm_err("Cannot register GICv2 KVM device\n");
403 goto out;
Eric Auger90977732015-12-01 15:02:35 +0100404 }
405
406 kvm_vgic_global_state.can_emulate_gicv2 = true;
Eric Auger90977732015-12-01 15:02:35 +0100407 kvm_vgic_global_state.vcpu_base = info->vcpu.start;
408 kvm_vgic_global_state.type = VGIC_V2;
409 kvm_vgic_global_state.max_gic_vcpus = VGIC_V2_MAX_CPUS;
410
Ard Biesheuvel76600422018-03-02 08:16:30 +0000411 kvm_debug("vgic-v2@%llx\n", info->vctrl.start);
Eric Auger90977732015-12-01 15:02:35 +0100412
413 return 0;
Marc Zyngiera07d3b02016-09-06 09:28:47 +0100414out:
415 if (kvm_vgic_global_state.vctrl_base)
416 iounmap(kvm_vgic_global_state.vctrl_base);
417 if (kvm_vgic_global_state.vcpu_base_va)
418 iounmap(kvm_vgic_global_state.vcpu_base_va);
419
420 return ret;
Eric Auger90977732015-12-01 15:02:35 +0100421}
Christoffer Dall328e56642016-03-24 11:21:04 +0100422
Christoffer Dall75174ba2016-12-22 20:39:10 +0100423static void save_lrs(struct kvm_vcpu *vcpu, void __iomem *base)
424{
425 struct vgic_v2_cpu_if *cpu_if = &vcpu->arch.vgic_cpu.vgic_v2;
426 u64 used_lrs = vcpu->arch.vgic_cpu.used_lrs;
427 u64 elrsr;
428 int i;
429
430 elrsr = readl_relaxed(base + GICH_ELRSR0);
431 if (unlikely(used_lrs > 32))
432 elrsr |= ((u64)readl_relaxed(base + GICH_ELRSR1)) << 32;
433
434 for (i = 0; i < used_lrs; i++) {
435 if (elrsr & (1UL << i))
436 cpu_if->vgic_lr[i] &= ~GICH_LR_STATE;
437 else
438 cpu_if->vgic_lr[i] = readl_relaxed(base + GICH_LR0 + (i * 4));
439
440 writel_relaxed(0, base + GICH_LR0 + (i * 4));
441 }
442}
443
444void vgic_v2_save_state(struct kvm_vcpu *vcpu)
445{
Marc Zyngier1bb32a42017-12-04 16:43:23 +0000446 void __iomem *base = kvm_vgic_global_state.vctrl_base;
Christoffer Dall75174ba2016-12-22 20:39:10 +0100447 u64 used_lrs = vcpu->arch.vgic_cpu.used_lrs;
448
449 if (!base)
450 return;
451
452 if (used_lrs) {
Christoffer Dall75174ba2016-12-22 20:39:10 +0100453 save_lrs(vcpu, base);
454 writel_relaxed(0, base + GICH_HCR);
Christoffer Dall75174ba2016-12-22 20:39:10 +0100455 }
456}
457
458void vgic_v2_restore_state(struct kvm_vcpu *vcpu)
459{
Christoffer Dall75174ba2016-12-22 20:39:10 +0100460 struct vgic_v2_cpu_if *cpu_if = &vcpu->arch.vgic_cpu.vgic_v2;
Marc Zyngier1bb32a42017-12-04 16:43:23 +0000461 void __iomem *base = kvm_vgic_global_state.vctrl_base;
Christoffer Dall75174ba2016-12-22 20:39:10 +0100462 u64 used_lrs = vcpu->arch.vgic_cpu.used_lrs;
463 int i;
464
465 if (!base)
466 return;
467
468 if (used_lrs) {
469 writel_relaxed(cpu_if->vgic_hcr, base + GICH_HCR);
Christoffer Dall75174ba2016-12-22 20:39:10 +0100470 for (i = 0; i < used_lrs; i++) {
471 writel_relaxed(cpu_if->vgic_lr[i],
472 base + GICH_LR0 + (i * 4));
473 }
474 }
475}
476
Christoffer Dall328e56642016-03-24 11:21:04 +0100477void vgic_v2_load(struct kvm_vcpu *vcpu)
478{
479 struct vgic_v2_cpu_if *cpu_if = &vcpu->arch.vgic_cpu.vgic_v2;
Christoffer Dall328e56642016-03-24 11:21:04 +0100480
Marc Zyngier1bb32a42017-12-04 16:43:23 +0000481 writel_relaxed(cpu_if->vgic_vmcr,
482 kvm_vgic_global_state.vctrl_base + GICH_VMCR);
483 writel_relaxed(cpu_if->vgic_apr,
484 kvm_vgic_global_state.vctrl_base + GICH_APR);
Christoffer Dall328e56642016-03-24 11:21:04 +0100485}
486
487void vgic_v2_put(struct kvm_vcpu *vcpu)
488{
489 struct vgic_v2_cpu_if *cpu_if = &vcpu->arch.vgic_cpu.vgic_v2;
Christoffer Dall328e56642016-03-24 11:21:04 +0100490
Marc Zyngier1bb32a42017-12-04 16:43:23 +0000491 cpu_if->vgic_vmcr = readl_relaxed(kvm_vgic_global_state.vctrl_base + GICH_VMCR);
492 cpu_if->vgic_apr = readl_relaxed(kvm_vgic_global_state.vctrl_base + GICH_APR);
Christoffer Dall328e56642016-03-24 11:21:04 +0100493}