Home
last modified time | relevance | path

Searched refs:l2 (Results 1 – 25 of 108) sorted by relevance

12345

/arch/parisc/lib/
Dio.c168 unsigned int l = 0, l2; in insw() local
220 l2 = cpu_to_le16(inw(port)); in insw()
221 *(unsigned short *)p = (l & 0xff) << 8 | (l2 >> 8); in insw()
223 l = l2; in insw()
240 unsigned int l = 0, l2; in insl() local
267 l2 = cpu_to_le32(inl(port)); in insl()
268 *(unsigned int *)p = (l & 0xffff) << 16 | (l2 >> 16); in insl()
270 l = l2; in insl()
284 l2 = cpu_to_le32(inl(port)); in insl()
285 *(unsigned int *)p = (l & 0xff) << 24 | (l2 >> 8); in insl()
[all …]
/arch/sparc/lib/
DPeeCeeI.c36 u32 l, l2; in outsl() local
64 l2 = *(u32 *)src; in outsl()
65 l |= (l2 >> 24); in outsl()
67 l = l2 << 8; in outsl()
76 l2 = *(u32 *)src; in outsl()
77 l |= (l2 >> 8); in outsl()
79 l = l2 << 24; in outsl()
153 u32 l = 0, l2, *pi; in insl() local
165 l2 = le32_to_cpu(inl(addr)); in insl()
166 *pi++ = (l << 16) | (l2 >> 16); in insl()
[all …]
Dmuldi3.S62 add %g1, %g2, %l2
73 mov %l2, %i0
74 add %l2, %l0, %i0
Dxor.S379 ldda [%i0 + 0x30] %asi, %l2 /* %l2/%l3 = dest + 0x30 */
393 xor %l2, %l0, %l2
395 stxa %l2, [%i0 + 0x30] %asi
575 ldda [%i0 + 0x00] %asi, %l2 /* %l2/%l3 = dest + 0x00 */
585 xor %l2, %l0, %l2
587 stxa %l2, [%i0 + 0x00] %asi
590 ldda [%i0 + 0x10] %asi, %l2 /* %l2/%l3 = dest + 0x10 */
601 xor %l2, %l0, %l2
603 stxa %l2, [%i0 + 0x10] %asi
606 ldda [%i0 + 0x20] %asi, %l2 /* %l2/%l3 = dest + 0x20 */
[all …]
DNGpage.S30 ldda [%i1 + 0x20] %asi, %l2
36 stxa %l2, [%i0 + 0x20] %asi
42 ldda [%i1 + 0x60] %asi, %l2
48 stxa %l2, [%i0 + 0x60] %asi
/arch/c6x/lib/
Dstrasgi.S36 || cmpltu .l2 B2, B7, B0
42 || mv .l2 B7, B6
46 || cmpltu .l2 B1, B6, B0
51 || cmpltu .l2 12, B6, B0
56 || cmpltu .l2 8, B6, B0
61 || cmpltu .l2 4, B6, B0
66 || cmpltu .l2 0, B6, B0
71 || cmpltu .l2 B2, B7, B0
75 cmpltu .l2 B1, B6, B0
79 || cmpltu .l2 12, B6, B0
[all …]
Ddivi.S42 || cmpgt .l2 0, B4, B1
45 || [B1] neg .l2 B4, B4
50 || mv .l2 B3,B5
/arch/x86/boot/
Dstring.c135 size_t l1, l2; in strstr() local
137 l2 = strlen(s2); in strstr()
138 if (!l2) in strstr()
141 while (l1 >= l2) { in strstr()
143 if (!memcmp(s1, s2, l2)) in strstr()
/arch/sparc/prom/
Dcif.S18 ldx [%i1 + 0x0008], %l2 ! prom_cif_handler
22 call %l2
40 ldx [%i1 + 0x000], %l2
41 call %l2
/arch/microblaze/lib/
Dmulsi3.S27 l2: label
32 beqi r7, l2
33 bneid r6, l2
/arch/powerpc/boot/dts/fsl/
Dp4080si-pre.dtsi82 L2_0: l2-cache {
90 L2_1: l2-cache {
98 L2_2: l2-cache {
106 L2_3: l2-cache {
114 L2_4: l2-cache {
122 L2_5: l2-cache {
130 L2_6: l2-cache {
138 L2_7: l2-cache {
Dp3060si-pre.dtsi80 L2_0: l2-cache {
88 L2_1: l2-cache {
96 L2_4: l2-cache {
104 L2_5: l2-cache {
112 L2_6: l2-cache {
120 L2_7: l2-cache {
Dp2041si-pre.dtsi82 L2_0: l2-cache {
90 L2_1: l2-cache {
98 L2_2: l2-cache {
106 L2_3: l2-cache {
Dp3041si-pre.dtsi83 L2_0: l2-cache {
91 L2_1: l2-cache {
99 L2_2: l2-cache {
107 L2_3: l2-cache {
/arch/s390/lib/
Dstring.c255 int l1, l2; in strstr() local
257 l2 = __strend(s2) - s2; in strstr()
258 if (!l2) in strstr()
261 while (l1-- >= l2) { in strstr()
263 register unsigned long r3 asm("3") = (unsigned long) l2; in strstr()
265 register unsigned long r5 asm("5") = (unsigned long) l2; in strstr()
/arch/sparc/kernel/
Dhead_64.S164 mov 0, %l2
171 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1, 0
182 mov (1b - prom_compatible_name), %l2
185 sub %l0, %l2, %l2
197 stx %l2, [%sp + 2047 + 128 + 0x20] ! arg2, "compatible"
206 mov (1b - prom_chosen_path), %l2
209 sub %l0, %l2, %l2
219 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1, "/chosen"
227 mov (1b - prom_mmu_name), %l2
230 sub %l0, %l2, %l2
[all …]
Drtrap_64.S164 mov %g6, %l2
181 mov %l2, %g6
192 ldx [%sp + PTREGS_OFF + PT_V9_TPC], %l2
201 wrpr %l2, %g0, %tpc
226 rdpr %otherwin, %l2
229 wrpr %l2, %g0, %canrestore
231 brnz,pt %l2, user_rtt_restore
330 ldub [%l6 + %o0], %l2
334 andcc %l2, (FPRS_FEF|FPRS_DU), %g0
336 and %l2, FPRS_DL, %l6
[all …]
Dentry.S173 rett %l2
478 mov %l2, %o2
485 jmpl %l2, %g0
486 rett %l2 + 4
498 mov %l2, %o2
546 mov %l2, %o2
585 mov %l2, %o2
602 mov %l2, %o2
619 mov %l2, %o2
636 mov %l2, %o2
[all …]
Dsyscalls.S231 add %l1, 0x4, %l2 ! npc = npc+4
234 stx %l2, [%sp + PTREGS_OFF + PT_V9_TNPC]
240 ldub [%g6 + TI_SYS_NOERROR], %l2
241 brnz,pn %l2, 2b
256 stx %l2, [%sp + PTREGS_OFF + PT_V9_TNPC]
/arch/sparc/include/asm/
Dhead_32.h33 jmpl %l2, %g0; rett %l2 + 4; nop; nop;
75 mov %psr, %i0; jmp %l2; rett %l2 + 4; nop;
Dttable.h19 clr %l0; clr %l1; clr %l2; clr %l3; \
178 add %l1, 4, %l2; \
181 stx %l2, [%sp + PTREGS_OFF + PT_V9_TNPC];
237 stx %l2, [%sp + STACK_BIAS + 0x10]; \
258 stx %l2, [%sp + STACK_BIAS + 0x10]; \
286 stxa %l2, [%g1 + %g0] ASI; \
316 stxa %l2, [%sp + STACK_BIAS + 0x10] %asi; \
350 stx %l2, [%g3 + TI_REG_WINDOW + 0x10]; \
380 stwa %l2, [%g1 + %g0] ASI; \
411 stwa %l2, [%sp + 0x08] %asi; \
[all …]
/arch/blackfin/include/asm/
Dcontext.S39 [--sp] = l2;
86 l2 = r0; define
111 [--sp] = l2;
146 l2 = r0; define
170 [--sp] = l2;
221 l2 = r0; define
257 l2 = [sp++]; define
327 l2 = [sp++]; define
/arch/blackfin/kernel/
Dvmlinux.lds.S103 *(.l2.data)
227 *(.l2.text)
233 *(.l2.data)
241 *(.l2.bss)
Dkgdb_test.c39 static int num2 __attribute__((l2));
40 void kgdb_l2_test(void) __attribute__((l2));
/arch/x86/kernel/cpu/
Dintel.c363 unsigned int l2 = 0; in init_intel() local
376 l2 = init_intel_cacheinfo(c); in init_intel()
388 rdmsr(MSR_IA32_MISC_ENABLE, l1, l2); in init_intel()
414 if (l2 == 0) in init_intel()
416 else if (l2 == 256) in init_intel()
421 if (l2 == 128) in init_intel()
428 if (l2 == 128) in init_intel()

12345