Home
last modified time | relevance | path

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

/openbmc/linux/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++) { in signal_usr1()
63 for (i = 0; i < NV_FPU_REGS; i++) { in signal_usr1()
65 fail = (tm_ucp->uc_mcontext.fp_regs[FPR14 + i] != fps[NV_FPU_REGS + i]); in signal_usr1()
69 FPR14 + i, tm_ucp->uc_mcontext.fp_regs[FPR14 + i], fps[NV_FPU_REGS + i]); in signal_usr1()