NV_FPU_REGS        53 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-fpu.c 	for (i = 0; i < NV_FPU_REGS; i++) {
NV_FPU_REGS        63 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-fpu.c 	for (i = 0; i < NV_FPU_REGS; i++) {
NV_FPU_REGS        65 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-fpu.c 		fail = (tm_ucp->uc_mcontext.fp_regs[FPR14 + i] != fps[NV_FPU_REGS + i]);
NV_FPU_REGS        69 tools/testing/selftests/powerpc/tm/tm-signal-context-chk-fpu.c 				FPR14 + i, tm_ucp->uc_mcontext.fp_regs[FPR14 + i], fps[NV_FPU_REGS + i]);