linux/tools/testing/selftests/powerpc/math
Cyril Bur be4a9f5666 selftests/powerpc: Rework FPU stack placement macros and move to header file
The FPU regs are placed at the top of the stack frame. Currently the
position expected to be passed to the macro. The macros now should be
passed the stack frame size and from there they can calculate where to
put the regs, this makes the use simpler.

Also move them to a header file to be used in an different area of the
powerpc selftests

Signed-off-by: Cyril Bur <cyrilbur@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2016-10-04 20:10:11 +11:00
..
.gitignore selftests/powerpc: Test FPU and VMX regs in signal ucontext 2016-03-02 23:34:47 +11:00
fpu_asm.S selftests/powerpc: Rework FPU stack placement macros and move to header file 2016-10-04 20:10:11 +11:00
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