Lines Matching +full:non +full:- +full:volatile
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Non-emulated single-stepping support (currently limited to basic integer
9 #include <asm/asm-offsets.h>
11 #include <asm/code-patching-asm.h>
19 * In-memory pt_regs (SP + STACK_INT_FRAME_REGS)
26 * states in an in-memory pt_regs and also create the back chain to
29 stdu r1, -INT_FRAME_SIZE(r1)
32 * Save non-volatile GPRs on stack. This includes TOC pointer (GPR2)
52 * even though only fields 2 to 4 are non-volatile.
59 * critical non-volatile registers. The register state is passed as a
127 2: li r3, -EFAULT
129 /* Restore the non-volatile GPRs from stack */