Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Darm_gicv3_kvm.c101 static inline void kvm_gicr_access(GICv3State *s, int offset, int cpu, in kvm_gicr_access() function
331 kvm_gicr_access(s, GICR_TYPER, 0, &regl, false); in kvm_arm_gicv3_put()
332 kvm_gicr_access(s, GICR_TYPER + 4, 0, &regh, false); in kvm_arm_gicv3_put()
348 kvm_gicr_access(s, GICR_PROPBASER, ncpu, &regl, true); in kvm_arm_gicv3_put()
350 kvm_gicr_access(s, GICR_PROPBASER + 4, ncpu, &regh, true); in kvm_arm_gicv3_put()
354 kvm_gicr_access(s, GICR_PENDBASER, ncpu, &regl, true); in kvm_arm_gicv3_put()
356 kvm_gicr_access(s, GICR_PENDBASER + 4, ncpu, &regh, true); in kvm_arm_gicv3_put()
366 kvm_gicr_access(s, GICR_CTLR, ncpu, &reg, true); in kvm_arm_gicv3_put()
369 kvm_gicr_access(s, GICR_STATUSR, ncpu, &reg, true); in kvm_arm_gicv3_put()
372 kvm_gicr_access(s, GICR_WAKER, ncpu, &reg, true); in kvm_arm_gicv3_put()
[all …]