Home
last modified time | relevance | path

Searched refs:l2 (Results 1 – 200 of 272) sorted by relevance

12

/linux-4.4.14/drivers/isdn/mISDN/
Dlayer2.c101 struct layer2 *l2 = fi->userdata; in l2m_debug() local
114 mISDNDevName4ch(&l2->ch), l2->sapi, l2->tei, &vaf); in l2m_debug()
120 l2headersize(struct layer2 *l2, int ui) in l2headersize() argument
122 return ((test_bit(FLG_MOD128, &l2->flag) && (!ui)) ? 2 : 1) + in l2headersize()
123 (test_bit(FLG_LAPD, &l2->flag) ? 2 : 1); in l2headersize()
127 l2addrsize(struct layer2 *l2) in l2addrsize() argument
129 return test_bit(FLG_LAPD, &l2->flag) ? 2 : 1; in l2addrsize()
133 l2_newid(struct layer2 *l2) in l2_newid() argument
137 id = l2->next_id++; in l2_newid()
139 l2->next_id = 1; in l2_newid()
[all …]
Dtei.c118 struct layer2 *l2; in da_deactivate() local
122 list_for_each_entry(l2, &mgr->layer2, list) { in da_deactivate()
123 if (l2->l2m.state > ST_L2_4) { in da_deactivate()
155 struct layer2 *l2; in da_timer() local
160 list_for_each_entry(l2, &mgr->layer2, list) { in da_timer()
161 if (l2->l2m.state > ST_L2_4) { in da_timer()
243 tm->l2->sapi, tm->l2->tei, &vaf); in tei_debug()
255 struct layer2 *l2; in get_free_id() local
257 list_for_each_entry(l2, &mgr->layer2, list) { in get_free_id()
258 if (l2->ch.nr > 63) { in get_free_id()
[all …]
Dlayer2.h43 struct layer2 *l2; member
/linux-4.4.14/drivers/isdn/hisax/
Disdnl2.c107 static int l2addrsize(struct Layer2 *l2);
110 set_peer_busy(struct Layer2 *l2) { in set_peer_busy() argument
111 test_and_set_bit(FLG_PEER_BUSY, &l2->flag); in set_peer_busy()
112 if (!skb_queue_empty(&l2->i_queue) || in set_peer_busy()
113 !skb_queue_empty(&l2->ui_queue)) in set_peer_busy()
114 test_and_set_bit(FLG_L2BLOCK, &l2->flag); in set_peer_busy()
118 clear_peer_busy(struct Layer2 *l2) { in clear_peer_busy() argument
119 if (test_and_clear_bit(FLG_PEER_BUSY, &l2->flag)) in clear_peer_busy()
120 test_and_clear_bit(FLG_L2BLOCK, &l2->flag); in clear_peer_busy()
124 InitWin(struct Layer2 *l2) in InitWin() argument
[all …]
Dtei.c96 if (ptr->l2.tei == tei) in findtei()
123 st->l2.l2l1(st, PH_DATA | REQUEST, skb); in put_tei_msg()
131 if (st->l2.tei != -1) { in tei_id_request()
134 st->l2.tei); in tei_id_request()
164 ost->l2.l2tei(ost, MDL_ERROR | RESPONSE, NULL); in tei_id_assign()
221 if ((st->l2.tei != -1) && ((tei == GROUP_TEI) || (tei == st->l2.tei))) { in tei_id_chk_req()
224 put_tei_msg(st, ID_CHK_RES, random_ri(), st->l2.tei); in tei_id_chk_req()
240 if ((st->l2.tei != -1) && ((tei == GROUP_TEI) || (tei == st->l2.tei))) { in tei_id_remove()
256 "id verify request for tei %d", st->l2.tei); in tei_id_verify()
257 put_tei_msg(st, ID_VERIFY, 0, st->l2.tei); in tei_id_verify()
[all …]
Dlmgr.c23 st->l2.l2tei(st, MDL_ERROR | REQUEST, NULL); in error_handling_dchan()
38 test_bit(FLG_LAPD, &st->l2.flag) ? in hisax_manager()
40 if (test_bit(FLG_LAPD, &st->l2.flag)) in hisax_manager()
Dcallc.c1022 (*stp)->l2.l2tei = dummy_pstack; in init_PStack()
1023 (*stp)->l2.l2l1 = dummy_pstack; in init_PStack()
1024 (*stp)->l2.l2l3 = dummy_pstack; in init_PStack()
1048 st->l2.sap = 0; in init_d_st()
1049 st->l2.tei = -1; in init_d_st()
1050 st->l2.flag = 0; in init_d_st()
1051 test_and_set_bit(FLG_MOD128, &st->l2.flag); in init_d_st()
1052 test_and_set_bit(FLG_LAPD, &st->l2.flag); in init_d_st()
1053 test_and_set_bit(FLG_ORIG, &st->l2.flag); in init_d_st()
1054 st->l2.maxlen = MAX_DFRAME_LEN; in init_d_st()
[all …]
Disdnl3.c290 !test_bit(FLG_PTP, &p->st->l2.flag)) { in release_l3_process()
364 st->l2.l2l3 = no_l3_proto; in setstack_l3dc()
369 st->l2.l2l3 = no_l3_proto; in setstack_l3dc()
495 if (test_bit(FLG_L2BLOCK, &st->l2.flag)) { in lc_release_req()
Disdnl1.c257 if (tei == stptr->l2.tei) { in DChannel_proc_rcv()
285 st->l2.l2l1(st, PH_DEACTIVATE | CONFIRM, NULL); in BChannel_proc_xmt()
743 st->l2.l2l1(st, PH_DEACTIVATE | CONFIRM, NULL); in l1b_timer_deact()
912 st->l2.l2l1 = dch_l2l1; in setstack_HiSax()
Delsa_ser.c570 modem_set_dial(bcs->cs, test_bit(FLG_ORIG, &st->l2.flag)); in modem_l2l1()
594 st->l2.l2l1 = hscx_l2l1; in setstack_elsa()
609 st->l2.l2l1 = modem_l2l1; in setstack_elsa()
Dq931.c942 int l, l2; in prfacility() local
955 dp += sprintf(dp, " octet 5 %d\n", l2 = *p++ & 0x7f); in prfacility()
958 while (l2--) { in prfacility()
Dhscx.c210 st->l2.l2l1 = hscx_l2l1; in setstack_hscx()
/linux-4.4.14/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 …]
/linux-4.4.14/security/selinux/ss/
Dmls_types.h29 static inline int mls_level_eq(struct mls_level *l1, struct mls_level *l2) in mls_level_eq() argument
31 return ((l1->sens == l2->sens) && in mls_level_eq()
32 ebitmap_cmp(&l1->cat, &l2->cat)); in mls_level_eq()
35 static inline int mls_level_dom(struct mls_level *l1, struct mls_level *l2) in mls_level_dom() argument
37 return ((l1->sens >= l2->sens) && in mls_level_dom()
38 ebitmap_contains(&l1->cat, &l2->cat, 0)); in mls_level_dom()
41 #define mls_level_incomp(l1, l2) \ argument
42 (!mls_level_dom((l1), (l2)) && !mls_level_dom((l2), (l1)))
44 #define mls_level_between(l1, l2, l3) \ argument
45 (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1)))
Dservices.c280 struct mls_level *l1, *l2; in constraint_expr_eval() local
339 l2 = &(tcontext->range.level[0]); in constraint_expr_eval()
343 l2 = &(tcontext->range.level[1]); in constraint_expr_eval()
347 l2 = &(tcontext->range.level[0]); in constraint_expr_eval()
351 l2 = &(tcontext->range.level[1]); in constraint_expr_eval()
355 l2 = &(scontext->range.level[1]); in constraint_expr_eval()
359 l2 = &(tcontext->range.level[1]); in constraint_expr_eval()
364 s[++sp] = mls_level_eq(l1, l2); in constraint_expr_eval()
367 s[++sp] = !mls_level_eq(l1, l2); in constraint_expr_eval()
370 s[++sp] = mls_level_dom(l1, l2); in constraint_expr_eval()
[all …]
/linux-4.4.14/drivers/iommu/
Dshmobile-iommu.c41 struct shmobile_iommu_domain_pgtable l1, l2[L1_LEN]; member
108 sh_domain->l2[i].pgtable = NULL; in shmobile_iommu_domain_alloc()
121 if (sh_domain->l2[i].pgtable) in shmobile_iommu_domain_free()
122 pgtable_free(&sh_domain->l2[i], l2cache, L2_SIZE); in shmobile_iommu_domain_free()
193 if (!sh_domain->l2[l1index].pgtable) { in l2alloc()
194 ret = pgtable_alloc(&sh_domain->l2[l1index], l2cache, L2_SIZE); in l2alloc()
199 sh_domain->l2[l1index].handle | 0x1); in l2alloc()
203 static void l2realfree(struct shmobile_iommu_domain_pgtable *l2) in l2realfree() argument
205 if (l2->pgtable) in l2realfree()
206 pgtable_free(l2, l2cache, L2_SIZE); in l2realfree()
[all …]
/linux-4.4.14/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 = __raw_readl(addr); in insl()
166 *pi++ = (l << 16) | (l2 >> 16); in insl()
[all …]
Dxor.S369 ldda [%i0 + 0x30] %asi, %l2 /* %l2/%l3 = dest + 0x30 */
383 xor %l2, %l0, %l2
385 stxa %l2, [%i0 + 0x30] %asi
559 ldda [%i0 + 0x00] %asi, %l2 /* %l2/%l3 = dest + 0x00 */
569 xor %l2, %l0, %l2
571 stxa %l2, [%i0 + 0x00] %asi
574 ldda [%i0 + 0x10] %asi, %l2 /* %l2/%l3 = dest + 0x10 */
585 xor %l2, %l0, %l2
587 stxa %l2, [%i0 + 0x10] %asi
590 ldda [%i0 + 0x20] %asi, %l2 /* %l2/%l3 = dest + 0x20 */
[all …]
Dmuldi3.S62 add %g1, %g2, %l2
73 mov %l2, %i0
74 add %l2, %l0, %i0
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
Ddivdi3.S276 subx %o0,0,%l2
277 mov %l2,%i0
/linux-4.4.14/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
Ddivremi.S24 || cmpgt .l2 0, B4, B2
29 || [B2] neg .l2 B4, B4
Dremi.S42 || cmpgt .l2 0, B4, B2
47 || [B2] neg .l2 B4, B4
Dremu.S44 lmbd .l2 1, B4, B1
56 cmpgt .l2 B1, 7, B0
Ddivremu.S36 [b1] lmbd .l2 1, B4, B1
59 cmpgt .l2 B1, 7, B0
Ddivu.S50 [B1] lmbd .l2 1, B4, B1
71 cmpgt .l2 B1, 7, B0
/linux-4.4.14/drivers/firmware/efi/libstub/
Dstring.c19 size_t l1, l2; in strstr() local
21 l2 = strlen(s2); in strstr()
22 if (!l2) in strstr()
25 while (l1 >= l2) { in strstr()
27 if (!memcmp(s1, s2, l2)) in strstr()
/linux-4.4.14/arch/x86/boot/
Dstring.c144 size_t l1, l2; in strstr() local
146 l2 = strlen(s2); in strstr()
147 if (!l2) in strstr()
150 while (l1 >= l2) { in strstr()
152 if (!memcmp(s1, s2, l2)) in strstr()
/linux-4.4.14/arch/sparc/kernel/
Dhead_64.S166 mov 0, %l2
173 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1, 0
184 mov (1b - prom_compatible_name), %l2
187 sub %l0, %l2, %l2
199 stx %l2, [%sp + 2047 + 128 + 0x20] ! arg2, "compatible"
208 mov (1b - prom_chosen_path), %l2
211 sub %l0, %l2, %l2
221 stx %l2, [%sp + 2047 + 128 + 0x18] ! arg1, "/chosen"
229 mov (1b - prom_mmu_name), %l2
232 sub %l0, %l2, %l2
[all …]
Drtrap_64.S162 mov %g6, %l2
179 mov %l2, %g6
190 ldx [%sp + PTREGS_OFF + PT_V9_TPC], %l2
199 wrpr %l2, %g0, %tpc
224 rdpr %otherwin, %l2
227 wrpr %l2, %g0, %canrestore
229 brnz,pt %l2, user_rtt_restore
291 ldub [%l6 + %o0], %l2
295 andcc %l2, (FPRS_FEF|FPRS_DU), %g0
297 and %l2, FPRS_DL, %l6
[all …]
Dentry.S161 rett %l2
447 mov %l2, %o2
454 jmpl %l2, %g0
455 rett %l2 + 4
467 mov %l2, %o2
515 mov %l2, %o2
554 mov %l2, %o2
571 mov %l2, %o2
588 mov %l2, %o2
605 mov %l2, %o2
[all …]
Dsyscalls.S281 add %l1, 0x4, %l2 ! npc = npc+4
284 stx %l2, [%sp + PTREGS_OFF + PT_V9_TNPC]
290 ldub [%g6 + TI_SYS_NOERROR], %l2
291 brnz,pn %l2, 2b
306 stx %l2, [%sp + PTREGS_OFF + PT_V9_TNPC]
Dhvtramp.S56 lduw [%l0 + HVTRAMP_DESCR_NUM_MAPPINGS], %l2
70 cmp %l1, %l2
Dwinfixup.S57 stx %l2, [%g3 + TI_REG_WINDOW + 0x10]
74 stw %l2, [%g3 + TI_REG_WINDOW + 0x08]
Dhead_32.S725 set current_pc, %l2
726 cmp %l2, %g3
729 sub %g3, %l2, %l6
736 cmp %l5, %l2
Detrap_64.S116 add %g7, 4, %l2
137 wrpr %l2, %tnpc
Dwuf.S22 #define t_npc l2
Drtrap_32.S19 #define t_npc l2
Dwof.S35 #define t_npc l2 /* NPC for trap return T */
Detrap_32.S21 #define t_npc l2 /* Set by caller */
/linux-4.4.14/arch/sparc/prom/
Dcif.S17 ldx [%o1 + 0x0008], %l2 ! prom_cif_handler
21 call %l2
39 ldx [%i1 + 0x000], %l2
40 call %l2
/linux-4.4.14/fs/hpfs/
Dname.c76 const unsigned char *n2, unsigned l2, int last) in hpfs_compare_names() argument
78 unsigned l = l1 < l2 ? l1 : l2; in hpfs_compare_names()
87 if (l1 < l2) return -1; in hpfs_compare_names()
88 if (l1 > l2) return 1; in hpfs_compare_names()
/linux-4.4.14/arch/s390/lib/
Dstring.c246 int l1, l2; in strstr() local
248 l2 = __strend(s2) - s2; in strstr()
249 if (!l2) in strstr()
252 while (l1-- >= l2) { in strstr()
254 register unsigned long r3 asm("3") = (unsigned long) l2; in strstr()
256 register unsigned long r5 asm("5") = (unsigned long) l2; in strstr()
/linux-4.4.14/arch/sparc/include/asm/
Dhead_32.h24 jmpl %l2, %g0; rett %l2 + 4; nop; nop;
66 rd %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]; \
382 stwa %l2, [%g1 + %g0] ASI; \
415 stwa %l2, [%sp + 0x08] %asi; \
[all …]
Dwinmacro.h17 std %l2, [%reg + RW_L2]; \
28 ldd [%reg + RW_L2], %l2; \
/linux-4.4.14/arch/powerpc/boot/dts/fsl/
Dp4080si-pre.dtsi100 L2_0: l2-cache {
110 L2_1: l2-cache {
120 L2_2: l2-cache {
130 L2_3: l2-cache {
140 L2_4: l2-cache {
150 L2_5: l2-cache {
160 L2_6: l2-cache {
170 L2_7: l2-cache {
Dt104xsi-pre.dtsi79 L2_1: l2-cache {
88 L2_2: l2-cache {
97 L2_3: l2-cache {
106 L2_4: l2-cache {
Dp2041si-pre.dtsi95 L2_0: l2-cache {
105 L2_1: l2-cache {
115 L2_2: l2-cache {
125 L2_3: l2-cache {
Dp3041si-pre.dtsi96 L2_0: l2-cache {
106 L2_1: l2-cache {
116 L2_2: l2-cache {
126 L2_3: l2-cache {
Dp5040si-pre.dtsi102 L2_0: l2-cache {
112 L2_1: l2-cache {
122 L2_2: l2-cache {
132 L2_3: l2-cache {
Dmpc8572ds_camp_core0.dts6 * This dts file allows core0 to have memory, l2, i2c, dma1, global-util, eth0,
44 l2-cache-controller@20000 {
Dmpc8572ds_camp_core1.dts6 * This dts allows core1 to have l2, dma2, eth2, eth3, pci2, msi.
61 l2-cache-controller@20000 {
Dt102xsi-pre.dtsi79 L2_1: l2-cache {
88 L2_2: l2-cache {
Dp5020si-pre.dtsi102 L2_0: l2-cache {
112 L2_1: l2-cache {
Dp1010si-post.dtsi148 L2: l2-cache-controller@20000 {
149 compatible = "fsl,p1010-l2-cache-controller",
150 "fsl,p1014-l2-cache-controller";
Db4420si-post.dtsi92 L2_1: l2-cache-controller@c20000 {
93 compatible = "fsl,b4420-l2-cache-controller";
Dbsc9131si-post.dtsi96 L2: l2-cache-controller@20000 {
97 compatible = "fsl,bsc9131-l2-cache-controller";
Dbsc9132si-post.dtsi97 L2: l2-cache-controller@20000 {
98 compatible = "fsl,bsc9132-l2-cache-controller";
Dp1020rdb-pc_camp_core0.dts6 * This dts file allows core0 to have memory, l2, i2c, spi, gpio, tdm, dma, usb,
Dmpc8548si-post.dtsi136 L2: l2-cache-controller@20000 {
137 compatible = "fsl,mpc8548-l2-cache-controller";
Dc293si-post.dtsi104 L2: l2-cache-controller@20000 {
105 compatible = "fsl,c293-l2-cache-controller";
Dmpc8572si-post.dtsi168 L2: l2-cache-controller@20000 {
169 compatible = "fsl,mpc8572-l2-cache-controller";
Dmpc8544si-post.dtsi167 L2: l2-cache-controller@20000 {
168 compatible = "fsl,mpc8544-l2-cache-controller";
Dp2020si-post.dtsi164 L2: l2-cache-controller@20000 {
165 compatible = "fsl,p2020-l2-cache-controller";
Dp1020si-post.dtsi136 L2: l2-cache-controller@20000 {
137 compatible = "fsl,p1020-l2-cache-controller";
Dp1021si-post.dtsi136 L2: l2-cache-controller@20000 {
137 compatible = "fsl,p1021-l2-cache-controller";
Dp1020rdb-pc_camp_core1.dts6 * This dts allows core1 to have l2, eth0, crypto.
Dmpc8536si-post.dtsi192 L2: l2-cache-controller@20000 {
193 compatible = "fsl,mpc8536-l2-cache-controller";
Dmpc8568si-post.dtsi148 L2: l2-cache-controller@20000 {
149 compatible = "fsl,mpc8568-l2-cache-controller";
Dp1022si-post.dtsi197 L2: l2-cache-controller@20000 {
198 compatible = "fsl,p1022-l2-cache-controller";
Dmpc8569si-post.dtsi142 L2: l2-cache-controller@20000 {
143 compatible = "fsl,mpc8569-l2-cache-controller";
Db4860si-post.dtsi279 L2_1: l2-cache-controller@c20000 {
280 compatible = "fsl,b4860-l2-cache-controller";
Dp1023si-post.dtsi198 L2: l2-cache-controller@20000 {
199 compatible = "fsl,p1023-l2-cache-controller";
Dt4240si-post.dtsi1157 L2_1: l2-cache-controller@c20000 {
1158 compatible = "fsl,t4240-l2-cache-controller";
1162 L2_2: l2-cache-controller@c60000 {
1163 compatible = "fsl,t4240-l2-cache-controller";
1167 L2_3: l2-cache-controller@ca0000 {
1168 compatible = "fsl,t4240-l2-cache-controller";
Dmpc8541cds.dts82 L2: l2-cache-controller@20000 {
83 compatible = "fsl,mpc8541-l2-cache-controller";
Dmpc8540ads.dts82 L2: l2-cache-controller@20000 {
83 compatible = "fsl,mpc8540-l2-cache-controller";
Dmpc8555cds.dts82 L2: l2-cache-controller@20000 {
83 compatible = "fsl,mpc8555-l2-cache-controller";
Dmpc8560ads.dts82 L2: l2-cache-controller@20000 {
83 compatible = "fsl,mpc8540-l2-cache-controller";
/linux-4.4.14/arch/microblaze/lib/
Dmulsi3.S27 l2: label
32 beqi r7, l2
33 bneid r6, l2
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/
Dl2cache.txt8 - compatible : Should include "fsl,chip-l2-cache-controller" and "cache"
17 L2: l2-cache-controller@20000 {
18 compatible = "fsl,bsc9132-l2-cache-controller", "cache";
/linux-4.4.14/lib/
Dstring.c811 size_t l1, l2; in strstr() local
813 l2 = strlen(s2); in strstr()
814 if (!l2) in strstr()
817 while (l1 >= l2) { in strstr()
819 if (!memcmp(s1, s2, l2)) in strstr()
837 size_t l2; in strnstr() local
839 l2 = strlen(s2); in strnstr()
840 if (!l2) in strnstr()
842 while (len >= l2) { in strnstr()
844 if (!memcmp(s1, s2, l2)) in strnstr()
Dbch.c563 int n = 0, i, l0, l1, l2; in find_poly_deg2_roots() local
570 l2 = bch->a_log_tab[poly->c[2]]; in find_poly_deg2_roots()
573 u = a_pow(bch, l0+l2+2*(GF_N(bch)-l1)); in find_poly_deg2_roots()
591 bch->a_log_tab[r]+l2); in find_poly_deg2_roots()
593 bch->a_log_tab[r^1]+l2); in find_poly_deg2_roots()
Dbtree.c103 static int longcmp(const unsigned long *l1, const unsigned long *l2, size_t n) in longcmp() argument
108 if (l1[i] < l2[i]) in longcmp()
110 if (l1[i] > l2[i]) in longcmp()
/linux-4.4.14/tools/vm/
Dpage_owner_sort.c46 const struct block_list *l1 = p1, *l2 = p2; in compare_txt() local
48 return strcmp(l1->txt, l2->txt); in compare_txt()
53 const struct block_list *l1 = p1, *l2 = p2; in compare_num() local
55 return l2->num - l1->num; in compare_num()
/linux-4.4.14/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
Ddpmc.h88 [--sp] = l2;
154 l2 = [sp++];
/linux-4.4.14/arch/sparc/power/
Dhibernate_asm.S75 ldxa [%l0 + 8] %asi, %l2 /* orig_address */
79 sub %l2, %g7, %l2
84 stxa %g2, [%l2 + %l3] ASI_PHYS_USE_EC
/linux-4.4.14/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));
Dsignal.c67 RESTORE(l0); RESTORE(l1); RESTORE(l2); RESTORE(l3); in rt_restore_sigcontext()
128 SETUP(l0); SETUP(l1); SETUP(l2); SETUP(l3); in rt_setup_sigcontext()
Dkgdb.c46 gdb_regs[BFIN_L2] = regs->l2; in pt_regs_to_gdb_regs()
122 regs->l2 = gdb_regs[BFIN_L2]; in gdb_regs_to_pt_regs()
Dasm-offsets.c83 DEFINE(PT_L2, offsetof(struct pt_regs, l2)); in main()
/linux-4.4.14/Documentation/devicetree/bindings/arm/uniphier/
Dcache-uniphier.txt27 l2: l2-cache@500c0000 {
39 l2: l2-cache@500c0000 {
/linux-4.4.14/arch/x86/kernel/cpu/
Dintel.c407 unsigned int l2 = 0; in init_intel() local
431 l2 = init_intel_cacheinfo(c); in init_intel()
434 if (l2 == 0) { in init_intel()
436 l2 = c->x86_cache_size; in init_intel()
450 rdmsr(MSR_IA32_MISC_ENABLE, l1, l2); in init_intel()
477 if (l2 == 0) in init_intel()
479 else if (l2 == 256) in init_intel()
484 if (l2 == 128) in init_intel()
491 if (l2 == 128) in init_intel()
Dintel_cacheinfo.c231 union l2_cache l2; in amd_cpuid4() local
240 cpuid(0x80000006, &dummy, &dummy, &l2.val, &l3.val); in amd_cpuid4()
254 if (!l2.val) in amd_cpuid4()
256 assoc = assocs[l2.assoc]; in amd_cpuid4()
257 line_size = l2.line_size; in amd_cpuid4()
258 lines_per_tag = l2.lines_per_tag; in amd_cpuid4()
653 unsigned int trace = 0, l1i = 0, l1d = 0, l2 = 0, l3 = 0; in init_intel_cacheinfo() local
749 l2 += cache_table[k].size; in init_intel_cacheinfo()
775 l2 = new_l2; in init_intel_cacheinfo()
800 c->x86_cache_size = l3 ? l3 : (l2 ? l2 : (l1i+l1d)); in init_intel_cacheinfo()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/arm/mrvl/
Dferoceon.txt13 l2: l2-cache@20128 {
Dtauros2.txt14 L2: l2-cache {
/linux-4.4.14/Documentation/devicetree/bindings/arm/calxeda/
Dl2ecc.txt4 - compatible : Should be "calxeda,hb-sregs-l2-ecc"
12 compatible = "calxeda,hb-sregs-l2-ecc";
/linux-4.4.14/drivers/scsi/arm/
Deesox.c238 unsigned long l1, l2; in eesoxscsi_buffer_in() local
242 l2 = readl(reg_dmadata) & mask; in eesoxscsi_buffer_in()
243 l2 |= readl(reg_dmadata) << 16; in eesoxscsi_buffer_in()
246 *(u32 *)buf = l2; in eesoxscsi_buffer_in()
317 unsigned long l1, l2; in eesoxscsi_buffer_out() local
321 l2 = *(u32 *)buf; in eesoxscsi_buffer_out()
326 writel(l2 << 16, reg_dmadata); in eesoxscsi_buffer_out()
327 writel(l2, reg_dmadata); in eesoxscsi_buffer_out()
/linux-4.4.14/arch/mips/boot/dts/brcm/
Dbcm3384_zephyr.dtsi63 compatible = "brcm,bcm3380-l2-intc";
75 compatible = "brcm,bcm3380-l2-intc";
87 compatible = "brcm,bcm3380-l2-intc";
Dbcm3384_viper.dtsi57 compatible = "brcm,bcm3380-l2-intc";
69 compatible = "brcm,bcm3380-l2-intc";
Dbcm7125.dtsi64 compatible = "brcm,l2-intc";
85 compatible = "brcm,bcm7120-l2-intc";
Dbcm7358.dtsi60 compatible = "brcm,l2-intc";
81 compatible = "brcm,bcm7120-l2-intc";
96 compatible = "brcm,bcm7120-l2-intc";
Dbcm7360.dtsi60 compatible = "brcm,l2-intc";
81 compatible = "brcm,bcm7120-l2-intc";
96 compatible = "brcm,bcm7120-l2-intc";
Dbcm7362.dtsi66 compatible = "brcm,l2-intc";
87 compatible = "brcm,bcm7120-l2-intc";
102 compatible = "brcm,bcm7120-l2-intc";
Dbcm7420.dtsi64 compatible = "brcm,l2-intc";
86 compatible = "brcm,bcm7120-l2-intc";
Dbcm7346.dtsi66 compatible = "brcm,l2-intc";
87 compatible = "brcm,bcm7120-l2-intc";
102 compatible = "brcm,bcm7120-l2-intc";
Dbcm6328.dtsi53 compatible = "brcm,bcm3380-l2-intc";
Dbcm7435.dtsi76 compatible = "brcm,l2-intc";
101 compatible = "brcm,bcm7120-l2-intc";
Dbcm6368.dtsi54 compatible = "brcm,bcm3380-l2-intc";
Dbcm7425.dtsi64 compatible = "brcm,l2-intc";
87 compatible = "brcm,bcm7120-l2-intc";
/linux-4.4.14/arch/arm/boot/dts/
Duniphier-proxstream2.dtsi59 next-level-cache = <&l2>;
66 next-level-cache = <&l2>;
73 next-level-cache = <&l2>;
80 next-level-cache = <&l2>;
117 l2: l2-cache@500c0000 { label
Dhisi-x5hd2-dkb.dts30 next-level-cache = <&l2>;
37 next-level-cache = <&l2>;
Dbcm7445.dtsi101 compatible = "brcm,bcm7120-l2-intc";
113 compatible = "brcm,bcm7120-l2-intc";
127 compatible = "brcm,l2-intc";
137 compatible = "brcm,l2-intc";
Duniphier-ph1-sld3.dtsi59 next-level-cache = <&l2>;
66 next-level-cache = <&l2>;
125 l2: l2-cache@500c0000 { label
Duniphier-ph1-pro5.dtsi59 next-level-cache = <&l2>;
66 next-level-cache = <&l2>;
103 l2: l2-cache@500c0000 { label
Duniphier-ph1-pro4.dtsi59 next-level-cache = <&l2>;
66 next-level-cache = <&l2>;
103 l2: l2-cache@500c0000 { label
Dhighbank.dts119 L2: l2-cache {
134 compatible = "calxeda,hb-sregs-l2-ecc";
Dvf610.dtsi17 L2: l2-cache@40006000 {
Dberlin2q.dtsi59 next-level-cache = <&l2>;
77 next-level-cache = <&l2>;
84 next-level-cache = <&l2>;
91 next-level-cache = <&l2>;
145 l2: l2-cache-controller@ac0000 { label
Duniphier-ph1-sld8.dtsi58 next-level-cache = <&l2>;
95 l2: l2-cache@500c0000 { label
Duniphier-ph1-ld4.dtsi58 next-level-cache = <&l2>;
95 l2: l2-cache@500c0000 { label
Dberlin2.dtsi64 next-level-cache = <&l2>;
81 next-level-cache = <&l2>;
129 l2: l2-cache-controller@ac0000 { label
Dberlin2cd.dtsi62 next-level-cache = <&l2>;
103 l2: l2-cache-controller@ac0000 { label
Dzx296702.dtsi58 l2cc: l2-cache-controller@0x00c00000 {
Dkirkwood.dtsi224 l2: l2-cache@20128 { label
Dqcom-msm8974.dtsi72 L2: l2-cache {
384 pm8941_l2: l2 {};
Dpxa910.dtsi29 L2: l2-cache {
Dbcm-nsp.dtsi61 L2: l2-cache {
Ddove.dtsi26 next-level-cache = <&l2>;
31 l2: l2-cache { label
Dqcom-msm8660.dtsi34 L2: l2-cache {
Dhisi-x5hd2.dtsi385 l2: l2-cache { label
Dpicoxcell-pc3x2.dtsi114 compatible = "picochip,spacc-l2";
Dmeson.dtsi53 L2: l2-cache-controller@c4200000 {
Dmeson8b.dtsi93 L2: l2-cache-controller@c4200000 {
/linux-4.4.14/Documentation/devicetree/bindings/arm/cpu-enable-method/
Dmarvell,berlin-smp28 next-level-cache = <&l2>;
35 next-level-cache = <&l2>;
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_minidump.c620 struct __cache *l2 = &entry->region.cache; in qlcnic_dump_l2_cache() local
622 val = l2->init_tag_val; in qlcnic_dump_l2_cache()
623 poll_mask = LSB(MSW(l2->ctrl_val)); in qlcnic_dump_l2_cache()
624 poll_to = MSB(MSW(l2->ctrl_val)); in qlcnic_dump_l2_cache()
626 for (i = 0; i < l2->no_ops; i++) { in qlcnic_dump_l2_cache()
627 qlcnic_ind_wr(adapter, l2->addr, val); in qlcnic_dump_l2_cache()
628 if (LSW(l2->ctrl_val)) in qlcnic_dump_l2_cache()
629 qlcnic_ind_wr(adapter, l2->ctrl_addr, in qlcnic_dump_l2_cache()
630 LSW(l2->ctrl_val)); in qlcnic_dump_l2_cache()
634 data = qlcnic_ind_rd(adapter, l2->ctrl_addr); in qlcnic_dump_l2_cache()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Dbrcm,l2-intc.txt5 - compatible: should be "brcm,l2-intc"
23 compatible = "brcm,l2-intc";
Dbrcm,bcm3380-l2-intc.txt15 - compatible: should be "brcm,bcm3380-l2-intc"
34 compatible = "brcm,bcm3380-l2-intc";
Dbrcm,bcm7120-l2-intc.txt54 - compatible: should be "brcm,bcm7120-l2-intc"
82 compatible = "brcm,bcm7120-l2-intc";
/linux-4.4.14/drivers/isdn/i4l/
Disdn_tty.c567 isdn_calc_usage(int si, int l2) in isdn_calc_usage() argument
573 switch (l2) { in isdn_calc_usage()
600 int l2 = m->mdmreg[REG_L2PROT]; in isdn_tty_dial() local
611 usg = isdn_calc_usage(si, l2); in isdn_tty_dial()
614 (l2 != ISDN_PROTO_L2_MODEM) in isdn_tty_dial()
616 && (l2 != ISDN_PROTO_L2_FAX) in isdn_tty_dial()
619 l2 = ISDN_PROTO_L2_TRANS; in isdn_tty_dial()
625 i = isdn_get_free_channel(usg, l2, m->mdmreg[REG_L3PROT], -1, -1, m->msn); in isdn_tty_dial()
649 info->last_l2 = l2; in isdn_tty_dial()
650 cmd.arg = info->isdn_channel + (l2 << 8); in isdn_tty_dial()
[all …]
/linux-4.4.14/kernel/sched/
Dsched.h1586 static inline void double_lock(spinlock_t *l1, spinlock_t *l2) in double_lock() argument
1588 if (l1 > l2) in double_lock()
1589 swap(l1, l2); in double_lock()
1592 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock()
1595 static inline void double_lock_irq(spinlock_t *l1, spinlock_t *l2) in double_lock_irq() argument
1597 if (l1 > l2) in double_lock_irq()
1598 swap(l1, l2); in double_lock_irq()
1601 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock_irq()
1604 static inline void double_raw_lock(raw_spinlock_t *l1, raw_spinlock_t *l2) in double_raw_lock() argument
1606 if (l1 > l2) in double_raw_lock()
[all …]
/linux-4.4.14/scripts/coccinelle/api/
Dmemdup_user.cocci19 identifier l1,l2;
34 - <+... when != goto l2;
/linux-4.4.14/arch/powerpc/platforms/52xx/
Dmpc52xx_pic.c295 static int mpc52xx_is_extirq(int l1, int l2) in mpc52xx_is_extirq() argument
297 return ((l1 == 0) && (l2 == 0)) || in mpc52xx_is_extirq()
298 ((l1 == 1) && (l2 >= 1) && (l2 <= 3)); in mpc52xx_is_extirq()
/linux-4.4.14/Documentation/networking/
Dipvlan.txt25 ip link add link <master-dev> <slave-dev> type ipvlan mode { l2 | L3 }
27 e.g. ip link add link ipvl0 eth0 type ipvlan mode l2
86 ip link add link eth0 ipvl0 type ipvlan mode l2
87 ip link add link eth0 ipvl1 type ipvlan mode l2
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dgf100.c60 const u32 ds[4], const u32 l2[4]) in gf100_gr_zbc_color_get()
72 if (memcmp(gr->zbc_color[i].l2, l2, sizeof( in gf100_gr_zbc_color_get()
73 gr->zbc_color[i].l2))) { in gf100_gr_zbc_color_get()
87 memcpy(gr->zbc_color[zbc].l2, l2, sizeof(gr->zbc_color[zbc].l2)); in gf100_gr_zbc_color_get()
89 nvkm_ltc_zbc_color_get(ltc, zbc, l2); in gf100_gr_zbc_color_get()
107 const u32 ds, const u32 l2) in gf100_gr_zbc_depth_get() argument
118 if (gr->zbc_depth[i].l2 != l2) { in gf100_gr_zbc_depth_get()
133 gr->zbc_depth[zbc].l2 = l2; in gf100_gr_zbc_depth_get()
134 nvkm_ltc_zbc_depth_get(ltc, zbc, l2); in gf100_gr_zbc_depth_get()
175 args->v0.l2); in gf100_fermi_mthd_zbc_color()
[all …]
Dgf100.h64 u32 l2[4]; member
70 u32 l2; member
/linux-4.4.14/drivers/isdn/capi/
Dcapidrv.c81 int l2; member
149 static inline u32 b1prot(int l2, int l3) in b1prot() argument
151 switch (l2) { in b1prot()
172 static inline u32 b2prot(int l2, int l3) in b2prot() argument
174 switch (l2) { in b2prot()
192 static inline u32 b3prot(int l2, int l3) in b3prot() argument
194 switch (l2) { in b3prot()
224 static _cstruct b1config(int l2, int l3) in b1config() argument
226 switch (l2) { in b1config()
1858 b1prot(bchan->l2, bchan->l3), /* B1protocol */ in capidrv_command()
[all …]
/linux-4.4.14/arch/arm64/boot/dts/arm/
Djuno.dts117 A57_L2: l2-cache0 {
121 A53_L2: l2-cache1 {
Djuno-r1.dts117 A57_L2: l2-cache0 {
121 A53_L2: l2-cache1 {
Drtsm_ve-aemv8a.dts67 L2_0: l2-cache0 {
Dfoundation-v8.dts64 L2_0: l2-cache0 {
Dvexpress-v2f-1xv7-ca53x2.dts56 L2_0: l2-cache0 {
/linux-4.4.14/drivers/irqchip/
DMakefile47 obj-$(CONFIG_BCM7120_L2_IRQ) += irq-bcm7120-l2.o
48 obj-$(CONFIG_BRCMSTB_L2_IRQ) += irq-brcmstb-l2.o
/linux-4.4.14/tools/perf/util/
Dhelp.c254 int l2 = (*c2)->len; in levenshtein_compare() local
255 return l1 != l2 ? l1 - l2 : strcmp(s1, s2); in levenshtein_compare()
/linux-4.4.14/arch/arm/mach-omap1/
Dirq.c147 void __iomem *l2 = irq_banks[1].va; in omap1_handle_irq() local
162 irqnr = readl_relaxed(l2 + IRQ_SIR_IRQ_REG_OFFSET); in omap1_handle_irq()
/linux-4.4.14/Documentation/video4linux/
Dextract_xc3028.pl76 my $l2 = ($val >> 16) & 0xff;
80 syswrite(OUTFILE, chr($l0).chr($l1).chr($l2).chr($l3));
93 my $l2 = ($lsb_val >> 16) & 0xff;
98 chr($l0).chr($l1).chr($l2).chr($l3).
/linux-4.4.14/include/uapi/linux/
Datmsap.h112 } l2; member
/linux-4.4.14/Documentation/devicetree/bindings/crypto/
Dpicochip-spacc.txt8 "picochip,spacc-l2" for the femtocell layer 2 ciphering engine.
/linux-4.4.14/arch/blackfin/mach-common/
Dinterrupt.S53 [--sp] = l2;
103 l2 = r1; define
/linux-4.4.14/arch/blackfin/include/uapi/asm/
Dptrace.h58 long l2; member
/linux-4.4.14/drivers/s390/net/
Dqeth_l2_main.c261 hdr->hdr.l2.flags[1] |= QETH_HDR_EXT_UDP; in qeth_l2_hdr_csum()
262 hdr->hdr.l2.flags[1] |= QETH_HDR_EXT_CSUM_TRANSP_REQ | in qeth_l2_hdr_csum()
275 hdr->hdr.l2.id = QETH_HEADER_TYPE_LAYER2; in qeth_l2_fill_header()
279 hdr->hdr.l2.flags[2] |= QETH_LAYER2_FLAG_MULTICAST; in qeth_l2_fill_header()
281 hdr->hdr.l2.flags[2] |= QETH_LAYER2_FLAG_BROADCAST; in qeth_l2_fill_header()
283 hdr->hdr.l2.flags[2] |= QETH_LAYER2_FLAG_UNICAST; in qeth_l2_fill_header()
285 hdr->hdr.l2.pkt_length = skb->len-QETH_HEADER_SIZE; in qeth_l2_fill_header()
290 hdr->hdr.l2.flags[2] |= QETH_LAYER2_FLAG_VLAN; in qeth_l2_fill_header()
291 hdr->hdr.l2.vlan_id = ntohs(veth->h_vlan_TCI); in qeth_l2_fill_header()
495 switch (hdr->hdr.l2.id) { in qeth_l2_process_inbound_buffer()
[all …]
/linux-4.4.14/fs/nfs/
Dpnfs.c495 const struct pnfs_layout_range *l2) in pnfs_lseg_range_contained() argument
499 u64 start2 = l2->offset; in pnfs_lseg_range_contained()
500 u64 end2 = end_offset(start2, l2->length); in pnfs_lseg_range_contained()
514 const struct pnfs_layout_range *l2) in pnfs_lseg_range_intersecting() argument
518 u64 start2 = l2->offset; in pnfs_lseg_range_intersecting()
519 u64 end2 = end_offset(start2, l2->length); in pnfs_lseg_range_intersecting()
1202 const struct pnfs_layout_range *l2) in pnfs_lseg_range_cmp() argument
1207 d = l1->offset - l2->offset; in pnfs_lseg_range_cmp()
1212 d = l2->length - l1->length; in pnfs_lseg_range_cmp()
1217 return (int)(l1->iomode == IOMODE_READ) - (int)(l2->iomode == IOMODE_READ); in pnfs_lseg_range_cmp()
[all …]
Dpagelist.c913 const struct nfs_lock_context *l2) in nfs_match_lock_context() argument
915 return l1->lockowner.l_owner == l2->lockowner.l_owner in nfs_match_lock_context()
916 && l1->lockowner.l_pid == l2->lockowner.l_pid; in nfs_match_lock_context()
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dqcom-rpm.txt145 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15,
150 l0, l1, l2, l3, l4, l5, l6, s0, s1, s2, s3, s4, lvs0, lvs1, lvs2, lvs3,
154 s1, s2, s3, s4, s7, s8, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
/linux-4.4.14/fs/cifs/
Ddir.c877 int i, l1, l2; in cifs_ci_compare() local
891 l2 = codepage->char2uni(&name->name[i], name->len - i, &c2); in cifs_ci_compare()
897 if (unlikely(l1 < 0 && l2 < 0)) { in cifs_ci_compare()
908 if (l1 != l2) in cifs_ci_compare()
/linux-4.4.14/Documentation/misc-devices/
Disl2900354 2: difference between diodes (l1 - l2, signed 15bit)
/linux-4.4.14/arch/powerpc/boot/dts/
Dstx_gp3_8560.dts78 L2: l2-cache-controller@20000 {
79 compatible = "fsl,mpc8540-l2-cache-controller";
Dtqm8541.dts79 L2: l2-cache-controller@20000 {
80 compatible = "fsl,mpc8540-l2-cache-controller";
Dtqm8555.dts79 L2: l2-cache-controller@20000 {
80 compatible = "fsl,mpc8540-l2-cache-controller";
Dtqm8540.dts80 L2: l2-cache-controller@20000 {
81 compatible = "fsl,mpc8540-l2-cache-controller";
Dsocrates.dts81 L2: l2-cache-controller@20000 {
82 compatible = "fsl,mpc8544-l2-cache-controller";
Dsbc8548-post.dtsi43 L2: l2-cache-controller@20000 {
44 compatible = "fsl,mpc8548-l2-cache-controller";
Dksi8560.dts79 L2: l2-cache-controller@20000 {
80 compatible = "fsl,mpc8540-l2-cache-controller";
Dtqm8560.dts81 L2: l2-cache-controller@20000 {
82 compatible = "fsl,mpc8540-l2-cache-controller";
Dstxssa8555.dts81 L2: l2-cache-controller@20000 {
82 compatible = "fsl,mpc8555-l2-cache-controller";
Darches.dts129 compatible = "ibm,l2-cache-460gt", "ibm,l2-cache";
Dxpedite5200.dts79 L2: l2-cache-controller@20000 {
80 compatible = "fsl,mpc8548-l2-cache-controller";
Dxpedite5200_xmon.dts83 L2: l2-cache-controller@20000 {
84 compatible = "fsl,mpc8548-l2-cache-controller";
Dtqm8548-bigflash.dts81 L2: l2-cache-controller@20000 {
82 compatible = "fsl,mpc8548-l2-cache-controller";
Dtqm8548.dts81 L2: l2-cache-controller@20000 {
82 compatible = "fsl,mpc8548-l2-cache-controller";
Dbluestone.dts129 compatible = "ibm,l2-cache-apm82181", "ibm,l2-cache";
Dtaishan.dts110 compatible = "ibm,l2-cache-440gx", "ibm,l2-cache";
/linux-4.4.14/Documentation/devicetree/bindings/regulator/
Dqcom,spmi-regulator.txt80 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13,
84 s1, s2, s3, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14,
Dtps65090.txt49 vsys-l2-supply = <&some_reg>;
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
Dclass.h659 __u32 l2[4]; member
669 __u32 l2; member
/linux-4.4.14/arch/ia64/lib/
Dmemset.S265 .l2: // ------------------------------------ // L2A: store 32B in 2 cycles label
272 br.cloop.dptk.many .l2
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dlprocfs_status.c1385 size_t l2; in lprocfs_strnstr() local
1387 l2 = strlen(s2); in lprocfs_strnstr()
1388 if (!l2) in lprocfs_strnstr()
1390 while (len >= l2) { in lprocfs_strnstr()
1392 if (!memcmp(s1, s2, l2)) in lprocfs_strnstr()
/linux-4.4.14/Documentation/devicetree/bindings/soc/
Dqcom,smd-rpm.txt74 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13,
/linux-4.4.14/drivers/s390/cio/
Dchsc.h235 struct qdio_brinfo_entry_l2 l2[0]; member
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayout.c272 const struct pnfs_layout_range *l2) in ff_lseg_range_is_after() argument
276 if (l1->iomode != l2->iomode) in ff_lseg_range_is_after()
279 end2 = pnfs_calc_offset_end(l2->offset, l2->length); in ff_lseg_range_is_after()
280 if (end1 < l2->offset) in ff_lseg_range_is_after()
284 return l2->offset <= l1->offset; in ff_lseg_range_is_after()
/linux-4.4.14/arch/arm/mm/
DMakefile102 obj-$(CONFIG_CACHE_FEROCEON_L2) += cache-feroceon-l2.o
/linux-4.4.14/arch/x86/crypto/
Dcamellia-aesni-avx-asm_64.S297 #define fls16(l, l0, l1, l2, l3, l4, l5, l6, l7, r, t0, t1, t2, t3, tt0, \ argument
316 vpand l2, t2, t2; \
413 vpxor l2, t2, l2; \
414 vmovdqu l2, 2 * 16(l); \
Dcamellia-aesni-avx2-asm_64.S336 #define fls32(l, l0, l1, l2, l3, l4, l5, l6, l7, r, t0, t1, t2, t3, tt0, \ argument
355 vpand l2, t2, t2; \
452 vpxor l2, t2, l2; \
453 vmovdqu l2, 2 * 32(l); \
/linux-4.4.14/drivers/scsi/
Dgdth_ioctl.h162 u32 l1, l2, l3, l4; member
/linux-4.4.14/sound/pci/ymfpci/
Dymfpci.c170 static inline int snd_ymfpci_create_gameport(struct snd_ymfpci *chip, int dev, int l, int l2) { ret… in snd_ymfpci_create_gameport() argument
/linux-4.4.14/drivers/gpio/
Dgpio-omap.c1297 u32 l1 = 0, l2 = 0; in omap_gpio_runtime_suspend() local
1338 l2 = bank->context.risingdetect; in omap_gpio_runtime_suspend()
1341 l2 &= ~bank->enabled_non_wakeup_gpios; in omap_gpio_runtime_suspend()
1344 writel_relaxed(l2, bank->base + bank->regs->risingdetect); in omap_gpio_runtime_suspend()

12