Searched refs:r14 (Results 101 - 125 of 202) sorted by relevance

123456789

/linux-master/arch/microblaze/kernel/
H A Dasm-offsets.c44 DEFINE(PT_R14, offsetof(struct pt_regs, r14));
98 DEFINE(CC_R14, offsetof(struct cpu_context, r14));
H A Dprocess.c34 pr_info(" r13=%08lX, r14=%08lX, r15=%08lX, r16=%08lX\n",
35 regs->r13, regs->r14, regs->r15, regs->r16);
H A Dsignal.c68 COPY(r14); COPY(r15); COPY(r16); COPY(r17);
129 COPY(r14); COPY(r15); COPY(r16); COPY(r17);
185 /* brki r14, 0x8 */
219 /* Offset to handle microblaze rtid r14, 0 */
/linux-master/arch/nios2/kernel/
H A Dprocess.c88 pr_notice("r13: %08lx r14: %08lx r15: %08lx\n",
89 regs->r13, regs->r14, regs->r15);
185 pr_emerg("r12: %08lx r13: %08lx r14: %08lx r15: %08lx\n",
186 fp->r12, fp->r13, fp->r14, fp->r15);
H A Dkgdb.c34 { "r14", GDB_SIZEOF_REG, offsetof(struct pt_regs, r14) },
H A Dsignal.c65 err |= __get_user(regs->r14, &gregs[13]);
148 err |= __put_user(regs->r14, &gregs[13]);
/linux-master/arch/x86/kernel/
H A Drelocate_kernel_64.S61 pushq %r14
247 popq %r14
H A Dftrace_64.S216 movq %r14, R14(%rsp)
256 movq R14(%rsp), %r14
H A Dsignal_64.c77 regs->r14 = sc.r14;
116 unsafe_put_user(regs->r14, &sc->r14, Efault);
H A Dasm-offsets.c79 OFFSET(TDX_MODULE_r14, tdx_module_args, r14);
/linux-master/arch/s390/purgatory/
H A Dhead.S116 brasl %r14,verify_sha256_digest
134 br %r14
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace_entry.S100 mr r14, r7 /* remember old NIP */
127 cmpd r14, r3 /* has NIP been altered? */
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_64.S68 movq %r14, pt_regs_r14(%rax)
115 movq pt_regs_r14(%rax), %r14
/linux-master/arch/x86/include/asm/
H A Delf.h163 regs->r12 = regs->r13 = regs->r14 = regs->r15 = 0;
195 (pr_reg)[1] = (regs)->r14; \
/linux-master/arch/arc/include/asm/
H A Dentry-compact.h91 push r14
117 pop r14
/linux-master/arch/x86/entry/
H A Dentry_64.S186 pushq %r14
209 popq %r14
874 * Always stash CR3 in %r14. This value will be restored,
888 SAVE_AND_SWITCH_TO_KERNEL_CR3 scratch_reg=%rax save_reg=%r14
981 PARANOID_RESTORE_CR3 scratch_reg=%rax save_reg=%r14
1101 * %r14: Used to save/restore the CR3 of the interrupted context
1410 PARANOID_RESTORE_CR3 scratch_reg=%r15 save_reg=%r14
H A Dcalling.h88 pushq %r14 /* pt_regs->r14 */
120 xorl %r14d, %r14d /* nospec r14 */
132 popq %r14
/linux-master/arch/powerpc/kvm/
H A Dbooke_interrupts.S214 stw r14, VCPU_GPR(R14)(r4) /* We need a NV GPR below. */
242 mr r14, r4 /* Save vcpu pointer. */
247 mr r4, r14
248 lwz r14, VCPU_GPR(R14)(r4)
310 lwz r14, HOST_NV_GPR(R14)(r1)
354 stw r14, HOST_NV_GPR(R14)(r1)
374 lwz r14, VCPU_GPR(R14)(r4)
/linux-master/arch/arc/kernel/
H A Dptrace.c146 membuf_store(&to, cregs->r14);
231 REG_IN_ONE(callee.r14, &cregs->r14);
H A Dprocess.c201 c_callee->r14 = (unsigned long)args->fn;
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dentry.S89 mov.l r14,@-r15
138 mov.l r14,@-r2
243 mov.l @r15+, r14
324 mov.l @r15+,r14
/linux-master/arch/sh/kernel/
H A Dentry-common.S67 CFI_DEF_CFA r14, 0
/linux-master/arch/sh/include/asm/
H A Dentry-macros.S116 * need to setup r14 with the value of the stack pointer as
121 mov r15, r14
/linux-master/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S46 add r14,r0,W(t); \
49 add RT(t),RT(t),r14
/linux-master/arch/parisc/include/asm/
H A Dassembly.h223 STREG %r14, PT_GR14(\regs) variable
257 LDREG PT_GR14(\regs), %r14
387 std %r14, -56(%r30)
401 ldd -56(%r30), %r14
431 stw %r14, -84(%r30)
445 ldw -84(%r30), %r14

Completed in 188 milliseconds

123456789