Searched refs:r2 (Results 151 - 175 of 421) sorted by relevance

1234567891011>>

/arch/sh/lib64/
H A Dmemcpy.S60 add r2,r4,r5
68 stlo.l r2, 0, r0
89 st.b r2,0,r0
93 stlo.q r2, 0, r0
101 ld.b r2,0,r63
103 st.b r2,0,r0
106 st.b r2,1,r1
114 sthi.l r2, 3, r0
123 sthi.q r2, 7, r0
131 sthi.q r2,
[all...]
/arch/sh/kernel/cpu/sh5/
H A Dentry.S261 st.q SP, SAVED_R2, r2
271 getcon EXPEVT, r2
304 st.q SP, SAVED_R2 , r2
314 gettr tr0, r2
319 st.q SP, SAVED_TR0 , r2
326 getcon SSR, r2
329 shlri r2, 30, r2
330 andi r2, 1, r2 /* r
[all...]
/arch/unicore32/lib/
H A Dbacktrace.S65 1003: ldw r2, [sv_pc+], #-4 @ if stmfd sp, {args} exists,
67 cxor.a r3, r2 >> #14 @ instruction
75 mov r2, frame
137 mov r2, reg
138 csub.a r2, #8
140 sub r2, r2, #3
144 add r2, r2, #0x10 @ so r2 nee
[all...]
/arch/arm/boot/compressed/
H A Dhead.S136 mov r8, r2 @ save atags pointer
144 mrs r2, cpsr @ get current mode
145 tst r2, #3 @ not user?
151 mrs r2, cpsr @ turn off interrupts to
152 orr r2, r2, #0xc0 @ prevent angel from running
153 msr cpsr_c, r2
182 ldmia r0, {r1, r2, r3, r6, r10, r11, r12}
223 * r2 = BSS start
263 sub r2, s
[all...]
/arch/arm/mach-omap2/
H A Dsleep34xx.S90 adrl r2, l2dis_3630 @ may be too distant for plain adr
91 str r1, [r2]
109 mov r2, #4 @ set some flags in r2, r6
422 ldr r2, es3_sdrc_fix_sz
423 mov r2, r2, ror #2
427 subs r2, r2, #0x1 @ num_words--
436 ldr r2, [r
[all...]
/arch/cris/arch-v32/mm/
H A Dmmu.S99 movem $r2, [$sp]
108 move.d [$r1], $r2 ; Get last_refill_cause
109 cmp.d $r0, $r2 ; rw_mm_cause == last_refill_cause ?
111 moveq 1, $r2
114 move.d $r2, [$acr] ; refill_count = 1
137 movem [$sp], $r2 ; Restore r0-r2 in delay slot
149 moveq 1, $r2
151 move.d $r2, [$acr] ; refill_count = 1
157 move.d [$acr], $r2 ; Ge
[all...]
/arch/sh/boot/compressed/
H A Dhead_32.S20 mov.l 1f, r2
21 cmp/eq r2, r0
23 sub r0, r2
29 sub r2, r1
67 mov.l bss_start_addr, r2
71 cmp/eq r1,r2
/arch/avr32/kernel/
H A Dentry-avr32b.S107 lsr r2, r0, PGDIR_SHIFT
108 ld.w r3, r1[r2 << 2]
114 ld.w r2, r3[r1 << 2]
116 bld r2, _PAGE_BIT_PRESENT
120 sbr r2, _PAGE_BIT_ACCESSED
121 st.w r3[r1 << 2], r2
124 andl r2, _PAGE_FLAGS_HARDWARE_MASK & 0xffff
125 mtsr SYSREG_TLBELO, r2
129 clz r2, r0
132 mov r2,
[all...]
/arch/arm/mach-tegra/
H A Dsleep.S78 cpu_to_csr_reg r2, r0
81 str r3, [r0, r2] @ clear event & interrupt status
89 str r3, [r0, r2] @ clear event & interrupt status
/arch/ia64/kernel/
H A Dentry.S116 adds r2=PT(R16)+IA64_SWITCH_STACK_SIZE+16,sp
125 (p6) st8 [r2]=in5 // store TLS in r16 for copy_thread()
148 adds r2=PT(R16)+IA64_SWITCH_STACK_SIZE+16,sp
157 (p6) st8 [r2]=in4 // store TLS in r13 (tp)
255 adds r2=16+128,sp
262 lfetch.fault.excl.nt1 [r2],128
265 lfetch.fault.excl [r2]
269 add r2=16+3*128,sp
277 lfetch.fault.excl.nt1 [r2],128 // prefetch offset 0x190
280 lfetch.fault.excl.nt1 [r2] // prefetc
[all...]
/arch/arm/mm/
H A Dcache-v4wb.S85 add r2, r1, #CACHE_DSIZE
87 cmp r1, r2
90 add r2, r2, #FLUSH_BASE_MINICACHE - FLUSH_BASE
91 sub r1, r2, #512 @ only 512 bytes
93 cmp r1, r2
112 tst r2, #VM_EXEC @ executable region?
123 tst r2, #VM_EXEC
238 cmp r2, #DMA_TO_DEVICE
H A Dproc-arm740.S81 mov r2, #10 @ 11 is the minimum (4KB)
82 1: add r2, r2, #1 @ area size *= 2
85 orr r0, r0, r2, lsl #1 @ the area register value
91 mov r2, #10 @ 11 is the minimum (4KB)
92 1: add r2, r2, #1 @ area size *= 2
95 orr r0, r0, r2, lsl #1 @ the area register value
/arch/arm/nwfpe/
H A Dentry.S101 and r2, r6, #0x0F000000 @ test for FP insns
102 teq r2, #0x0C000000
103 teqne r2, #0x0D000000
104 teqne r2, #0x0E000000
/arch/hexagon/include/asm/
H A Duser.h33 unsigned long r2; member in struct:user_regs_struct
/arch/powerpc/boot/
H A Dppc_asm.h31 #define r2 2 macro
/arch/powerpc/kernel/
H A Dswsusp_asm64.S79 ld r11,swsusp_save_area_ptr@toc(r2)
84 SAVE_REGISTER(r2)
117 ld r11,swsusp_save_area_ptr@toc(r2)
131 ld r12,restore_pblist_ptr@toc(r2)
171 ld r11,swsusp_save_area_ptr@toc(r2)
179 srdi r2, r1, 32
184 mttbu r2
190 RESTORE_REGISTER(r2)
224 ld r11,swsusp_save_area_ptr@toc(r2)
/arch/s390/include/asm/
H A Dsfp-machine.h75 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) ({ \
96 (r2) = __r2; \
101 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) ({ \
122 (r2) = __r2; \
/arch/unicore32/kernel/
H A Ddebug-macro.S55 @ We assume r1 and r2 can be clobbered.
57 movl r2, #UART_DIVISOR_DEFAULT
60 and r1, r2, #0xff00
63 and r1, r2, #0xff
/arch/arm/lib/
H A Dlib1funcs.S212 subs r2, r1, #1
217 tst r1, r2
220 ARM_DIV_BODY r0, r1, r2, r3
222 mov r0, r2
229 12: ARM_DIV2_ORDER r1, r2
231 mov r0, r0, lsr r2
241 subs r2, r1, #1 @ compare divisor with 1
245 tsthi r1, r2 @ see if divisor is power of 2
246 andeq r0, r0, r2
249 ARM_MOD_BODY r0, r1, r2, r
[all...]
H A Dmuldi3.S18 #define yh r2
23 #define yl r2
/arch/parisc/kernel/
H A Dentry.S725 STREG %r2, -RP_OFFSET(%r30)
731 ldd 24(%r26), %r2
732 STREG %r2, PT_GR27(%r1) /* Store childs %dp */
748 BL do_fork, %r2
753 LDREG -PT_SZ_ALGN-RP_OFFSET(%r30), %r2
755 bv %r0(%r2)
769 BL schedule_tail, %r2
780 copy %r31, %r2
797 copy %r2, %r15
806 BL sys_execve, %r2
[all...]
/arch/arm/kernel/
H A Ddebug.S139 printhex: adr r2, hexbuf
140 add r3, r2, r1
149 teq r3, r2
151 mov r0, r2
162 addruart_current r3, r1, r2
164 1: waituart r2, r3
166 busyuart r2, r3
178 addruart_current r3, r1, r2
/arch/cris/include/arch-v10/arch/
H A Dptrace.h73 unsigned long r2; member in struct:pt_regs
103 unsigned long r2; member in struct:switch_stack
/arch/cris/include/arch-v32/arch/
H A Dptrace.h61 unsigned long r2; member in struct:pt_regs
98 unsigned long r2; member in struct:switch_stack
/arch/sh/include/asm/
H A Dentry-macros.S39 mov.l r2, @-r15
55 mov.l @r15+, r2
70 mov.l r2, @-r15
86 mov.l @r15+, r2

Completed in 1159 milliseconds

1234567891011>>