Searched refs:r19 (Results 51 - 75 of 90) sorted by relevance

1234

/linux-master/arch/arc/kernel/
H A Dptrace.c141 membuf_store(&to, cregs->r19);
226 REG_IN_ONE(callee.r19, &cregs->r19);
H A Dtroubleshoot.c49 regs->r18, regs->r19, regs->r20,
/linux-master/arch/nios2/kernel/
H A Dinsnemu.S134 stw r19, 76(sp)
565 ldw r19, 76(sp)
H A Dsignal.c70 err |= __get_user(sw->r19, &gregs[18]);
153 err |= __put_user(sw->r19, &gregs[18]);
/linux-master/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S166 lwz r19,12(r3)
175 add RD(0),RD(80),r19
H A Dsha256-spe-asm.S34 #define rW5 r19
54 evstdw r19,48(r1); \
69 evldw r19,48(r1); \
H A Dsha1-spe-asm.S25 #define rW5 r19
63 evstdw r19,48(r1); \
76 evldw r19,48(r1); \
/linux-master/arch/alpha/kernel/
H A Dptrace.c88 PT_REG( r16), PT_REG( r17), PT_REG( r18), PT_REG( r19),
329 audit_syscall_entry(regs->r0, regs->r16, regs->r17, regs->r18, regs->r19);
H A Dprocess.c274 childregs->r19 = 0;
310 dest[19] = pt->r19;
H A Dtraps.c58 regs->r19, regs->r20, regs->r21);
559 printk("r19= %016lx r20= %016lx r21= %016lx\n",
654 R(r19), R(r20), R(r21), R(r22), R(r23), R(r24), R(r25), R(r26),
/linux-master/arch/microblaze/kernel/
H A Dsignal.c69 COPY(r18); COPY(r19); COPY(r20); COPY(r21);
130 COPY(r18); COPY(r19); COPY(r20); COPY(r21);
/linux-master/arch/powerpc/kvm/
H A Dbooke_interrupts.S177 stw r19, VCPU_GPR(R19)(r4)
257 lwz r19, VCPU_GPR(R19)(r4)
295 stw r19, VCPU_GPR(R19)(r4)
315 lwz r19, HOST_NV_GPR(R19)(r1)
359 stw r19, HOST_NV_GPR(R19)(r1)
379 lwz r19, VCPU_GPR(R19)(r4)
H A Dbookehv_interrupts.S120 PPC_STL r19, VCPU_GPR(R19)(r4)
444 PPC_LL r19, VCPU_GPR(R19)(r4)
478 PPC_STL r19, VCPU_GPR(R19)(r4)
498 PPC_LL r19, HOST_NV_GPR(R19)(r1)
540 PPC_STL r19, HOST_NV_GPR(R19)(r1)
560 PPC_LL r19, VCPU_GPR(R19)(r4)
/linux-master/arch/powerpc/lib/
H A Dcopyuser_power7.S60 ld r19,STK_REG(R19)(r1)
127 std r19,STK_REG(R19)(r1)
152 err2; ld r19,104(r4)
169 err2; std r19,104(r3)
182 ld r19,STK_REG(R19)(r1)
H A Dmemcpy_power7.S71 std r19,STK_REG(R19)(r1)
96 ld r19,104(r4)
113 std r19,104(r3)
126 ld r19,STK_REG(R19)(r1)
H A Dcrtsavres.S334 std r19,-104(r1)
391 ld r19,-104(r1)
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_power7.S60 ld r19,STK_REG(R19)(r1)
127 std r19,STK_REG(R19)(r1)
152 err2; ld r19,104(r4)
169 err2; std r19,104(r3)
182 ld r19,STK_REG(R19)(r1)
H A Dmemcpy_power7.S71 std r19,STK_REG(R19)(r1)
96 ld r19,104(r4)
113 std r19,104(r3)
126 ld r19,STK_REG(R19)(r1)
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h301 push r19
317 pop r19
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c39 { "r19", GDB_SIZEOF_REG, offsetof(struct pt_regs, r19)},
/linux-master/arch/parisc/kernel/
H A Dreal2.S246 ldd 7*REG_SZ(%arg1), %r19
/linux-master/tools/perf/arch/powerpc/util/
H A Dperf_regs.c40 SMPL_REG(r19, PERF_REG_POWERPC_R19),
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dradio_2059.c23 r10, r11, r12, r13, r14, r15, r16, r17, r18, r19, \
44 .radio_rxtx92 = r19, \
/linux-master/arch/powerpc/kernel/
H A Dhead_85xx.S86 lwz r19,(is_second_reloc - 0b)@l(r3)
89 cmpwi r19,1
135 cmpwi r19,1
/linux-master/arch/openrisc/kernel/
H A Dentry.S126 l.lwz r19,PT_GPR19(r1) ;\
164 l.sw PT_GPR19(r1),r19 ;\
202 l.sw PT_GPR19(r1),r19 ;\
786 /* Here we use r13-r19 (odd) as scratch regs */
793 DISABLE_INTERRUPTS(r17,r19)
1222 DISABLE_INTERRUPTS(r17,r19)

Completed in 224 milliseconds

1234