]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
selftests/powerpc: Add ptrace tests for VSX, VMX registers
authorAnshuman Khandual <khandual@linux.vnet.ibm.com>
Fri, 30 Sep 2016 02:32:59 +0000 (10:32 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 17 Nov 2016 06:11:51 +0000 (17:11 +1100)
commit0da535c0844b81111f837670e0b9b300cc75b100
tree7b76923e90206b422ca8adc33b40d2100886ecbf
parent01f7fdc7b90e5afc3fafa19da970ec30caa44f3d
selftests/powerpc: Add ptrace tests for VSX, VMX registers

This patch adds ptrace interface test for VSX, VMX registers.
This also adds ptrace interface based helper functions related
to VSX, VMX registers access. This also adds some assembly
helper functions related to VSX and VMX registers.

Signed-off-by: Anshuman Khandual <khandual@linux.vnet.ibm.com>
Signed-off-by: Simon Guo <wei.guo.simon@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
tools/testing/selftests/powerpc/lib/reg.S
tools/testing/selftests/powerpc/ptrace/.gitignore
tools/testing/selftests/powerpc/ptrace/Makefile
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.c [new file with mode: 0644]
tools/testing/selftests/powerpc/ptrace/ptrace-vsx.h [new file with mode: 0644]
tools/testing/selftests/powerpc/ptrace/ptrace.h