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
33 #define NV_VMX_REGS 12 /* Number of non-volatile VMX registers */
34 #define VMX20 20 /* First non-volatile register to check in vr20-31 subset */
40 /* Test only non-volatile registers, i.e. 12 vmx registers from vr20 to vr31 */
42 /* First context will be set with these values, i.e. non-speculative */
50 { -1, -2, -3, -4},{ -5, -6, -7, -8},{ -9,-10,-11,-12},
51 {-13,-14,-15,-16},{-17,-18,-19,-20},{-21,-22,-23,-24},
52 {-25,-26,-27,-28},{-29,-30,-31,-32},{-33,-34,-35,-36},
53 {-37,-38,-39,-40},{-41,-42,-43,-44},{-45,-46,-47,-48}
60 ucontext_t *tm_ucp = ucp->uc_link; in signal_usr1()
64 fail = memcmp(ucp->uc_mcontext.v_regs->vrregs[VMX20 + i], in signal_usr1()
71 printf("%08x", ucp->uc_mcontext.v_regs->vrregs[VMX20 + i][j]); in signal_usr1()
82 fail = memcmp(tm_ucp->uc_mcontext.v_regs->vrregs[VMX20 + i], in signal_usr1()
89 printf("%08x", tm_ucp->uc_mcontext.v_regs->vrregs[VMX20 + i][j]); in signal_usr1()
120 * contexts accordingly to the values passed through non-NULL in tm_signal_context_chk()