Searched refs:r17 (Results 26 - 50 of 91) sorted by relevance

1234

/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.h94 push r17
114 pop r17
/linux-master/arch/hexagon/include/uapi/asm/
H A Dregisters.h136 unsigned long r17; member in struct:pt_regs::__anon298::__anon299
/linux-master/arch/microblaze/include/uapi/asm/
H A Delf.h113 _r->r16 = _r->r17 = _r->r18 = _r->r19 = \
/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A Dcheck.S51 addi r9,r15,17 # check r17
52 cmpd r9,r17
H A Dswitch_endian_test.S48 addi r17, r15, 17
/linux-master/arch/nios2/include/asm/
H A Delf.h64 pr_reg[24] = sw->r17; \
H A Dentry.h93 stw r17, SW_R17(sp) variable
107 ldw r17, SW_R17(sp) variable
/linux-master/arch/powerpc/kernel/
H A Dmisc.S60 PPC_STL r17,8*SZL(r3)
88 PPC_LL r17,8*SZL(r3)
H A Dhead_85xx.S715 stw r17, THREAD_NORMSAVE(7)(r12)
727 lis r17, next_tlbcam_idx@h
728 ori r17, r17, next_tlbcam_idx@l
729 add r17, r17, r16 /* r17 = *next_tlbcam_idx */
730 lwz r15, 0(r17) /* r15 = next_tlbcam_idx */
747 100: stw r15, 0(r17)
825 lwz r17, THREAD_NORMSAV
[all...]
H A Dswsusp_asm64.S93 SAVE_REGISTER(r17)
209 RESTORE_REGISTER(r17)
/linux-master/arch/powerpc/lib/
H A Dcopy_mc_64.S31 ld r17,STK_REG(R17)(r1)
93 std r17,STK_REG(R17)(r1)
118 err2; ld r17,80(r4)
135 err2; std r17,80(r3)
175 ld r17,STK_REG(R17)(r1)
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopy_mc_64.S31 ld r17,STK_REG(R17)(r1)
93 std r17,STK_REG(R17)(r1)
118 err2; ld r17,80(r4)
135 err2; std r17,80(r3)
175 ld r17,STK_REG(R17)(r1)
/linux-master/arch/nios2/kernel/
H A Dasm-offsets.c55 OFFSET(SW_R17, switch_stack, r17);
/linux-master/arch/hexagon/kernel/
H A Dvm_events.c54 regs->r17,
/linux-master/arch/parisc/include/asm/
H A Dasmregs.h50 r17: .reg %r17
/linux-master/arch/powerpc/kvm/
H A Dbook3s_interrupts.S35 PPC_LL r17, VCPU_GPR(R17)(vcpu); \
175 PPC_STL r17, VCPU_GPR(R17)(r7)
/linux-master/arch/microblaze/kernel/
H A Dasm-offsets.c47 DEFINE(PT_R17, offsetof(struct pt_regs, r17));
101 DEFINE(CC_R17, offsetof(struct cpu_context, r17));
H A Dentry.S195 swi r17, r1, PT_R17; \
229 lwi r17, r1, PT_R17; \
530 addik r17, r17, -4
533 swi r17, r1, PT_PC;
569 swi r17, r1, PT_PC;
599 swi r17, r1, PT_PC;
611 swi r17, r1, PT_PC;
1087 swi r17, r11, CC_R17
1136 lwi r17, r1
[all...]
H A Dprocess.c36 pr_info(" r17=%08lX, r18=%08lX, r19=%08lX, r20=%08lX\n",
37 regs->r17, regs->r18, regs->r19, regs->r20);
H A Dhead.S369 ori r17, r0, start_kernel
373 rted r17, 0 /* enable MMU and jump to start_kernel */
/linux-master/arch/arc/kernel/
H A Dptrace.c143 membuf_store(&to, cregs->r17);
228 REG_IN_ONE(callee.r17, &cregs->r17);
/linux-master/arch/alpha/kernel/
H A Dsignal.c177 err |= __get_user(regs->r17, sc->sc_regs+17);
300 err |= __put_user(regs->r17, sc->sc_regs+17);
362 regs->r17 = 0; /* a1: exception code */
416 regs->r17 = (unsigned long) &frame->info; /* a1: siginfo pointer */
/linux-master/arch/csky/abiv2/inc/abi/
H A Dentry.h168 stw r17, (sp, 40) variable
198 ldw r17, (sp, 40) variable
/linux-master/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S170 lwz r17,4(r3)
177 add RB(0),RB(80),r17

Completed in 324 milliseconds

1234