Home
last modified time | relevance | path

Searched refs:l (Results 1 – 25 of 1989) sorted by relevance

12345678910>>...80

/openbmc/linux/arch/openrisc/kernel/
H A Dentry.S142 l.rfe
230 l.nop
263 l.nop
269 l.j 1f
405 l.nop
448 l.nop
451 l.nop
531 l.nop
552 l.nop
579 l.nop
[all …]
H A Dhead.S270 l.rfe
356 l.rfe
412 l.nop
417 l.nop
627 l.nop
628 l.nop
629 l.nop
630 l.nop
631 l.nop
632 l.nop
[all …]
/openbmc/linux/arch/m68k/ifpsp060/
H A Dpfpsp.sa1 dc.l $60ff0000,$17400000,$60ff0000,$15f40000
2 dc.l $60ff0000,$02b60000,$60ff0000,$04700000
3 dc.l $60ff0000,$1b100000,$60ff0000,$19aa0000
4 dc.l $60ff0000,$1b5a0000,$60ff0000,$062e0000
5 dc.l $60ff0000,$102c0000,$51fc51fc,$51fc51fc
6 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc
7 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc
8 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc
9 dc.l $2f00203a,$ff2c487b,$0930ffff,$fef8202f
10 dc.l $00044e74,$00042f00,$203afef2,$487b0930
[all …]
H A Ditest.sa1 dc.l $60ff0000,$005c5465,$7374696e,$67203638
2 dc.l $30363020,$49535020,$73746172,$7465643a
3 dc.l $0a007061,$73736564,$0a002066,$61696c65
4 dc.l $640a0000,$4a80660e,$487affe8,$61ff0000
5 dc.l $4f9a588f,$4e752f01,$61ff0000,$4fa4588f
6 dc.l $487affd8,$61ff0000,$4f82588f,$4e754e56
7 dc.l $ff6048e7,$3f3c487a,$ff9e61ff,$00004f6c
8 dc.l $588f42ae,$ff78487b,$01700000,$00ea61ff
9 dc.l $00004f58,$588f61ff,$000000f0,$61ffffff
10 dc.l $ffa642ae,$ff78487b,$01700000,$0af661ff
[all …]
H A Dfplsp.sa1 dc.l $60ff0000,$238e0000,$60ff0000,$24200000
2 dc.l $60ff0000,$24b60000,$60ff0000,$11060000
3 dc.l $60ff0000,$11980000,$60ff0000,$122e0000
4 dc.l $60ff0000,$0f160000,$60ff0000,$0fa80000
5 dc.l $60ff0000,$103e0000,$60ff0000,$12ae0000
6 dc.l $60ff0000,$13400000,$60ff0000,$13d60000
7 dc.l $60ff0000,$05ae0000,$60ff0000,$06400000
8 dc.l $60ff0000,$06d60000,$60ff0000,$213e0000
9 dc.l $60ff0000,$21d00000,$60ff0000,$22660000
10 dc.l $60ff0000,$16160000,$60ff0000,$16a80000
[all …]
H A Dftest.sa1 dc.l $60ff0000,$00d40000,$60ff0000,$016c0000
2 dc.l $60ff0000,$01a80000,$54657374,$696e6720
3 dc.l $36383036,$30204650,$53502073,$74617274
4 dc.l $65643a0a,$00546573,$74696e67,$20363830
5 dc.l $36302046,$50535020,$756e696d,$706c656d
6 dc.l $656e7465,$6420696e,$73747275,$6374696f
7 dc.l $6e207374,$61727465,$643a0a00,$54657374
8 dc.l $696e6720,$36383036,$30204650,$53502065
9 dc.l $78636570,$74696f6e,$20656e61,$626c6564
10 dc.l $20737461,$72746564,$3a0a0070,$61737365
[all …]
H A Dilsp.sa1 dc.l $60ff0000,$01fe0000,$60ff0000,$02080000
2 dc.l $60ff0000,$04900000,$60ff0000,$04080000
3 dc.l $60ff0000,$051e0000,$60ff0000,$053c0000
4 dc.l $60ff0000,$055a0000,$60ff0000,$05740000
5 dc.l $60ff0000,$05940000,$60ff0000,$05b40000
6 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc
7 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc
8 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc
9 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc
10 dc.l $51fc51fc,$51fc51fc,$51fc51fc,$51fc51fc
[all …]
/openbmc/linux/include/asm-generic/
H A Dlocal64.h30 #define local64_read(l) local_read(&(l)->a) argument
32 #define local64_inc(l) local_inc(&(l)->a) argument
33 #define local64_dec(l) local_dec(&(l)->a) argument
61 #define __local64_inc(l) local64_set((l), local64_read(l) + 1) argument
62 #define __local64_dec(l) local64_set((l), local64_read(l) - 1) argument
63 #define __local64_add(i,l) local64_set((l), local64_read(l) + (i)) argument
64 #define __local64_sub(i,l) local64_set((l), local64_read(l) - (i)) argument
100 #define __local64_inc(l) local64_set((l), local64_read(l) + 1) argument
101 #define __local64_dec(l) local64_set((l), local64_read(l) - 1) argument
102 #define __local64_add(i,l) local64_set((l), local64_read(l) + (i)) argument
[all …]
H A Dlocal.h29 #define local_read(l) atomic_long_read(&(l)->a) argument
30 #define local_set(l,i) atomic_long_set((&(l)->a),(i)) argument
31 #define local_inc(l) atomic_long_inc(&(l)->a) argument
32 #define local_dec(l) atomic_long_dec(&(l)->a) argument
33 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) argument
34 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) argument
46 #define local_xchg(l, n) atomic_long_xchg((&(l)->a), (n)) argument
52 #define __local_inc(l) local_set((l), local_read(l) + 1) argument
53 #define __local_dec(l) local_set((l), local_read(l) - 1) argument
54 #define __local_add(i,l) local_set((l), local_read(l) + (i)) argument
[all …]
/openbmc/linux/arch/m68k/ifpsp060/src/
H A Ditest.S2773 # mulu.l EAMEM.l,%d2:%d3
3116 mulu.l (0x10.b,%a0,%d4.l*1),%d2:%d3
3140 mulu.l (0x10.b,%a0,%d4.l*2),%d2:%d3
3164 mulu.l (0x10.b,%a0,%d4.l*4),%d2:%d3
5190 # mulu.l ([EASTORE.l,%za4,%zd4.l*1]),%d2:%d3
5546 mulu.l ([%a7],%d4.l*1),%d2:%d3
5573 # mulu.l ([EASTORE.l,%za4],%zd4.l*8,0x20.l),%d2:%d3
5944 mulu.l ([EASTORE.l,%zpc,%zd4.l*1]),%d2:%d3
6241 mulu.l ([EASTORE.l,%pc],%d4.l*8,0x10.l),%d2:%d3
6267 mulu.l ([EASTORE.l,%pc],%zd4.l*8,0x20.l),%d2:%d3
[all …]
H A Dftest.S69 tst.l %d0
211 bsr.l dz_0
270 bne.l error
274 bne.l error
461 clr.l %d0
820 clr.l %d0
871 clr.l %d0
923 clr.l %d0
975 clr.l %d0
1026 clr.l %d0
[all …]
/openbmc/u-boot/board/freescale/m54418twr/
H A Dsbf_dram_init.S12 move.l #0xFC04002D, %a1
16 move.l #0xEC094060, %a1
20 move.l #0xEC09001A, %a1
24 move.l #0xFC0B8180, %a1
25 move.l #0x00000000, (%a1)
26 move.l #0x40000000, (%a1)
28 move.l #0xFC0B81AC, %a1
29 move.l #0x01030203, (%a1)
31 move.l #0xFC0B8000, %a1
37 move.l #0xFC0B8018, %a1
[all …]
/openbmc/u-boot/board/sysam/stmark2/
H A Dsbf_dram_init.S25 move.l #PPMCR0, %a1
29 move.l #MSCR_SDRAMC, %a1
48 move.l #MISCCR2, %a1
52 move.l #DDR_RCR, %a1
60 move.l #DDR_PADCR, %a1
63 move.l #DDR_CR00, %a1
69 move.l #DDR_CR06, %a1
96 move.l #DDR_CR40, %a1
101 move.l #DDR_CR45, %a1
103 move.l #DDR_CR56, %a1
[all …]
/openbmc/linux/arch/sh/kernel/
H A Drelocate_kernel.S24 mov.l r15, @-r0
26 mov.l r14, @-r15
31 mov.l r9, @-r15
32 mov.l r8, @-r15
39 stc.l sr, @-r15
40 sts.l pr, @-r15
44 mov.l 12f, r9
58 mov.l 12f, r9
90 mov.l 12f, r9
105 mov.l 12f, r9
[all …]
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dstart.S132 clr.l %sp@-
143 move.l #0, %d0
152 move.l #0, %d0
159 clr.l %sp@-
298 lsr.l #4, %d0
299 cmp.l #0, %d0
397 or.l %d2, %d0
399 add.l #1, %d2
402 or.l #1, %d0
412 tst.l %d0
[all …]
/openbmc/linux/arch/alpha/include/asm/
H A Dlocal.h14 #define local_read(l) atomic_long_read(&(l)->a) argument
15 #define local_set(l,i) atomic_long_set(&(l)->a, (i)) argument
16 #define local_inc(l) atomic_long_inc(&(l)->a) argument
17 #define local_dec(l) atomic_long_dec(&(l)->a) argument
18 #define local_add(i,l) atomic_long_add((i),(&(l)->a)) argument
19 #define local_sub(i,l) atomic_long_sub((i),(&(l)->a)) argument
94 #define local_dec_return(l) local_sub_return(1,(l)) argument
105 #define __local_inc(l) ((l)->a.counter++) argument
106 #define __local_dec(l) ((l)->a.counter++) argument
107 #define __local_add(i,l) ((l)->a.counter+=(i)) argument
[all …]
/openbmc/linux/arch/openrisc/lib/
H A Dmemset.S23 l.sfeqi r5, 0
24 l.bf 4f
31 l.bf 1f
43 l.bf 3f
51 l.bf 2f
59 l.bf 2f
67 l.bf 2f
79 l.bf 2b
84 l.bf 4f
90 l.bf 3b
[all …]
/openbmc/linux/arch/loongarch/include/asm/
H A Dlocal.h19 #define local_read(l) atomic_long_read(&(l)->a) argument
20 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) argument
22 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) argument
23 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a)) argument
24 #define local_inc(l) atomic_long_inc(&(l)->a) argument
25 #define local_dec(l) atomic_long_dec(&(l)->a) argument
91 #define local_dec_return(l) local_sub_return(1, (l)) argument
141 #define __local_inc(l) ((l)->a.counter++) argument
142 #define __local_dec(l) ((l)->a.counter++) argument
143 #define __local_add(i, l) ((l)->a.counter += (i)) argument
[all …]
/openbmc/u-boot/include/asm-generic/
H A Datomic-long.h29 atomic64_t *v = (atomic64_t *)l; in atomic_long_read()
133 #define atomic_long_inc_not_zero(l) atomic64_inc_not_zero((atomic64_t *)(l)) argument
148 atomic_t *v = (atomic_t *)l; in atomic_long_read()
155 atomic_t *v = (atomic_t *)l; in atomic_long_set()
162 atomic_t *v = (atomic_t *)l; in atomic_long_inc()
169 atomic_t *v = (atomic_t *)l; in atomic_long_dec()
176 atomic_t *v = (atomic_t *)l; in atomic_long_add()
183 atomic_t *v = (atomic_t *)l; in atomic_long_sub()
191 atomic_t *v = (atomic_t *)l; in atomic_long_sub_and_test()
198 atomic_t *v = (atomic_t *)l; in atomic_long_dec_and_test()
[all …]
/openbmc/linux/net/tipc/
H A Dlink.c332 return ((l->bc_rcvlink == l) && !link_is_bc_sndlink(l)); in link_is_bc_rcvlink()
429 gap = l->snd_nxt - l->rcv_nxt; in link_bc_rcv_gap()
608 l->bc_rcvlink = l; in tipc_link_bc_create()
859 tipc_mon_get_state(l->net, l->addr, mstate, l->bearer_id); in tipc_link_timeout()
875 l->checkpoint = l->snd_nxt; in tipc_link_timeout()
986 l->mtu = l->advertised_mtu; in tipc_link_reset()
1139 l->window = min_t(u16, l->ssthresh, l->window); in tipc_link_update_cwin()
1145 l->window = l->min_win; in tipc_link_update_cwin()
1724 l->snd_nxt = l->rcv_nxt; in tipc_link_build_state_msg()
1839 rc |= tipc_link_input(l, skb, l->inputq, &l->reasm_buf); in tipc_link_rcv()
[all …]
/openbmc/linux/arch/sh/kernel/cpu/sh2/
H A Dentry.S43 mov.l r2,@-sp
44 mov.l r3,@-sp
49 mov.l @r3,r3
50 mov.l @r3,r3
54 mov.l @r2,r0
66 mov.l @r0,r0
67 mov.l @r0,r0
71 mov.l @r2,r2
167 mov.l 4f,r8
183 mov.l 6f,r9
[all …]
/openbmc/linux/arch/mips/include/asm/
H A Dlocal.h19 #define local_read(l) atomic_long_read(&(l)->a) argument
20 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) argument
22 #define local_add(i, l) atomic_long_add((i), (&(l)->a)) argument
23 #define local_sub(i, l) atomic_long_sub((i), (&(l)->a)) argument
24 #define local_inc(l) atomic_long_inc(&(l)->a) argument
25 #define local_dec(l) atomic_long_dec(&(l)->a) argument
129 #define local_dec_return(l) local_sub_return(1, (l)) argument
179 #define __local_inc(l) ((l)->a.counter++) argument
180 #define __local_dec(l) ((l)->a.counter++) argument
181 #define __local_add(i, l) ((l)->a.counter+=(i)) argument
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dlocal.h16 #define local_read(l) atomic_long_read(&(l)->a) argument
17 #define local_set(l, i) atomic_long_set(&(l)->a, (i)) argument
34 : "+m" (l->a.counter) in local_add()
120 #define local_inc_return(l) (local_add_return(1, l)) argument
121 #define local_dec_return(l) (local_sub_return(1, l)) argument
135 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n))) argument
160 #define local_inc_not_zero(l) local_add_unless((l), 1, 0) argument
166 #define __local_inc(l) local_inc(l) argument
167 #define __local_dec(l) local_dec(l) argument
168 #define __local_add(i, l) local_add((i), (l)) argument
[all …]
/openbmc/linux/Documentation/networking/
H A Dtls-offload-layers.svg1l-960.0 0l0 -720.0z" clip-rule="nonzero"/></clipPath><g clip-path="url(#p.0)"><path fill="#000000"…
/openbmc/u-boot/arch/m68k/cpu/mcf5227x/
H A Dstart.S112 clr.l %sp@-
138 lsr.l #1, %d2
142 lsr.l #1, %d2
143 add.l #1, %d1
144 cmp.l #1, %d2
180 subq.l #1, %d0
313 lsr.l #4, %d0
314 cmp.l #0, %d0
378 clr.l %sp@-
413 cmp.l %a1,%a2
[all …]

12345678910>>...80