Searched refs:r20 (Results 51 - 75 of 95) sorted by relevance

1234

/linux-master/arch/microblaze/kernel/
H A Dasm-offsets.c50 DEFINE(PT_R20, offsetof(struct pt_regs, r20));
105 DEFINE(CC_R20, offsetof(struct cpu_context, r20));
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/kernel/
H A Dswsusp_asm64.S96 SAVE_REGISTER(r20)
212 RESTORE_REGISTER(r20)
H A D85xx_entry_mapping.S166 and r6,r6,r20
173 mr r6,r20
H A Dhead_85xx.S159 LOAD_REG_ADDR_PIC(r20, kernstart_virt_addr)
160 lwz r20,0(r20)
1028 cmpw r20,r7 /* if kernstart_virt_addr != KERNELBASE, randomized */
/linux-master/arch/arc/include/asm/
H A Dentry-compact.h97 push r20
111 pop r20
H A Dentry-arcv2.h302 push r20
316 pop r20
/linux-master/arch/arc/kernel/
H A Dptrace.c140 membuf_store(&to, cregs->r20);
225 REG_IN_ONE(callee.r20, &cregs->r20);
H A Dtroubleshoot.c49 regs->r18, regs->r19, regs->r20,
/linux-master/drivers/macintosh/
H A Dtherm_windtunnel.c69 int r0, r1, r20, r23, r25; /* saved register */ member in struct:__anon278
218 x.r20 = read_reg( x.fan, 0x20, 1 );
270 write_reg( x.fan, 0x20, x.r20, 1 );
/linux-master/arch/nios2/kernel/
H A Dinsnemu.S135 stw r20, 80(sp)
566 ldw r20, 80(sp)
H A Dsignal.c71 err |= __get_user(sw->r20, &gregs[19]);
154 err |= __put_user(sw->r20, &gregs[19]);
/linux-master/arch/powerpc/kvm/
H A Dbooke_interrupts.S178 stw r20, VCPU_GPR(R20)(r4)
258 lwz r20, VCPU_GPR(R20)(r4)
296 stw r20, VCPU_GPR(R20)(r4)
316 lwz r20, HOST_NV_GPR(R20)(r1)
360 stw r20, HOST_NV_GPR(R20)(r1)
380 lwz r20, VCPU_GPR(R20)(r4)
H A Dbookehv_interrupts.S121 PPC_STL r20, VCPU_GPR(R20)(r4)
445 PPC_LL r20, VCPU_GPR(R20)(r4)
479 PPC_STL r20, VCPU_GPR(R20)(r4)
499 PPC_LL r20, HOST_NV_GPR(R20)(r1)
541 PPC_STL r20, HOST_NV_GPR(R20)(r1)
561 PPC_LL r20, VCPU_GPR(R20)(r4)
/linux-master/arch/openrisc/kernel/
H A Dentry.S129 l.lwz r20,PT_GPR20(r1) ;\
167 l.sw PT_GPR20(r1),r20 ;\
207 l.sw PT_GPR20(r1),r20 ;\
738 l.sw PT_GPR20(r1),r20
1012 l.sfeqi r20,0
1017 l.jalr r20
1032 l.lwz r20,PT_GPR20(r1)
1096 l.sw PT_GPR20(r1),r20
1145 l.lwz r20,PT_GPR20(r1)
1185 l.sw PT_GPR20(r1),r20
[all...]
/linux-master/arch/powerpc/lib/
H A Dcopyuser_power7.S59 ld r20,STK_REG(R20)(r1)
128 std r20,STK_REG(R20)(r1)
153 err2; ld r20,112(r4)
170 err2; std r20,112(r3)
183 ld r20,STK_REG(R20)(r1)
H A Dmemcpy_power7.S72 std r20,STK_REG(R20)(r1)
97 ld r20,112(r4)
114 std r20,112(r3)
127 ld r20,STK_REG(R20)(r1)
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_power7.S59 ld r20,STK_REG(R20)(r1)
128 std r20,STK_REG(R20)(r1)
153 err2; ld r20,112(r4)
170 err2; std r20,112(r3)
183 ld r20,STK_REG(R20)(r1)
H A Dmemcpy_power7.S72 std r20,STK_REG(R20)(r1)
97 ld r20,112(r4)
114 std r20,112(r3)
127 ld r20,STK_REG(R20)(r1)
/linux-master/arch/powerpc/crypto/
H A Dsha256-spe-asm.S35 #define rW6 r20
55 evstdw r20,56(r1); \
70 evldw r20,56(r1); \
H A Dsha1-spe-asm.S26 #define rW6 r20
64 evstdw r20,56(r1); \
77 evldw r20,56(r1); \
/linux-master/arch/hexagon/kernel/
H A Dkgdb.c40 { "r20", GDB_SIZEOF_REG, offsetof(struct pt_regs, r20)},
/linux-master/arch/parisc/kernel/
H A Dreal2.S245 ldd 6*REG_SZ(%arg1), %r20
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c1294 current_pt_regs()->r20 = sys_geteuid();
1300 current_pt_regs()->r20 = sys_getegid();
1306 current_pt_regs()->r20 = sys_getppid();
1316 current_pt_regs()->r20 = fd[1];
/linux-master/tools/perf/arch/powerpc/util/
H A Dperf_regs.c41 SMPL_REG(r20, PERF_REG_POWERPC_R20),

Completed in 291 milliseconds

1234