Searched refs:r22 (Results 26 - 50 of 86) sorted by relevance

1234

/linux-master/arch/hexagon/include/asm/
H A Delf.h124 DEST.r22 = REGS->r22; \
/linux-master/arch/arc/include/asm/
H A Dptrace.h58 unsigned long r25, r24, r23, r22, r21, r20, r19, r18, r17, r16, r15, r14, r13; member in struct:callee_regs
100 unsigned long r25, r24, r23, r22, r21, r20, r19, r18, r17, r16, r15, r14, r13; member in struct:callee_regs
H A Dentry-compact.h99 push r22
109 pop r22
/linux-master/arch/hexagon/include/uapi/asm/
H A Dregisters.h156 unsigned long r22; member in struct:pt_regs::__anon304::__anon305
/linux-master/arch/microblaze/include/uapi/asm/
H A Delf.h114 _r->r20 = _r->r21 = _r->r22 = _r->r23 = \
/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A Dcheck.S66 addi r9,r15,22 # check r22
67 cmpd r9,r22
H A Dswitch_endian_test.S53 addi r22, r15, 22
/linux-master/arch/nios2/include/asm/
H A Delf.h69 pr_reg[29] = sw->r22; \
H A Dentry.h98 stw r22, SW_R22(sp) variable
112 ldw r22, SW_R22(sp) variable
/linux-master/arch/powerpc/kernel/
H A Dmisc.S65 PPC_STL r22,13*SZL(r3)
93 PPC_LL r22,13*SZL(r3)
H A Dswsusp_asm64.S98 SAVE_REGISTER(r22)
214 RESTORE_REGISTER(r22)
/linux-master/arch/parisc/include/asm/
H A Dasmregs.h27 arg4: .reg r22
55 r22: .reg %r22
/linux-master/arch/powerpc/lib/
H A Dcopyuser_64.S440 std r22,-104(1)
448 exc; ld r22,640(4)
462 exc; std r22,648(3)
480 exc; ld r22,656(4)
499 exc; std r22,648(3)
530 ld r22,-104(1)
550 ld r22,-104(1)
H A Dcopy_mc_64.S26 ld r22,STK_REG(R22)(r1)
98 std r22,STK_REG(R22)(r1)
123 err2; ld r22,120(r4)
140 err2; std r22,120(r3)
180 ld r22,STK_REG(R22)(r1)
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_64.S440 std r22,-104(1)
448 exc; ld r22,640(4)
462 exc; std r22,648(3)
480 exc; ld r22,656(4)
499 exc; std r22,648(3)
530 ld r22,-104(1)
550 ld r22,-104(1)
H A Dcopy_mc_64.S26 ld r22,STK_REG(R22)(r1)
98 std r22,STK_REG(R22)(r1)
123 err2; ld r22,120(r4)
140 err2; std r22,120(r3)
180 ld r22,STK_REG(R22)(r1)
/linux-master/arch/nios2/kernel/
H A Dasm-offsets.c60 OFFSET(SW_R22, switch_stack, r22);
H A Dinsnemu.S137 stw r22, 88(sp)
568 ldw r22, 88(sp)
H A Dsignal.c73 err |= __get_user(sw->r22, &gregs[21]);
156 err |= __put_user(sw->r22, &gregs[21]);
/linux-master/arch/hexagon/kernel/
H A Dvm_events.c59 regs->r22,
/linux-master/arch/powerpc/kvm/
H A Dbook3s_interrupts.S40 PPC_LL r22, VCPU_GPR(R22)(vcpu); \
180 PPC_STL r22, VCPU_GPR(R22)(r7)
/linux-master/arch/microblaze/kernel/
H A Dasm-offsets.c52 DEFINE(PT_R22, offsetof(struct pt_regs, r22));
107 DEFINE(CC_R22, offsetof(struct cpu_context, r22));
H A Dprocess.c38 pr_info(" r21=%08lX, r22=%08lX, r23=%08lX, r24=%08lX\n",
39 regs->r21, regs->r22, regs->r23, regs->r24);
H A Dsignal.c70 COPY(r22); COPY(r23); COPY(r24); COPY(r25);
131 COPY(r22); COPY(r23); COPY(r24); COPY(r25);
/linux-master/arch/arc/kernel/
H A Dptrace.c138 membuf_store(&to, cregs->r22);
223 REG_IN_ONE(callee.r22, &cregs->r22);

Completed in 290 milliseconds

1234