selftests/powerpc: Add ptrace tests for VSX, VMX registers in TM
authorAnshuman Khandual <khandual@linux.vnet.ibm.com>
Fri, 30 Sep 2016 02:33:00 +0000 (10:33 +0800)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 17 Nov 2016 06:11:51 +0000 (17:11 +1100)
commit11508074c9a74a00df1aa6cfba81d1fdabdaa51c
tree33d081cdc0b9a2a0eb0293ff74a9fa9843bb050e
parent0da535c0844b81111f837670e0b9b300cc75b100
selftests/powerpc: Add ptrace tests for VSX, VMX registers in TM

This patch adds ptrace interface test for VSX, VMX registers
inside TM context. This also adds ptrace interface based helper
functions related to chckpointed VSX, VMX registers access.

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/ptrace/.gitignore
tools/testing/selftests/powerpc/ptrace/Makefile
tools/testing/selftests/powerpc/ptrace/ptrace-tm-vsx.c [new file with mode: 0644]