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_GPR_REGS 18 /* Number of non-volatile GPR registers */
33 #define R14 14 /* First non-volatile register to check in r14-r31 subset */
39 /* Test only non-volatile general purpose registers, i.e. r14-r31 */
41 /* First context will be set with these values, i.e. non-speculative */
46 -1,-2,-3,-4,-5,-6,-7,-8,-9,-10,-11,-12,-13,-14,-15,-16,-17,-18
53 ucontext_t *tm_ucp = ucp->uc_link; in signal_usr1()
57 fail = (ucp->uc_mcontext.gp_regs[R14 + i] != gprs[i]); in signal_usr1()
61 R14 + i, ucp->uc_mcontext.gp_regs[R14 + i], gprs[i]); in signal_usr1()
67 fail = (tm_ucp->uc_mcontext.gp_regs[R14 + i] != gprs[NV_GPR_REGS + i]); in signal_usr1()
71 R14 + i, tm_ucp->uc_mcontext.gp_regs[R14 + i], gprs[NV_GPR_REGS + i]); in signal_usr1()
97 * contexts accordingly to the values passed through non-NULL in tm_signal_context_chk_gpr()