Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | selftests/powerpc: Move VMX stack frame macros to header file | Cyril Bur | 2016-10-04 |
| | | | | | Signed-off-by: Cyril Bur <cyrilbur@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> | ||
* | selftests/powerpc: Test preservation of FPU and VMX regs across preemption | Cyril Bur | 2016-03-02 |
| | | | | | | | 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> | ||
* | selftests/powerpc: Test the preservation of FPU and VMX regs across syscall | Cyril Bur | 2016-03-02 |
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> |