]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9b49e232d9cd40f009eae0c180eff931292d6e8f
tree33d081cdc0b9a2a0eb0293ff74a9fa9843bb050e
parent2353d791c3e62242ffe25189eb838d7699155ebd
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]