selftests/powerpc: Test unaligned copy and paste
authorChris Smart <chris@distroguy.com>
Thu, 16 Jun 2016 23:34:47 +0000 (09:34 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 5 Jul 2016 13:49:51 +0000 (23:49 +1000)
commit4375088072295b09cc5d9bf7a8cd2333b608492a
treeee4d78c9d440e0505c347212d5eb945302558d1b
parentae26b36f8098c793a754549662771099215904ed
selftests/powerpc: Test unaligned copy and paste

Test that an ISA 3.0 compliant machine performing an unaligned copy,
copy_first, paste or paste_last is sent a SIGBUS.

Signed-off-by: Chris Smart <chris@distroguy.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
tools/testing/selftests/powerpc/Makefile
tools/testing/selftests/powerpc/alignment/.gitignore [new file with mode: 0644]
tools/testing/selftests/powerpc/alignment/Makefile [new file with mode: 0644]
tools/testing/selftests/powerpc/alignment/copy_first_unaligned.c [new file with mode: 0644]
tools/testing/selftests/powerpc/alignment/copy_paste_unaligned_common.c [new file with mode: 0644]
tools/testing/selftests/powerpc/alignment/copy_paste_unaligned_common.h [new file with mode: 0644]
tools/testing/selftests/powerpc/alignment/copy_unaligned.c [new file with mode: 0644]
tools/testing/selftests/powerpc/alignment/paste_last_unaligned.c [new file with mode: 0644]
tools/testing/selftests/powerpc/alignment/paste_unaligned.c [new file with mode: 0644]
tools/testing/selftests/powerpc/instructions.h [new file with mode: 0644]