Searched refs:r30 (Results 26 - 50 of 75) sorted by relevance

123

/linux-master/arch/microblaze/kernel/
H A Dmcount.S46 swi r30, r1, 108; \
77 lwi r30, r1, 108; \
H A Dasm-offsets.c60 DEFINE(PT_R30, offsetof(struct pt_regs, r30));
115 DEFINE(CC_R30, offsetof(struct cpu_context, r30));
H A Dprocess.c42 pr_info(" r29=%08lX, r30=%08lX, r31=%08lX, rPC=%08lX\n",
43 regs->r29, regs->r30, regs->r31, regs->pc);
/linux-master/arch/hexagon/include/asm/
H A Delf.h132 DEST.r30 = REGS->r30; \
/linux-master/arch/openrisc/kernel/
H A Dentry.S139 l.lwz r30,PT_GPR30(r1) ;\
177 /* r30 already save */ ;\
180 l.mfspr r30,r0,SPR_FPCSR ;\
181 l.sw PT_FPCSR(r1),r30 ;\
183 l.addi r30,r0,-1 ;\
184 l.sw PT_ORIG_GPR11(r1),r30
217 /* r30 already saved */ ;\
220 l.addi r30,r0,-1 ;\
221 l.sw PT_ORIG_GPR11(r1),r30 ;\
222 l.mfspr r30,r
[all...]
/linux-master/arch/hexagon/include/uapi/asm/
H A Dregisters.h184 unsigned long r30; member in struct:pt_regs::__anon312::__anon313
/linux-master/arch/microblaze/include/uapi/asm/
H A Delf.h116 _r->r28 = _r->r29 = _r->r30 = _r->r31 = \
/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A Dcheck.S90 addi r9,r15,30 # check r30
91 cmpd r9,r30
H A Dswitch_endian_test.S61 addi r30, r15, 30
/linux-master/arch/powerpc/kernel/
H A Dmisc.S73 PPC_STL r30,21*SZL(r3)
101 PPC_LL r30,21*SZL(r3)
H A Dmisc_64.S399 std r30,-16(r1)
410 mr r30,r4 /* start (real) */
444 mr r4,r30 /* start, aka phys mem offset */
493 mr r4,r30 # start, aka phys mem offset
H A Dswsusp_asm64.S106 SAVE_REGISTER(r30)
222 RESTORE_REGISTER(r30)
/linux-master/arch/parisc/include/asm/
H A Dasmregs.h20 sp: .reg %r30
63 r30: .reg %r30
/linux-master/arch/arc/kernel/
H A Dptrace.c63 REG_OFFSET_NAME(r30),
249 * itemized copy not needed like above as layout of regs (r30,r58,r59)
252 return membuf_write(&to, &regs->r30, sizeof(struct user_regs_arcv2));
255 membuf_write(&to, &regs->r30, 4); /* r30 only */
270 copy_sz = 4; /* r30 only */
272 ret = user_regset_copyin(&pos, &count, &kbuf, &ubuf, (void *)&regs->r30,
H A Dasm-offsets.c70 OFFSET(PT_r30, pt_regs, r30);
H A Dsignal.c72 v2abi.r30 = regs->r30;
92 regs->r30 = v2abi.r30;
/linux-master/arch/hexagon/kernel/
H A Dvm_events.c67 regs->r30,
H A Dtraps.c97 asm("%0 = r30" : "=r" (fp));
156 newfp = (unsigned long *) regs->r30;
203 do_show_stack(current, &regs->r30, pt_elr(regs), KERN_EMERG);
/linux-master/arch/powerpc/kexec/
H A Drelocate_32.S32 mr r30, r4
40 mr r4, r30
48 mr r30, r4
399 mr r4, r30
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Dbusy_loop.S28 std r30, 32(%r1)
81 li r30, 0x3030
141 cmpwi r30, 0x3030
268 ld r30, 32(%r1)
/linux-master/arch/powerpc/kvm/
H A Dbook3s_interrupts.S48 PPC_LL r30, VCPU_GPR(R30)(vcpu); \
188 PPC_STL r30, VCPU_GPR(R30)(r7)
/linux-master/arch/powerpc/lib/
H A Dcopyuser_64.S432 std r30,-40(1)
472 exc; ld r30,136(4)
490 exc; std r30,152(3)
538 ld r30,-40(1)
558 ld r30,-40(1)
H A Dmemcmp_64.S20 #define rG r30
258 std r30,-16(r1)
351 ld r30,-16(r1)
397 ld r30,-16(r1)
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_64.S432 std r30,-40(1)
472 exc; ld r30,136(4)
490 exc; std r30,152(3)
538 ld r30,-40(1)
558 ld r30,-40(1)
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h25 * | r30 |
60 ; 5. Manually save: r12,r30, sp,fp,gp, ACCL pair variable
147 * - r30: free reg, used by gcc as scratch
153 st r30, [sp, PT_r30] variable
191 ld r30, [sp, PT_r30] variable

Completed in 332 milliseconds

123