Searched refs:r25 (Results 51 - 75 of 82) sorted by relevance

1234

/linux-master/drivers/macintosh/
H A Dtherm_windtunnel.c69 int r0, r1, r20, r23, r25; /* saved register */ member in struct:__anon278
220 x.r25 = read_reg( x.fan, 0x25, 1 );
272 write_reg( x.fan, 0x25, x.r25, 1 );
/linux-master/arch/microblaze/kernel/
H A Dprocess.c40 pr_info(" r25=%08lX, r26=%08lX, r27=%08lX, r28=%08lX\n",
41 regs->r25, regs->r26, regs->r27, regs->r28);
H A Dsignal.c70 COPY(r22); COPY(r23); COPY(r24); COPY(r25);
131 COPY(r22); COPY(r23); COPY(r24); COPY(r25);
H A Dentry.S203 swi r25, r1, PT_R25; \
237 lwi r25, r1, PT_R25; \
1096 swi r25, r11, CC_R25
1127 lwi r25, r11, CC_R25
/linux-master/arch/arc/kernel/
H A Dprocess.c144 * | r25 | <==== top of Stack (thread_info.ksp)
243 c_callee->r25 = task_thread_info(p)->thr_ptr;
H A Dhead.S141 ; setup "current" tsk and optionally cache it in dedicated r25
H A Dtroubleshoot.c51 regs->r24, regs->r25);
/linux-master/arch/parisc/kernel/
H A Dperf_asm.S40 ldi 0x20,%r25 ; load up perfmon bit
42 or %r25,%r26,%r26 ; set bit
47 andcm %r26,%r25,%r26 ; clear bit now
66 ldi 0x20,%r25 ; load up perfmon bit
68 or %r25,%r26,%r26 ; set bit
72 andcm %r26,%r25,%r26 ; clear bit now
/linux-master/arch/powerpc/kvm/
H A Dbooke_interrupts.S183 stw r25, VCPU_GPR(R25)(r4)
263 lwz r25, VCPU_GPR(R25)(r4)
301 stw r25, VCPU_GPR(R25)(r4)
321 lwz r25, HOST_NV_GPR(R25)(r1)
365 stw r25, HOST_NV_GPR(R25)(r1)
385 lwz r25, VCPU_GPR(R25)(r4)
H A Dbookehv_interrupts.S126 PPC_STL r25, VCPU_GPR(R25)(r4)
450 PPC_LL r25, VCPU_GPR(R25)(r4)
484 PPC_STL r25, VCPU_GPR(R25)(r4)
504 PPC_LL r25, HOST_NV_GPR(R25)(r1)
546 PPC_STL r25, HOST_NV_GPR(R25)(r1)
566 PPC_LL r25, VCPU_GPR(R25)(r4)
/linux-master/arch/powerpc/crypto/
H A Dsha256-spe-asm.S41 #define rT3 r25
60 stw r25,92(r1);
75 lwz r25,92(r1); \
H A Dcrc32-vpmsum_core.S42 #define off16 r25
72 std r25,-56(r1)
586 ld r25,-56(r1)
H A Dmd5-asm.S36 #define rT0 r25
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h307 push r25
311 pop r25
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c45 { "r25", GDB_SIZEOF_REG, offsetof(struct pt_regs, r25)},
/linux-master/tools/perf/arch/powerpc/util/
H A Dperf_regs.c46 SMPL_REG(r25, PERF_REG_POWERPC_R25),
/linux-master/arch/powerpc/lib/
H A Dcrtsavres.S352 std r25,-56(r1)
409 ld r25,-56(r1)
/linux-master/arch/alpha/kernel/
H A Dsignal.c185 err |= __get_user(regs->r25, sc->sc_regs+25);
308 err |= __put_user(regs->r25, sc->sc_regs+25);
H A Dtraps.c62 regs->r25, regs->r27, regs->r28);
563 printk("r25= %016lx r27= %016lx r28= %016lx\n",
654 R(r19), R(r20), R(r21), R(r22), R(r23), R(r24), R(r25), R(r26),
H A Dptrace.c90 PT_REG( r24), PT_REG( r25), PT_REG( r26), PT_REG( r27),
H A Dprocess.c316 dest[25] = pt->r25;
/linux-master/arch/hexagon/lib/
H A Dmemcpy.S226 memd(sp+#8) = R25:24; /* save r25,r24 on stack */
525 r25:24 = memd(sp+#8); /* restore r24+r25 */
/linux-master/arch/parisc/include/asm/
H A Dassembly.h234 STREG %r25, PT_GR25(\regs) variable
268 LDREG PT_GR25(\regs), %r25
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h631 #define r25 %r25 macro
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h631 #define r25 %r25 macro

Completed in 350 milliseconds

1234