Searched refs:r23 (Results 51 - 75 of 83) sorted by relevance

1234

/linux-master/arch/microblaze/kernel/
H A Dsignal.c70 COPY(r22); COPY(r23); COPY(r24); COPY(r25);
131 COPY(r22); COPY(r23); COPY(r24); COPY(r25);
H A Dentry.S201 swi r23, r1, PT_R23; \
235 lwi r23, r1, PT_R23; \
1094 swi r23, r11, CC_R23
1129 lwi r23, r11, CC_R23
/linux-master/arch/powerpc/kvm/
H A Dbooke_interrupts.S181 stw r23, VCPU_GPR(R23)(r4)
261 lwz r23, VCPU_GPR(R23)(r4)
299 stw r23, VCPU_GPR(R23)(r4)
319 lwz r23, HOST_NV_GPR(R23)(r1)
363 stw r23, HOST_NV_GPR(R23)(r1)
383 lwz r23, VCPU_GPR(R23)(r4)
H A Dbookehv_interrupts.S124 PPC_STL r23, VCPU_GPR(R23)(r4)
448 PPC_LL r23, VCPU_GPR(R23)(r4)
482 PPC_STL r23, VCPU_GPR(R23)(r4)
502 PPC_LL r23, HOST_NV_GPR(R23)(r1)
544 PPC_STL r23, HOST_NV_GPR(R23)(r1)
564 PPC_LL r23, VCPU_GPR(R23)(r4)
/linux-master/arch/powerpc/crypto/
H A Dsha256-spe-asm.S39 #define rT1 r23
58 evstdw r23,80(r1); \
73 evldw r23,80(r1); \
H A Dsha1-spe-asm.S40 #define rK r23 /* 64 bit constant in volatile register */
67 evstdw r23,80(r1);
80 evldw r23,80(r1); \
H A Dmd5-asm.S33 #define rW14 r23
H A Daes-spe-modes.S95 evstdw r23,88(r1); \
109 evldw r23,88(r1); \
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h305 push r23
313 pop r23
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c43 { "r23", GDB_SIZEOF_REG, offsetof(struct pt_regs, r23)},
/linux-master/arch/nios2/kernel/
H A Dprocess.c144 childstack->r23 = tls;
/linux-master/arch/arc/kernel/
H A Dtroubleshoot.c50 regs->r21, regs->r22, regs->r23,
/linux-master/arch/powerpc/kernel/
H A Dhead_85xx.S73 li r23,0 /* phys kernel start (high) */
78 /* Translate _stext address to physical, save in r23/r25 */
80 mr r23,r3
248 mr r5,r23
260 stw r23,0(r3)
H A D85xx_entry_mapping.S93 mfspr r23,SPRN_MAS7
/linux-master/tools/perf/arch/powerpc/util/
H A Dperf_regs.c44 SMPL_REG(r23, PERF_REG_POWERPC_R23),
/linux-master/arch/parisc/kernel/
H A Dentry.S583 * entry (identifying the physical page) and %r23 up with
621 * Check "subtle" note in pacache.S re: r23/r26.
624 or,COND(tr) %r23,%r0,\pte
627 /* convert phys addr in \pte (from r23 or r26) to tlb insert format */
1591 %r23 - %r26 arg3-arg0, saved in PT_REGS by gateway page
1778 LDREG TASK_PT_GR23(%r1),%r23
1953 STREG %r23, 2*REG_SZ(%r3)
1972 ldi 0, %r23 /* no pt_regs */
1977 LDREG 2*REG_SZ(%r3), %r23
2033 STREG %r23, PT_GR2
[all...]
H A Dperf_asm.S558 ;* %r23 - original DR2 value
578 or %r24,%r23,%r24
999 ;* %r23 - DR2 | DR2_SLOW_RET
1357 ;* %r23 - original DR2 value
1373 or %r24,%r23,%r24
/linux-master/arch/powerpc/lib/
H A Dcrtsavres.S346 std r23,-72(r1)
403 ld r23,-72(r1)
/linux-master/arch/alpha/kernel/
H A Dsignal.c183 err |= __get_user(regs->r23, sc->sc_regs+23);
306 err |= __put_user(regs->r23, sc->sc_regs+23);
H A Dtraps.c93 regs->r22, regs->r23, regs->r24);
620 printk("r22= %016lx r23= %016lx r24= %016lx\n",
713 R(r19), R(r20), R(r21), R(r22), R(r23), R(r24), R(r25), R(r26),
H A Dptrace.c89 PT_REG( r20), PT_REG( r21), PT_REG( r22), PT_REG( r23),
H A Dprocess.c314 dest[23] = pt->r23;
/linux-master/arch/parisc/include/asm/
H A Dassembly.h232 STREG %r23, PT_GR23(\regs) variable
266 LDREG PT_GR23(\regs), %r23
/linux-master/arch/powerpc/include/asm/
H A Dppc_asm.h629 #define r23 %r23 macro
/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dppc_asm.h629 #define r23 %r23 macro

Completed in 183 milliseconds

1234