linux/tools/testing/selftests/powerpc/math
Cyril Bur 65ca668f58 selftests/powerpc: Check for VSX preservation across userspace preemption
Ensure the kernel correctly switches VSX registers correctly. VSX
registers are all volatile, and despite the kernel preserving VSX
across syscalls, it doesn't have to. Test that during interrupts and
timeslices ending the VSX regs remain the same.

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2016-10-04 20:10:09 +11:00
..
.gitignore selftests/powerpc: Test FPU and VMX regs in signal ucontext 2016-03-02 23:34:47 +11:00
fpu_asm.S
fpu_preempt.c
fpu_signal.c selftests/powerpc: Test FPU and VMX regs in signal ucontext 2016-03-02 23:34:47 +11:00
fpu_syscall.c
Makefile selftests/powerpc: Check for VSX preservation across userspace preemption 2016-10-04 20:10:09 +11:00
vmx_asm.S
vmx_preempt.c
vmx_signal.c selftests/powerpc: Test FPU and VMX regs in signal ucontext 2016-03-02 23:34:47 +11:00
vmx_syscall.c
vsx_asm.S selftests/powerpc: Check for VSX preservation across userspace preemption 2016-10-04 20:10:09 +11:00
vsx_preempt.c selftests/powerpc: Check for VSX preservation across userspace preemption 2016-10-04 20:10:09 +11:00