Linux 5.6.13
[linux/fpc-iii.git] / arch / arm / kvm / vgic-v3-coproc.c
blobed3b2e4759ce9ee9217fcf077173fb824d7f0854
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3 * VGIC system registers handling functions for AArch32 mode
4 */
6 #include <linux/kvm.h>
7 #include <linux/kvm_host.h>
8 #include <asm/kvm_emulate.h>
9 #include "vgic.h"
11 int vgic_v3_has_cpu_sysregs_attr(struct kvm_vcpu *vcpu, bool is_write, u64 id,
12 u64 *reg)
15 * TODO: Implement for AArch32
17 return -ENXIO;
20 int vgic_v3_cpu_sysregs_uaccess(struct kvm_vcpu *vcpu, bool is_write, u64 id,
21 u64 *reg)
24 * TODO: Implement for AArch32
26 return -ENXIO;