Searched refs:r13 (Results 126 - 150 of 212) sorted by relevance

123456789

/linux-master/arch/arc/kernel/
H A Dptrace.c147 membuf_store(&to, cregs->r13);
232 REG_IN_ONE(callee.r13, &cregs->r13);
H A Dprocess.c147 * | r13 |
200 c_callee->r13 = (unsigned long)args->fn_arg;
H A Ddisasm.c460 p = &cregs->r13;
489 p = &cregs->r13;
519 p = &cregs->r13;
/linux-master/arch/sh/kernel/cpu/sh2/
H A Dentry.S90 mov.l r13,@-r15
139 mov.l r13,@-r2
242 mov.l @r15+, r13
323 mov.l @r15+,r13
/linux-master/arch/nios2/kernel/
H A Dkgdb.c33 { "r13", GDB_SIZEOF_REG, offsetof(struct pt_regs, r13) },
H A Dsignal.c64 err |= __get_user(regs->r13, &gregs[12]);
147 err |= __put_user(regs->r13, &gregs[12]);
/linux-master/arch/microblaze/kernel/
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.c67 COPY(r10); COPY(r11); COPY(r12); COPY(r13);
128 COPY(r10); COPY(r11); COPY(r12); COPY(r13);
/linux-master/arch/powerpc/kernel/
H A Dhead_40x.S719 mfspr r13,SPRN_DBCR0
720 oris r13,r13,DBCR0_RST_SYSTEM@h
721 mtspr SPRN_DBCR0,r13
/linux-master/arch/x86/kernel/
H A Dasm-offsets.c78 OFFSET(TDX_MODULE_r13, tdx_module_args, r13);
H A Dsignal_64.c76 regs->r13 = sc.r13;
115 unsafe_put_user(regs->r13, &sc->r13, Efault);
/linux-master/arch/x86/entry/
H A Dcalling.h87 pushq %r13 /* pt_regs->r13 */
119 xorl %r13d, %r13d /* nospec r13 */
133 popq %r13
/linux-master/arch/parisc/include/asm/
H A Dassembly.h222 STREG %r13, PT_GR13(\regs) variable
256 LDREG PT_GR13(\regs), %r13
386 std %r13, -64(%r30)
402 ldd -64(%r30), %r13
430 stw %r13, -88(%r30)
446 ldw -88(%r30), %r13
/linux-master/arch/x86/crypto/
H A Dpoly1305-x86_64-cryptogams.pl179 my ($d1,$d2,$d3, $r0,$r1,$s1)=("%r8","%r9","%rdi","%r11","%r12","%r13");
314 push %r13
315 .cfi_push %r13
365 mov 24(%rsp),%r13
366 .cfi_restore %r13
628 push %r13
629 .cfi_push %r13
739 pop %r13
740 .cfi_restore %r13
762 push %r13
[all...]
H A Dsha1_avx2_x86_64_asm.S123 #define BUFFER_PTR2 %r13
630 push %r13
662 pop %r13
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
H A Dcom.fuc263 xbit $r13 $r3 0x1e
573 ld b32 $r13 D[$r5 + #ctx_src_yoff]
577 and $r11 $r13 $r14
578 shr b32 $r13 $r8
639 mulu $r13 $r9
640 add b32 $r10 $r13
/linux-master/arch/x86/include/asm/
H A Dsvm.h426 u64 r13; member in struct:sev_es_save_area
485 u64 r13; member in struct:ghcb_save_area
668 DEFINE_GHCB_ACCESSORS(r13)
/linux-master/arch/sh/kernel/cpu/shmobile/
H A Dsleep.S55 mov.l r13, @-r15
362 mov.l @r15+, r13
/linux-master/arch/x86/mm/
H A Dpf_in.c270 rv = (unsigned char *)&regs->r13;
378 rv = &regs->r13;
/linux-master/arch/sh/kernel/cpu/sh3/
H A Dentry.S208 ! - restore r8, r9, r10, r11, r12, r13, r14, r15 from the stack
236 mov.l @r15+, r13
380 ! - save r15*, r14, r13, r12, r11, r10, r9, r8 on the stack
401 mov.l r13, @-r15
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h295 push r13
323 pop r13
/linux-master/arch/s390/kernel/
H A Dentry.S191 lmg %r0,%r13,0(%r4) # load guest gprs 0-13
230 stmg %r0,%r13,0(%r14) # save guest gprs 0-13
/linux-master/arch/x86/boot/compressed/
H A Dhead_64.S505 pushq %r13
534 popq %r13
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c33 { "r13", GDB_SIZEOF_REG, offsetof(struct pt_regs, r13)},
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.h181 uint64_t r13; member in struct:intel_pt_blk_items::__anon4234::__anon4235::__anon4236

Completed in 491 milliseconds

123456789