Searched refs:NV_FPU_REGS (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-fpu.c32 #define NV_FPU_REGS 18 /* Number of non-volatile FP registers */ macro
53 for (i = 0; i < NV_FPU_REGS; i++) {
63 for (i = 0; i < NV_FPU_REGS; i++) {
65 fail = (tm_ucp->uc_mcontext.fp_regs[FPR14 + i] != fps[NV_FPU_REGS + i]);
69 FPR14 + i, tm_ucp->uc_mcontext.fp_regs[FPR14 + i], fps[NV_FPU_REGS + i]);

Completed in 89 milliseconds