Lines Matching +full:non +full:- +full:live
1 // SPDX-License-Identifier: GPL-2.0-or-later
16 * speculative nature of the 'live' registers and may infer the wrong
32 #define NV_FPU_REGS 18 /* Number of non-volatile FP registers */
33 #define FPR14 14 /* First non-volatile FP register to check in f14-31 subset */
37 /* Test only non-volatile registers, i.e. 18 fpr registers from f14 to f31 */
39 /* First context will be set with these values, i.e. non-speculative */
42 -1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18
51 ucontext_t *tm_ucp = ucp->uc_link; in signal_usr1()
55 fail = (ucp->uc_mcontext.fp_regs[FPR14 + i] != fps[i]); in signal_usr1()
59 FPR14 + i, ucp->uc_mcontext.fp_regs[FPR14 + i], fps[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()
96 * contexts accordingly to the values passed through non-NULL in tm_signal_context_chk_fpu()