Hi Raghu, On Wed, Sep 8, 2021 at 9:38 PM Raghavendra Rao Ananta <rananta@xxxxxxxxxx> wrote: > > Bring-in the kernel's arch/arm64/include/asm/sysreg.h > into selftests to make use of all the standard > register definitions in consistence with the kernel. > > Signed-off-by: Raghavendra Rao Ananta <rananta@xxxxxxxxxx> > --- > .../selftests/kvm/include/aarch64/sysreg.h | 1278 +++++++++++++++++ > 1 file changed, 1278 insertions(+) > create mode 100644 tools/testing/selftests/kvm/include/aarch64/sysreg.h This belongs in tools/arch/arm64/include/asm/sysreg.h, I believe.