/linux/arch/openrisc/lib/ |
H A D | memset.S | 41 1: l.addi r19, r3, 0 // Set r19 = src 52 l.addi r19, r3, 0 // Set r19 = src 60 l.addi r19, r3, 1 // src += 1 68 l.addi r19, r3, 2 // src += 2 73 l.addi r19, r3, 3 // src += 3 76 2: l.sw 0(r19), r13 // *src = cccc 80 l.addi r19, r19, 4 // Increase src 88 l.sb 0(r19), r13 // *src = cccc 91 l.addi r19, r19, 1 // Increase src
|
/linux/arch/parisc/kernel/ |
H A D | entry.S | 807 LDREG PT_IAOQ0(%r16),%r19 808 depi PRIV_USER,31,2,%r19 809 STREG %r19,PT_IAOQ0(%r16) 810 LDREG PT_IAOQ1(%r16),%r19 811 depi PRIV_USER,31,2,%r19 812 STREG %r19,PT_IAOQ1(%r16) 813 LDREG PT_PSW(%r16),%r19 819 and %r19,%r1,%r19 /* Mask out bits that user shouldn't play with */ 821 or %r19,%r1,%r19 /* Make sure default USER_PSW bits are set */ 822 STREG %r19,PT_PSW(%r16) [all …]
|
H A D | syscall.S | 190 STREG %r19, TASK_PT_GR19(%r1) 194 extrd,u %r2,63,1,%r19 /* W hidden in bottom bit */ 196 xor %r19,%r2,%r2 /* clear bottom bit */ 197 depd,z %r19,1,1,%r19 198 std %r19,TASK_PT_PSW(%r1) 226 copy %r19,%r2 /* W bit back to r2 */ 237 ldi _TIF_SYSCALL_TRACE_MASK, %r19 238 and,COND(=) %r1, %r19, %r0 248 ldo R%sys_call_table(%r1), %r19 250 ldo R%sys_call_table64(%r1), %r19 [all …]
|
H A D | pacache.S | 43 rsm PSW_SM_I, %r19 /* save I-bit state */ 170 or %r1, %r19, %r1 /* I-bit to state on entry */ 385 1: ldd 0(%r25), %r19 390 std %r19, 0(%r26) 393 ldd 32(%r25), %r19 400 std %r19, 32(%r26) 403 ldd 64(%r25), %r19 410 std %r19, 64(%r26) 413 ldd 96(%r25), %r19 421 std %r19, 96(%r26) [all …]
|
/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | busy_loop.S | 17 std r19, 120(%r1) 59 li r19, 0x1919 60 std r19, -208(%r1) 119 cmpwi r19, 0x1919 161 li r19, 0xbe 215 ld r19, -208(%r1) 216 cmpwi r19, 0x1919 257 ld r19, 120(%r1)
|
/linux/arch/microblaze/lib/ |
H A D | uaccess_old.S | 18 2: lwi r19, r6, 0x0004 + offset; \ 26 10: swi r19, r5, 0x0004 + offset; \ 106 swi r19, r1, 12 129 lwi r19, r1, 12 149 lwi r19, r1, 12
|
/linux/arch/alpha/kernel/ |
H A D | signal.c | 179 err |= __get_user(regs->r19, sc->sc_regs+19); in restore_sigcontext() 302 err |= __put_user(regs->r19, sc->sc_regs+19); in setup_sigcontext() 447 syscall_restart(unsigned long r0, unsigned long r19, in syscall_restart() argument 460 regs->r19 = r19; in syscall_restart() 484 do_signal(struct pt_regs *regs, unsigned long r0, unsigned long r19) in do_signal() argument 495 syscall_restart(r0, r19, regs, &ksig.ka); in do_signal() 506 regs->r19 = r19; in do_signal() 524 unsigned long r0, unsigned long r19) in do_work_pending() argument 535 do_signal(regs, r0, r19); in do_work_pending()
|
/linux/arch/csky/abiv2/ |
H A D | memcpy.S | 15 movi r19, 4 26 movi r19, 0 88 sub r13, r19, r13
|
H A D | memset.S | 16 movi r19, 4 70 sub r13, r19, r13
|
/linux/arch/powerpc/lib/ |
H A D | copypage_power7.S | 96 std r19,STK_REG(R19)(r1) 113 ld r19,112(r4) 130 std r19,112(r3) 140 ld r19,STK_REG(R19)(r1)
|
H A D | copy_mc_64.S | 29 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/tools/testing/selftests/powerpc/include/ |
H A D | gpr_asm.h | 24 std r19,(top_pos - 96)(%r1); \ 44 ld r19,(top_pos - 96)(%r1); \ 75 ld r19,40(r3)
|
/linux/arch/microblaze/kernel/ |
H A D | entry.S | 197 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_SIGPENDING | _TIF_NOTIFY_RESUME; 742 lwi r19, r11, TI_FLAGS; /* MS: get flags from thread info */ [all …]
|
H A D | process.c | 37 regs->r17, regs->r18, regs->r19, regs->r20); in show_regs() 70 ti->cpu_context.r19 = (unsigned long)args->fn_arg; in copy_thread()
|
/linux/arch/powerpc/kernel/ |
H A D | idle_book3s.S | 66 std r19,-8*7(r1) 111 ld r19,-8*7(r1) 174 std r19,-8*7(r1)
|
H A D | misc.S | 62 PPC_STL r19,10*SZL(r3) 90 PPC_LL r19,10*SZL(r3)
|
/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | copy_mc_64.S | 29 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/Documentation/translations/zh_CN/arch/parisc/ |
H A D | registers.rst | 122 r1,r2,r19-r26,r28,r29 & r31可以在不保存它们的情况下被使用。当然,如果你 136 r19-r22:
|
/linux/Documentation/translations/zh_TW/arch/parisc/ |
H A D | registers.rst | 122 r1,r2,r19-r26,r28,r29 & r31可以在不保存它們的情況下被使用。當然,如果你 136 r19-r22:
|
/linux/arch/parisc/include/asm/ |
H A D | asmregs.h | 24 arg7: .reg r19 52 r19: .reg %r19
|
/linux/arch/arc/include/asm/ |
H A D | unwind.h | 33 unsigned long r19; member 92 PTREGS_INFO(r19), \
|
H A D | ptrace.h | 58 unsigned long r25, r24, r23, r22, r21, r20, r19, r18, r17, r16, r15, r14, r13; member 100 unsigned long r25, r24, r23, r22, r21, r20, r19, r18, r17, r16, r15, r14, r13; member
|
/linux/arch/powerpc/kernel/vdso/ |
H A D | vgetrandom-chacha.S | 38 #define state3 r19 134 std r19, -104(r1) 158 stw r19, 44(r1) 326 ld r19, -104(r1) 348 lwz r19, 44(r1)
|
/linux/arch/sh/boot/compressed/ |
H A D | head_64.S | 153 movi datalabel (CONFIG_MEMORY_START + 0x2000)+1, r19 154 ptabs r19, tr0
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | radio_2059.c | 23 r10, r11, r12, r13, r14, r15, r16, r17, r18, r19, \ argument 44 .radio_rxtx92 = r19, \
|