Home
last modified time | relevance | path

Searched refs:r11 (Results 1 – 25 of 110) sorted by relevance

12345

/linux-2.4.37.9/arch/ppc/kernel/
Dcpu_setup_6xx.S76 mfspr r11,HID0
77 andi. r0,r11,HID0_DCE
78 ori r11,r11,HID0_ICE|HID0_DCE
79 ori r8,r11,HID0_ICFI
85 mtspr HID0,r11 /* enable caches */
94 mfspr r11,HID0
95 ori r11,r11,HID0_SIED|HID0_BHTE
96 ori r8,r11,HID0_BTCD
100 mtspr HID0,r11
131 mfspr r11,SPRN_MSSSR0
[all …]
Dhead.S1194 neg r11,r10 /* phys_to_virt constant */
1241 rlwimi r15,r11,16,16,31 /* half of pv const in low half*/
1629 lis r11,KERNELBASE@h
1635 ori r11,r11,4 /* set up BAT registers for 601 */
1637 oris r9,r11,0x800000@h /* set up BAT reg for 2nd 8M */
1639 mtspr IBAT0U,r11 /* N.B. 601 has valid bit in */
1647 4: tophys(r8,r11)
1654 ori r11,r11,BL_8M<<2|0x2 /* set up 8MB BAT registers for 604 */
1656 ori r11,r11,BL_256M<<2|0x2 /* set up BAT registers for 604 */
1661 clrldi r11,r11,32
[all …]
/linux-2.4.37.9/include/asm-alpha/
Dunaligned.h32 extern inline unsigned long __uldq(const unsigned long * r11) in __uldq() argument
34 const struct __una_u64 *ptr = (const struct __una_u64 *) r11; in __uldq()
38 extern inline unsigned long __uldl(const unsigned int * r11) in __uldl() argument
40 const struct __una_u32 *ptr = (const struct __una_u32 *) r11; in __uldl()
44 extern inline unsigned long __uldw(const unsigned short * r11) in __uldw() argument
46 const struct __una_u16 *ptr = (const struct __una_u16 *) r11; in __uldw()
54 extern inline void __ustq(unsigned long r5, unsigned long * r11) in __ustq() argument
56 struct __una_u64 *ptr = (struct __una_u64 *) r11; in __ustq()
60 extern inline void __ustl(unsigned long r5, unsigned int * r11) in __ustl() argument
62 struct __una_u32 *ptr = (struct __una_u32 *) r11; in __ustl()
[all …]
/linux-2.4.37.9/include/asm-mips64/
Dunaligned.h61 static inline __u64 __uldq(const __u64 * r11) in __uldq() argument
63 const struct __una_u64 *ptr = (const struct __una_u64 *) r11; in __uldq()
67 static inline __u32 __uldl(const __u32 * r11) in __uldl() argument
69 const struct __una_u32 *ptr = (const struct __una_u32 *) r11; in __uldl()
73 static inline __u16 __uldw(const __u16 * r11) in __uldw() argument
75 const struct __una_u16 *ptr = (const struct __una_u16 *) r11; in __uldw()
83 static inline void __ustq(__u64 r5, __u64 * r11) in __ustq() argument
85 struct __una_u64 *ptr = (struct __una_u64 *) r11; in __ustq()
89 static inline void __ustl(__u32 r5, __u32 * r11) in __ustl() argument
91 struct __una_u32 *ptr = (struct __una_u32 *) r11; in __ustl()
[all …]
/linux-2.4.37.9/include/asm-mips/
Dunaligned.h61 static inline __u64 __uldq(const __u64 * r11) in __uldq() argument
63 const struct __una_u64 *ptr = (const struct __una_u64 *) r11; in __uldq()
67 static inline __u32 __uldl(const __u32 * r11) in __uldl() argument
69 const struct __una_u32 *ptr = (const struct __una_u32 *) r11; in __uldl()
73 static inline __u16 __uldw(const __u16 * r11) in __uldw() argument
75 const struct __una_u16 *ptr = (const struct __una_u16 *) r11; in __uldw()
83 static inline void __ustq(__u64 r5, __u64 * r11) in __ustq() argument
85 struct __una_u64 *ptr = (struct __una_u64 *) r11; in __ustq()
89 static inline void __ustl(__u32 r5, __u32 * r11) in __ustl() argument
91 struct __una_u32 *ptr = (struct __una_u32 *) r11; in __ustl()
[all …]
/linux-2.4.37.9/arch/ppc/boot/lib/
Ddiv64.S30 1: mr r11,r5 # here dividend.hi != 0
37 andc r11,r6,r10 # ever be too large, only too small)
39 or r11,r5,r11
41 rotlw r11,r11,r0
42 divwu r11,r11,r9 # then we divide the shifted quantities
43 2: mullw r10,r11,r4 # to get an estimate of the quotient,
44 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
46 add r8,r8,r11 # and add the estimate to the accumulated
/linux-2.4.37.9/arch/ppc/lib/
Ddiv64.S30 1: mr r11,r5 # here dividend.hi != 0
37 andc r11,r6,r10 # ever be too large, only too small)
39 or r11,r5,r11
41 rotlw r11,r11,r0
42 divwu r11,r11,r9 # then we divide the shifted quantities
43 2: mullw r10,r11,r4 # to get an estimate of the quotient,
44 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
46 add r8,r8,r11 # and add the estimate to the accumulated
/linux-2.4.37.9/arch/sh/mm/
Dcopy_page.S29 mov.l r11,@-r15
31 mov r5,r11
36 1: mov.l @r11+,r0
37 mov.l @r11+,r1
38 mov.l @r11+,r2
39 mov.l @r11+,r3
40 mov.l @r11+,r4
41 mov.l @r11+,r5
42 mov.l @r11+,r6
43 mov.l @r11+,r7
[all …]
/linux-2.4.37.9/arch/cris/lib/
Dchecksum.S12 ;; r11 - length
19 cmpu.w 80,$r11
33 subq 10*4,$r11 ; update length for the first loop
67 subq 10*4,$r11
71 addq 10*4,$r11 ; compensate for last loop underflowing length
97 cmpq 2,$r11
103 subq 2,$r11
105 _wloop: subq 2,$r11
109 addq 2,$r11
113 cmpq 1,$r11
/linux-2.4.37.9/arch/parisc/kernel/
Dhead.S117 ldil L%start_kernel,%r11
118 ldo R%start_kernel(%r11),%r11
229 mtctl %r11,%cr18
230 ldo 4(%r11),%r11
231 mtctl %r11,%cr18
294 ldil L%smp_callin,%r11
295 ldo R%smp_callin(%r11),%r11
Dhead64.S179 std %r11, TASK_PT_GR11-TASK_SZ_ALGN(%sp)
209 ldd TASK_PT_GR11-TASK_SZ_ALGN(%sp), %r11
270 mtctl %r11,%cr18
271 ldo 4(%r11),%r11
272 mtctl %r11,%cr18
325 load32 smp_callin, %r11
/linux-2.4.37.9/arch/ppc64/kernel/
Dentry.S50 ld r11,_CCR(r1) /* Clear SO bit in CR */
52 andc r11,r11,r10
53 std r11,_CCR(r1)
85 ld r11,TASK_PTRACE(r10)
86 andi. r11,r11,PT_TRACESYS
95 ld r11,THREAD+THREAD_FLAGS(r10)
96 andi. r11,r11,PPC_FLAG_32BIT
98 LOADADDR(r11,.sys_call_table32)
110 LOADADDR(r11,.sys_call_table)
113 ldx r10,r11,r0 /* Fetch system call handler [ptr] */
[all …]
Dhead.S919 6: LOADADDR(r11, perfmon_base)
920 addi r8,r11,32
921 ld r12,24(r11)
928 ld r9,16(r11) /* profile buffer */
939 9: LOADADDR(r11, perfmon_base)
941 addi r8,r11,32
942 ld r12,24(r11)
949 ld r9,16(r11) /* profile buffer */
1954 mfmsr r11 /* grab the current MSR */
1957 or r11,r11,r12
[all …]
/linux-2.4.37.9/arch/arm/lib/
Dfloppydma.S17 ldrgtb r12, [r11, #-4]
18 ldrleb r12, [r11], #0
28 strleb r12, [r11], #0
30 strb r12, [r11, #-4]
/linux-2.4.37.9/arch/x86_64/kernel/
Dentry.S264 popq %r11
266 movq %r11, %r15
267 FIXUP_TOP_OF_STACK %r11
269 RESTORE_TOP_OF_STACK %r11
270 movq %r15, %r11
272 pushq %r11
276 popq %r11
278 movq %r11, %r15
279 FIXUP_TOP_OF_STACK %r11
284 RESTORE_TOP_OF_STACK %r11
[all …]
/linux-2.4.37.9/arch/ppc64/lib/
Dmemcpy.S69 subfic r11,r10,64
78 srd r7,r0,r11
92 srd r12,r9,r11
96 srd r7,r0,r11
105 2: srd r12,r9,r11
110 srd r7,r0,r11
117 5: srd r12,r9,r11
126 srd r7,r0,r11
Dcopypage.S35 ld r11,256(4)
48 std r11,264(3)
66 ld r11,272(4)
85 std r11,264(3)
Dcopyuser.S79 subfic r11,r10,64
87 srd r7,r0,r11
100 srd r12,r9,r11
104 srd r7,r0,r11
112 2: srd r12,r9,r11
117 srd r7,r0,r11
124 5: srd r12,r9,r11
135 srd r7,r0,r11
390 23: ld r11,256(4)
404 35: std r11,264(3)
[all …]
/linux-2.4.37.9/arch/x86_64/lib/
Dmemcpy.S31 movq (%rsi),%r11
34 movq %r11,(%rdi)
43 movq 4*8(%rsi),%r11
46 movq %r11,4*8(%rdi)
Dcopy_page.S37 movq 48 (%rsi), %r11
48 movq %r11, 48 (%rdi)
71 movq 48 (%rsi), %r11
80 movq %r11, 48 (%rdi)
Dmemset.S18 movq %rdx,%r11
80 cmpq $7,%r11
86 subq %r8,%r11
/linux-2.4.37.9/arch/ppc/boot/prep/
Dhead.S25 mfspr r11,HID0
26 or r11,r11,r8
27 andc r10,r11,r8
36 mr r11,r3 /* Save pointer to residual/board data */
132 mr r6,r11 /* Residual data */
/linux-2.4.37.9/drivers/acorn/block/
Dfd1772dma.S48 ldmia r11,{r8,r9}
52 stmplia r11,{r8,r9} @ Update count/pointers
68 ldmia r11,{r9,r10}
73 stmplia r11,{r9,r10} @ Update count and pointer - should clear interrupt
96 mov r11,r2
/linux-2.4.37.9/arch/arm/boot/bootp/
Dinit.S17 ldr r11, initdata
18 sub r11, r10, r11 @ work out exec offset
28 add r4, r4, r11 @ correction
/linux-2.4.37.9/arch/ia64/sn/fakeprom/
Dfpromasm.S309 movl r11=0x1000000000002000 /* stride[0], stride[1] */
317 movl r11=0x10000000a /* itc_ratio<<32 (1/100) */
327 movl r11=0
335 movl r11=0
343 movl r11=0
370 movl r11=0
377 movl r11=0

12345