History log of /external/linux-kselftest/tools/testing/selftests/powerpc/math/vmx_asm.S
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
15ec3997aa3bffc461f7b47ca9365d4b0323c671 30-Sep-2016 Simon Guo <wei.guo.simon@gmail.com> selftests/powerpc: Move shared headers into new include dir

There are some functions, especially register related, which can
be shared across multiple selftests/powerpc test directories.

This patch creates a new include directory to store those shared
files, so that the file layout becomes more neat.

Signed-off-by: Simon Guo <wei.guo.simon@gmail.com>
[mpe: Reworked to move the headers only]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
/external/linux-kselftest/tools/testing/selftests/powerpc/math/vmx_asm.S
2b4093790abdf0219f8ca192ecc4ecc63cdb5124 23-Sep-2016 Cyril Bur <cyrilbur@gmail.com> selftests/powerpc: Move VMX stack frame macros to header file

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
/external/linux-kselftest/tools/testing/selftests/powerpc/math/vmx_asm.S
e5ab8be68e4421d7f8d4e69e2a8ddb3d69508d2a 29-Feb-2016 Cyril Bur <cyrilbur@gmail.com> selftests/powerpc: Test preservation of FPU and VMX regs across preemption

Loop in assembly checking the registers with many threads.

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
/external/linux-kselftest/tools/testing/selftests/powerpc/math/vmx_asm.S
01127f1ead4cef75e2b9b309e0ea95418ccd53bd 29-Feb-2016 Cyril Bur <cyrilbur@gmail.com> selftests/powerpc: Test the preservation of FPU and VMX regs across syscall

Test that the non volatile floating point and Altivec registers get
correctly preserved across the fork() syscall.

fork() works nicely for this purpose, the registers should be the same for
both parent and child

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
[mpe: Add include guards to basic_asm.h, minor formatting]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
/external/linux-kselftest/tools/testing/selftests/powerpc/math/vmx_asm.S