Searched refs:r10 (Results 51 - 75 of 326) sorted by relevance

1234567891011>>

/linux-master/arch/sh/lib/
H A Dcopy_page.S24 * r10 --- to
29 mov.l r10,@-r15
31 mov r4,r10
48 movca.l r0,@r10
50 mov.l r0,@r10
52 add #32,r10
53 mov.l r7,@-r10
54 mov.l r6,@-r10
55 mov.l r5,@-r10
56 mov.l r4,@-r10
[all...]
/linux-master/arch/powerpc/crypto/
H A Daes-spe-keys.S34 xor r10,r10,r10; \
123 LOAD_KEY(r10,r4,20)
129 stw r10,20(r3)
134 mr r14,r10 /* apply LS_BOX to 6th temp */
143 xor r10,r10,r9
152 stw r10,20(r3)
173 LOAD_KEY(r10,r
[all...]
/linux-master/arch/arm/crypto/
H A Dblake2s-core.S115 // spilling v[8..9], then to v[9..15], then to the message block. r10-r12 and
133 __ldrd r10, r11, sp, 16 // load v[12] and v[13]
134 _blake2s_quarterround r0, r4, r8, r10, r1, r5, r9, r11, \
137 __strd r10, r11, sp, 16
142 __ldrd r10, r11, sp, 24 // load v[14] and v[15]
143 _blake2s_quarterround r2, r6, r8, r10, r3, r7, r9, r11, \
145 str r10, [sp, #24] // store v[14]
153 ldr r10, [sp, #16] // load v[12]
154 _blake2s_quarterround r0, r5, r8, r11, r1, r6, r9, r10, \
158 str r10, [s
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dsram242x.S47 ldr r10, [r11] @ get current val
51 and r10, r10, r9 @ clear bit2 for lock mode.
52 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
53 orr r10, r10, #0x2 @ 90 degree phase for all below 133MHz
54 str r10, [r11] @ commit to DLLA_CTRL
59 ldr r10, [r11] @ get locked value
81 str r10, [r
[all...]
H A Dsram243x.S47 ldr r10, [r11] @ get current val
51 and r10, r10, r9 @ clear bit2 for lock mode.
52 orr r10, r10, #0x8 @ make sure DLL on (es2 bit pos)
53 orr r10, r10, #0x2 @ 90 degree phase for all below 133MHz
54 str r10, [r11] @ commit to DLLA_CTRL
59 ldr r10, [r11] @ get locked value
81 str r10, [r
[all...]
/linux-master/arch/powerpc/boot/
H A Ddiv64.S30 li r10,-1 # to make it < 2^32, and shifting
31 srw r10,r10,r0 # the divisor right the same amount,
32 addc r9,r4,r10 # rounding up (so the estimate cannot
33 andc r11,r6,r10 # ever be too large, only too small)
34 andc r9,r9,r10
40 2: mullw r10,r11,r4 # to get an estimate of the quotient,
42 subfc r6,r10,r6 # take the product from the divisor,
49 mullw r10,r0,r4 # and get the remainder
51 subf r6,r10,r
[all...]
/linux-master/arch/x86/mm/
H A Dmem_encrypt_boot.S42 movq %rdi, %r10 /* Encrypted area */
53 movq %r10, %rdi /* Encrypted area */
112 movq %rdi, %r10 /* Save encrypted area address */
139 movq %r10, %rdi /* Dest - encrypted area */
144 addq %r12, %r10
/linux-master/arch/nios2/kernel/
H A Dentry.S179 rdctl r10, status
180 ori r10, r10, STATUS_PIE
181 wrctl status, r10
232 rdctl r10, status /* disable intrs */
233 andi r10, r10, %lo(~STATUS_PIE)
234 wrctl status, r10
303 ldw r10, TI_FLAGS(r11) /* get thread_info->flags */
304 ANDI32 r11, r10, _TIF_WORK_MAS
[all...]
H A Dinsnemu.S30 ldw r10, PT_R10(sp)
125 stw r10, 40(sp)
409 movi r10, 0 /* mulxuu_product = 0 */
420 * r10 = mulxuu_product
448 add r10, r10, r3
449 cmpltu r7, r10, r3 /* Save the carry from the MSB of mulxuu_product. */
468 srli r10, r10, 1
469 or r10, r1
[all...]
/linux-master/arch/powerpc/kexec/
H A Drelocate_32.S128 li r10, 1 /* r10 will hold PageSize */
134 rotlwi r10, r10, 28 /* r10 = 256M */
139 rotlwi r10, r10, 12 /* r10 = 4K */
142 rotlwi r10, r10, 1
[all...]
/linux-master/arch/arm/mach-sa1100/
H A Dsleep.S75 * r10 = MDCNFG value
103 ldr r10, [r9]
104 bic r10, r10, #(MDCNFG_DE0+MDCNFG_DE1)
105 bic r10, r10, #(MDCNFG_DE2+MDCNFG_DE3)
131 str r10, [r9]
/linux-master/arch/s390/boot/
H A Dhead_kdump.S40 larl %r10,.Lcopy_start # Source of data mover
42 mvc 0(256,%r8),0(%r10) # Copy data mover code
45 mvc 0(256,%r8),0(%r10) # reserved mem
66 lghi %r10,COPY_PAGE_ADDR # Load copy page address
68 mvc 0(256,%r10),0(%r5) # Copy old kernel to tmp
70 mvc 0(256,%r11),0(%r10) # Copy tmp to new
/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A Dcheck.S21 mfcr r10
22 and r10,r10,r9
23 cmpw r9,r10
27 mflr r10
28 cmpd r9,r10
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dlarge_vm_gpr_corruption.c64 unsigned long r9, r10, r11, r12, r13; local
73 "mr %1, %%r10 ;"
79 "mr %6, %%r10 ;"
84 "mr %%r10, %1 ;"
89 "=&b"(r12_orig), "=&b"(r13_orig), "=&b"(r9), "=&b"(r10),
92 : "r9", "r10", "r11", "r12", "r13");
95 CHECK_REG(r10);
/linux-master/arch/powerpc/kernel/
H A Dmisc_64.S269 li r10,0x60
272 mtsrr0 r10
305 mfspr r10,SPRN_TLB1CFG
306 andi. r10,r10,TLBnCFG_N_ENTRY /* Extract # entries */
307 subi r10,r10,1 /* Last entry: no conflict with kernel text */
309 rlwimi r9,r10,16,4,15 /* Setup MAS0 = TLBSEL | ESEL(r9) */
363 li r10,MSR_DR|MSR_IR
367 andc r10,r1
[all...]
/linux-master/arch/powerpc/lib/
H A Dmemcpy_64.S36 1: lbzu r10,1(r4)
37 stbu r10,1(r9)
106 sldi r10,r0,3
110 subfic r11,r10,64
117 sld r6,r9,r10
120 sld r8,r0,r10
129 sld r8,r0,r10
134 sld r6,r9,r10
138 sld r8,r0,r10
147 sld r6,r9,r10
[all...]
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_64.S36 1: lbzu r10,1(r4)
37 stbu r10,1(r9)
106 sldi r10,r0,3
110 subfic r11,r10,64
117 sld r6,r9,r10
120 sld r8,r0,r10
129 sld r8,r0,r10
134 sld r6,r9,r10
138 sld r8,r0,r10
147 sld r6,r9,r10
[all...]
/linux-master/arch/x86/lib/
H A Dmemcpy_64.S67 movq 2*8(%rsi), %r10
73 movq %r10, 2*8(%rdi)
96 movq -3*8(%rsi), %r10
101 movq %r10, -3*8(%rdi)
121 movq -2*8(%rsi, %rdx), %r10
125 movq %r10, -2*8(%rdi, %rdx)
/linux-master/tools/arch/x86/lib/
H A Dmemcpy_64.S66 movq 2*8(%rsi), %r10
72 movq %r10, 2*8(%rdi)
95 movq -3*8(%rsi), %r10
100 movq %r10, -3*8(%rdi)
120 movq -2*8(%rsi, %rdx), %r10
124 movq %r10, -2*8(%rdi, %rdx)
/linux-master/arch/x86/include/uapi/asm/
H A Dptrace.h57 unsigned long r10; member in struct:pt_regs
/linux-master/arch/arc/include/uapi/asm/
H A Dptrace.h40 unsigned long r12, r11, r10, r9, r8, r7, r6, r5, r4, r3, r2, r1, r0; member in struct:user_regs_struct::__anon131
/linux-master/arch/arc/lib/
H A Dmemcpy-archs-unaligned.S31 LOADX (r10, r1)
35 STOREX (r10, r3)
/linux-master/arch/powerpc/include/asm/
H A Dexception-64e.h79 * re-entrancy safe working space of r10...r16 and CR with r12 being used
90 std r10,EX_TLB_R10(r12); \
91 mfcr r10; \
102 std r10,EX_TLB_CR(r12); \
127 ld r10,EX_TLB_R10(r12); \
/linux-master/arch/powerpc/kvm/
H A Dbook3s_32_sr.S105 KVM_LOAD_BAT(0, r9, r10, r11)
106 KVM_LOAD_BAT(1, r9, r10, r11)
107 KVM_LOAD_BAT(2, r9, r10, r11)
108 KVM_LOAD_BAT(3, r9, r10, r11)
/linux-master/arch/alpha/include/uapi/asm/
H A Dptrace.h60 unsigned long r10; member in struct:switch_stack

Completed in 187 milliseconds

1234567891011>>