KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
authorMarc Zyngier <maz@kernel.org>
Fri, 21 Jun 2019 12:54:37 +0000 (13:54 +0100)
committerMarc Zyngier <maz@kernel.org>
Tue, 19 Dec 2023 09:51:18 +0000 (09:51 +0000)
commit60ce16cc122aad999129d23061fa35f63d5b1e9b
treef4d934ab8413f63e4b20c703ab05b7fcf343ed75
parent3606e0b2e462164bced151dbb54ccfe42ac6c35b
KVM: arm64: nv: Add include containing the VNCR_EL2 offsets

VNCR_EL2 points to a page containing a number of system registers
accessed by a guest hypervisor when ARMv8.4-NV is enabled.

Let's document the offsets in that page, as we are going to use
this layout.

Reviewed-by: Oliver Upton <oliver.upton@linux.dev>
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/vncr_mapping.h [new file with mode: 0644]