Searched refs:r31 (Results 1 - 25 of 94) sorted by relevance

1234

/linux-master/arch/microblaze/include/asm/
H A Dcurrent.h16 #define CURRENT_TASK r31
19 * Dedicate r31 to keeping the current task pointer
21 register struct task_struct *current asm("r31");
/linux-master/arch/parisc/kernel/vdso32/
H A Drestart_syscall.S24 ldd 0(%sp), %r31
26 ldw 0(%sp), %r31
/linux-master/arch/powerpc/kernel/
H A Dkvm_emul.S33 PPC_STL r31, (KVM_MAGIC_PAGE + KVM_MAGIC_SCRATCH1)(0); \
35 mfcr r31; \
36 stw r31, (KVM_MAGIC_PAGE + KVM_MAGIC_SCRATCH3)(0);
40 PPC_LL r31, (KVM_MAGIC_PAGE + KVM_MAGIC_SCRATCH1)(0); \
57 /* Put MSR & ~(MSR_EE|MSR_RI) in r31 */
58 LL64(r31, KVM_MAGIC_PAGE + KVM_MAGIC_MSR, 0)
61 and r31, r31, r30
67 or r31, r31, r3
[all...]
/linux-master/arch/powerpc/lib/
H A Dtest_emulate_step_exec_instr.S62 subi r31, r3, GPR0
65 ld r0, _LINK(r31)
69 ld r0, _CCR(r31)
73 ld r0, _XER(r31)
77 REST_GPR(0, r31)
78 REST_GPRS(2, 12, r31)
79 REST_NVGPRS(r31)
/linux-master/arch/hexagon/mm/
H A Dcopy_from_user.S46 jumpr r31
58 jumpr r31
68 jumpr r31
78 jumpr r31
88 jumpr r31
H A Dcopy_to_user.S44 jumpr r31
63 jumpr r31
/linux-master/arch/microblaze/lib/
H A Ddivsi3.S21 swi r31, r1, 12
47 rsub r31, r6, r30 /* try to subtract (r30 a r6) */
48 blti r31, mod_too_small
49 /* move the r31 to mod since the result was positive */
50 or r30, r0, r31
69 lwi r31, r1, 12
H A Dmodsi3.S23 swi r31, r1, 12
47 rsub r31, r6, r3 /* try to subtract (r30 a r6) */
48 blti r31, mod_too_small
49 /* move the r31 to mod since the result was positive */
50 or r3, r0, r31
69 lwi r31, r1, 12
H A Dudivsi3.S23 swi r31, r1, 8
61 rsub r31, r6, r30 /* try to subtract (r30 a r6) */
62 blti r31, mod_too_small
63 /* move the r31 to mod since the result was positive */
64 or r30, r0, r31
80 lwi r31, r1, 8
H A Dumodsi3.S22 swi r31, r1, 8
63 rsub r31, r6, r3 /* try to subtract (r3 a r6) */
64 blti r31, mod_too_small
65 /* move the r31 to mod since the result was positive */
66 or r3, r0, r31
82 lwi r31, r1, 8
/linux-master/arch/hexagon/lib/
H A Dudivsi3.S19 if (p0) jumpr r31
36 jumpr r31
H A Dumodsi3.S16 if (p0) jumpr r31
34 jumpr r31
H A Dmodsi3.S21 if (p0) jumpr r31
40 if (p2) jumpr r31
44 jumpr r31
H A Dmemset.S36 if p0 jumpr r31 /* count == 0, so return */
53 jumpr r31
65 if p1 jumpr r31
78 if p1 jumpr r31
92 if p1 jumpr r31
120 if p1 jumpr r31
131 if p1 jumpr r31
141 if p1 jumpr r31
147 jumpr r31
175 jumpr r31
[all...]
H A Dmemcpy_likely_aligned.S40 if (!p2) jumpr:t r31
50 jumpr r31
H A Ddivsi3.S28 if (p0.new) jumpr:nt r31
65 jumpr r31
/linux-master/arch/arc/kernel/
H A Dctx_sw_asm.S26 CFI_OFFSET r31, -4
60 CFI_RESTORE r31
H A Dstacktrace.c55 frame_info->regs.r31 = regs->blink;
69 "mov %2,r31\n\t"
76 frame_info->regs.r31 = blink;
94 frame_info->regs.r31 = TSK_K_BLINK(tsk);
141 frame_info.regs.r63 = frame_info.regs.r31;
/linux-master/arch/parisc/kernel/
H A Dpacache.S75 movb,<,n %arg3, %r31, fitdone /* If loop < 0, skip */
84 addib,COND(>) -1, %r31, fitmanymiddle /* Adjusted inner loop decr */
88 copy %arg3, %r31 /* Re-init inner loop count */
119 movb,<,n %arg3, %r31, fdtdone /* If loop < 0, skip */
128 addib,COND(>) -1, %r31, fdtmanymiddle /* Adjusted inner loop decr */
132 copy %arg3, %r31 /* Re-init inner loop count */
202 movb,<,n %arg3, %r31, fisync /* If loop < 0, do sync */
205 addib,COND(>) -1, %r31, fimanyloop /* Adjusted inner loop decr */
208 movb,tr %arg3, %r31, fimanyloop /* Re-init inner loop count */
263 movb,<,n %arg3, %r31, fdsyn
[all...]
/linux-master/tools/testing/selftests/powerpc/stringloops/asm/
H A Dppc_asm.h27 #define R31 r31
/linux-master/arch/hexagon/include/uapi/asm/
H A Duser.h45 unsigned long r31; member in struct:user_regs_struct
/linux-master/arch/arc/include/asm/
H A Dunwind.h45 unsigned long r31; /* blink */ member in struct:arc700_regs
57 #define UNW_BLINK(frame) ((frame)->regs.r31)
104 PTREGS_INFO(r31), \
/linux-master/arch/powerpc/kernel/trace/
H A Dftrace_64_pg_entry.S97 std r31, -8(r1)
98 mr r31, r1
123 ld r31, -8(r1)
/linux-master/arch/powerpc/crypto/
H A Daes-spe-regs.h37 #define rG3 r31
/linux-master/arch/loongarch/include/asm/
H A Dregdef.h39 #define s8 $r31

Completed in 234 milliseconds

1234