Searched refs:r19 (Results 26 - 50 of 90) sorted by relevance

1234

/linux-master/tools/testing/selftests/powerpc/copyloops/asm/
H A Dppc_asm.h15 #define R19 r19
/linux-master/arch/microblaze/kernel/
H A Dentry.S197 swi r19, r1, PT_R19; \
231 lwi r19, r1, PT_R19; \
456 lwi r19, r11, TI_FLAGS; /* get flags in thread info */
457 andi r11, r19, _TIF_NEED_RESCHED;
466 andi r11, r19, _TIF_SIGPENDING | _TIF_NOTIFY_RESUME;
515 addk r5, r0, r19 /* ... and argument - in r19 */
630 lwi r19, r11, TI_FLAGS; /* get flags in thread info */
631 andi r11, r19, _TIF_NEED_RESCHED;
640 5: andi r11, r19, _TIF_SIGPENDIN
[all...]
H A Dmcount.S35 swi r19, r1, 64; \
66 lwi r19, r1, 64; \
H A Dprocess.c36 pr_info(" r17=%08lX, r18=%08lX, r19=%08lX, r20=%08lX\n",
37 regs->r17, regs->r18, regs->r19, regs->r20);
70 ti->cpu_context.r19 = (unsigned long)args->fn_arg;
H A Dasm-offsets.c49 DEFINE(PT_R19, offsetof(struct pt_regs, r19));
104 DEFINE(CC_R19, offsetof(struct cpu_context, r19));
/linux-master/arch/sh/boot/compressed/
H A Dhead_64.S153 movi datalabel (CONFIG_MEMORY_START + 0x2000)+1, r19
154 ptabs r19, tr0
/linux-master/arch/hexagon/include/asm/
H A Delf.h121 DEST.r19 = REGS->r19; \
/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.h96 push r19
112 pop r19
/linux-master/arch/csky/abiv2/
H A Dmemcmp.S16 movi r19, 4
140 sub r13, r19, r13
H A Dmemmove.S31 movi r19, 0
/linux-master/arch/hexagon/include/uapi/asm/
H A Dregisters.h143 unsigned long r19; member in struct:pt_regs::__anon300::__anon301
/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.S57 addi r9,r15,19 # check r19
58 cmpd r9,r19
H A Dswitch_endian_test.S50 addi r19, r15, 19
/linux-master/arch/nios2/include/asm/
H A Delf.h66 pr_reg[26] = sw->r19; \
H A Dentry.h95 stw r19, SW_R19(sp) variable
109 ldw r19, SW_R19(sp) variable
/linux-master/arch/powerpc/kernel/
H A Dmisc.S62 PPC_STL r19,10*SZL(r3)
90 PPC_LL r19,10*SZL(r3)
H A Dswsusp_asm64.S95 SAVE_REGISTER(r19)
211 RESTORE_REGISTER(r19)
/linux-master/arch/parisc/include/asm/
H A Dasmregs.h24 arg7: .reg r19
52 r19: .reg %r19
/linux-master/arch/powerpc/lib/
H A Dcopy_mc_64.S29 ld r19,STK_REG(R19)(r1)
95 std r19,STK_REG(R19)(r1)
120 err2; ld r19,96(r4)
137 err2; std r19,96(r3)
177 ld r19,STK_REG(R19)(r1)
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopy_mc_64.S29 ld r19,STK_REG(R19)(r1)
95 std r19,STK_REG(R19)(r1)
120 err2; ld r19,96(r4)
137 err2; std r19,96(r3)
177 ld r19,STK_REG(R19)(r1)
/linux-master/arch/nios2/kernel/
H A Dasm-offsets.c57 OFFSET(SW_R19, switch_stack, r19);
/linux-master/arch/hexagon/kernel/
H A Dvm_events.c56 regs->r19);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_interrupts.S37 PPC_LL r19, VCPU_GPR(R19)(vcpu); \
177 PPC_STL r19, VCPU_GPR(R19)(r7)

Completed in 195 milliseconds

1234