/linux-4.4.14/drivers/isdn/mISDN/ |
D | layer2.c | 101 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 …]
|
D | tei.c | 118 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 …]
|
D | layer2.h | 43 struct layer2 *l2; member
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | isdnl2.c | 107 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 …]
|
D | tei.c | 96 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 …]
|
D | lmgr.c | 23 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()
|
D | callc.c | 1022 (*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 …]
|
D | isdnl3.c | 290 !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()
|
D | isdnl1.c | 257 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()
|
D | elsa_ser.c | 570 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()
|
D | q931.c | 942 int l, l2; in prfacility() local 955 dp += sprintf(dp, " octet 5 %d\n", l2 = *p++ & 0x7f); in prfacility() 958 while (l2--) { in prfacility()
|
D | hscx.c | 210 st->l2.l2l1 = hscx_l2l1; in setstack_hscx()
|
/linux-4.4.14/arch/parisc/lib/ |
D | io.c | 168 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/ |
D | mls_types.h | 29 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)))
|
D | services.c | 280 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/ |
D | shmobile-iommu.c | 41 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/ |
D | PeeCeeI.c | 36 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 …]
|
D | xor.S | 369 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 …]
|
D | muldi3.S | 62 add %g1, %g2, %l2 73 mov %l2, %i0 74 add %l2, %l0, %i0
|
D | NGpage.S | 30 ldda [%i1 + 0x20] %asi, %l2 36 stxa %l2, [%i0 + 0x20] %asi 42 ldda [%i1 + 0x60] %asi, %l2 48 stxa %l2, [%i0 + 0x60] %asi
|
D | divdi3.S | 276 subx %o0,0,%l2 277 mov %l2,%i0
|
/linux-4.4.14/arch/c6x/lib/ |
D | strasgi.S | 36 || 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 …]
|
D | divi.S | 42 || cmpgt .l2 0, B4, B1 45 || [B1] neg .l2 B4, B4 50 || mv .l2 B3,B5
|
D | divremi.S | 24 || cmpgt .l2 0, B4, B2 29 || [B2] neg .l2 B4, B4
|
D | remi.S | 42 || cmpgt .l2 0, B4, B2 47 || [B2] neg .l2 B4, B4
|
D | remu.S | 44 lmbd .l2 1, B4, B1 56 cmpgt .l2 B1, 7, B0
|
D | divremu.S | 36 [b1] lmbd .l2 1, B4, B1 59 cmpgt .l2 B1, 7, B0
|
D | divu.S | 50 [B1] lmbd .l2 1, B4, B1 71 cmpgt .l2 B1, 7, B0
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | string.c | 19 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/ |
D | string.c | 144 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/ |
D | head_64.S | 166 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 …]
|
D | rtrap_64.S | 162 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 …]
|
D | entry.S | 161 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 …]
|
D | syscalls.S | 281 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]
|
D | hvtramp.S | 56 lduw [%l0 + HVTRAMP_DESCR_NUM_MAPPINGS], %l2 70 cmp %l1, %l2
|
D | winfixup.S | 57 stx %l2, [%g3 + TI_REG_WINDOW + 0x10] 74 stw %l2, [%g3 + TI_REG_WINDOW + 0x08]
|
D | head_32.S | 725 set current_pc, %l2 726 cmp %l2, %g3 729 sub %g3, %l2, %l6 736 cmp %l5, %l2
|
D | etrap_64.S | 116 add %g7, 4, %l2 137 wrpr %l2, %tnpc
|
D | wuf.S | 22 #define t_npc l2
|
D | rtrap_32.S | 19 #define t_npc l2
|
D | wof.S | 35 #define t_npc l2 /* NPC for trap return T */
|
D | etrap_32.S | 21 #define t_npc l2 /* Set by caller */
|
/linux-4.4.14/arch/sparc/prom/ |
D | cif.S | 17 ldx [%o1 + 0x0008], %l2 ! prom_cif_handler 21 call %l2 39 ldx [%i1 + 0x000], %l2 40 call %l2
|
/linux-4.4.14/fs/hpfs/ |
D | name.c | 76 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/ |
D | string.c | 246 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/ |
D | head_32.h | 24 jmpl %l2, %g0; rett %l2 + 4; nop; nop; 66 rd %psr, %i0; jmp %l2; rett %l2 + 4; nop;
|
D | ttable.h | 19 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 …]
|
D | winmacro.h | 17 std %l2, [%reg + RW_L2]; \ 28 ldd [%reg + RW_L2], %l2; \
|
/linux-4.4.14/arch/powerpc/boot/dts/fsl/ |
D | p4080si-pre.dtsi | 100 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 {
|
D | t104xsi-pre.dtsi | 79 L2_1: l2-cache { 88 L2_2: l2-cache { 97 L2_3: l2-cache { 106 L2_4: l2-cache {
|
D | p2041si-pre.dtsi | 95 L2_0: l2-cache { 105 L2_1: l2-cache { 115 L2_2: l2-cache { 125 L2_3: l2-cache {
|
D | p3041si-pre.dtsi | 96 L2_0: l2-cache { 106 L2_1: l2-cache { 116 L2_2: l2-cache { 126 L2_3: l2-cache {
|
D | p5040si-pre.dtsi | 102 L2_0: l2-cache { 112 L2_1: l2-cache { 122 L2_2: l2-cache { 132 L2_3: l2-cache {
|
D | mpc8572ds_camp_core0.dts | 6 * This dts file allows core0 to have memory, l2, i2c, dma1, global-util, eth0, 44 l2-cache-controller@20000 {
|
D | mpc8572ds_camp_core1.dts | 6 * This dts allows core1 to have l2, dma2, eth2, eth3, pci2, msi. 61 l2-cache-controller@20000 {
|
D | t102xsi-pre.dtsi | 79 L2_1: l2-cache { 88 L2_2: l2-cache {
|
D | p5020si-pre.dtsi | 102 L2_0: l2-cache { 112 L2_1: l2-cache {
|
D | p1010si-post.dtsi | 148 L2: l2-cache-controller@20000 { 149 compatible = "fsl,p1010-l2-cache-controller", 150 "fsl,p1014-l2-cache-controller";
|
D | b4420si-post.dtsi | 92 L2_1: l2-cache-controller@c20000 { 93 compatible = "fsl,b4420-l2-cache-controller";
|
D | bsc9131si-post.dtsi | 96 L2: l2-cache-controller@20000 { 97 compatible = "fsl,bsc9131-l2-cache-controller";
|
D | bsc9132si-post.dtsi | 97 L2: l2-cache-controller@20000 { 98 compatible = "fsl,bsc9132-l2-cache-controller";
|
D | p1020rdb-pc_camp_core0.dts | 6 * This dts file allows core0 to have memory, l2, i2c, spi, gpio, tdm, dma, usb,
|
D | mpc8548si-post.dtsi | 136 L2: l2-cache-controller@20000 { 137 compatible = "fsl,mpc8548-l2-cache-controller";
|
D | c293si-post.dtsi | 104 L2: l2-cache-controller@20000 { 105 compatible = "fsl,c293-l2-cache-controller";
|
D | mpc8572si-post.dtsi | 168 L2: l2-cache-controller@20000 { 169 compatible = "fsl,mpc8572-l2-cache-controller";
|
D | mpc8544si-post.dtsi | 167 L2: l2-cache-controller@20000 { 168 compatible = "fsl,mpc8544-l2-cache-controller";
|
D | p2020si-post.dtsi | 164 L2: l2-cache-controller@20000 { 165 compatible = "fsl,p2020-l2-cache-controller";
|
D | p1020si-post.dtsi | 136 L2: l2-cache-controller@20000 { 137 compatible = "fsl,p1020-l2-cache-controller";
|
D | p1021si-post.dtsi | 136 L2: l2-cache-controller@20000 { 137 compatible = "fsl,p1021-l2-cache-controller";
|
D | p1020rdb-pc_camp_core1.dts | 6 * This dts allows core1 to have l2, eth0, crypto.
|
D | mpc8536si-post.dtsi | 192 L2: l2-cache-controller@20000 { 193 compatible = "fsl,mpc8536-l2-cache-controller";
|
D | mpc8568si-post.dtsi | 148 L2: l2-cache-controller@20000 { 149 compatible = "fsl,mpc8568-l2-cache-controller";
|
D | p1022si-post.dtsi | 197 L2: l2-cache-controller@20000 { 198 compatible = "fsl,p1022-l2-cache-controller";
|
D | mpc8569si-post.dtsi | 142 L2: l2-cache-controller@20000 { 143 compatible = "fsl,mpc8569-l2-cache-controller";
|
D | b4860si-post.dtsi | 279 L2_1: l2-cache-controller@c20000 { 280 compatible = "fsl,b4860-l2-cache-controller";
|
D | p1023si-post.dtsi | 198 L2: l2-cache-controller@20000 { 199 compatible = "fsl,p1023-l2-cache-controller";
|
D | t4240si-post.dtsi | 1157 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";
|
D | mpc8541cds.dts | 82 L2: l2-cache-controller@20000 { 83 compatible = "fsl,mpc8541-l2-cache-controller";
|
D | mpc8540ads.dts | 82 L2: l2-cache-controller@20000 { 83 compatible = "fsl,mpc8540-l2-cache-controller";
|
D | mpc8555cds.dts | 82 L2: l2-cache-controller@20000 { 83 compatible = "fsl,mpc8555-l2-cache-controller";
|
D | mpc8560ads.dts | 82 L2: l2-cache-controller@20000 { 83 compatible = "fsl,mpc8540-l2-cache-controller";
|
/linux-4.4.14/arch/microblaze/lib/ |
D | mulsi3.S | 27 l2: label 32 beqi r7, l2 33 bneid r6, l2
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/fsl/ |
D | l2cache.txt | 8 - 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/ |
D | string.c | 811 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()
|
D | bch.c | 563 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()
|
D | btree.c | 103 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/ |
D | page_owner_sort.c | 46 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/ |
D | context.S | 39 [--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
|
D | dpmc.h | 88 [--sp] = l2; 154 l2 = [sp++];
|
/linux-4.4.14/arch/sparc/power/ |
D | hibernate_asm.S | 75 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/ |
D | vmlinux.lds.S | 103 *(.l2.data) 227 *(.l2.text) 233 *(.l2.data) 241 *(.l2.bss)
|
D | kgdb_test.c | 39 static int num2 __attribute__((l2)); 40 void kgdb_l2_test(void) __attribute__((l2));
|
D | signal.c | 67 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()
|
D | kgdb.c | 46 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()
|
D | asm-offsets.c | 83 DEFINE(PT_L2, offsetof(struct pt_regs, l2)); in main()
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/uniphier/ |
D | cache-uniphier.txt | 27 l2: l2-cache@500c0000 { 39 l2: l2-cache@500c0000 {
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | intel.c | 407 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()
|
D | intel_cacheinfo.c | 231 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/ |
D | feroceon.txt | 13 l2: l2-cache@20128 {
|
D | tauros2.txt | 14 L2: l2-cache {
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/calxeda/ |
D | l2ecc.txt | 4 - compatible : Should be "calxeda,hb-sregs-l2-ecc" 12 compatible = "calxeda,hb-sregs-l2-ecc";
|
/linux-4.4.14/drivers/scsi/arm/ |
D | eesox.c | 238 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/ |
D | bcm3384_zephyr.dtsi | 63 compatible = "brcm,bcm3380-l2-intc"; 75 compatible = "brcm,bcm3380-l2-intc"; 87 compatible = "brcm,bcm3380-l2-intc";
|
D | bcm3384_viper.dtsi | 57 compatible = "brcm,bcm3380-l2-intc"; 69 compatible = "brcm,bcm3380-l2-intc";
|
D | bcm7125.dtsi | 64 compatible = "brcm,l2-intc"; 85 compatible = "brcm,bcm7120-l2-intc";
|
D | bcm7358.dtsi | 60 compatible = "brcm,l2-intc"; 81 compatible = "brcm,bcm7120-l2-intc"; 96 compatible = "brcm,bcm7120-l2-intc";
|
D | bcm7360.dtsi | 60 compatible = "brcm,l2-intc"; 81 compatible = "brcm,bcm7120-l2-intc"; 96 compatible = "brcm,bcm7120-l2-intc";
|
D | bcm7362.dtsi | 66 compatible = "brcm,l2-intc"; 87 compatible = "brcm,bcm7120-l2-intc"; 102 compatible = "brcm,bcm7120-l2-intc";
|
D | bcm7420.dtsi | 64 compatible = "brcm,l2-intc"; 86 compatible = "brcm,bcm7120-l2-intc";
|
D | bcm7346.dtsi | 66 compatible = "brcm,l2-intc"; 87 compatible = "brcm,bcm7120-l2-intc"; 102 compatible = "brcm,bcm7120-l2-intc";
|
D | bcm6328.dtsi | 53 compatible = "brcm,bcm3380-l2-intc";
|
D | bcm7435.dtsi | 76 compatible = "brcm,l2-intc"; 101 compatible = "brcm,bcm7120-l2-intc";
|
D | bcm6368.dtsi | 54 compatible = "brcm,bcm3380-l2-intc";
|
D | bcm7425.dtsi | 64 compatible = "brcm,l2-intc"; 87 compatible = "brcm,bcm7120-l2-intc";
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | uniphier-proxstream2.dtsi | 59 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
|
D | hisi-x5hd2-dkb.dts | 30 next-level-cache = <&l2>; 37 next-level-cache = <&l2>;
|
D | bcm7445.dtsi | 101 compatible = "brcm,bcm7120-l2-intc"; 113 compatible = "brcm,bcm7120-l2-intc"; 127 compatible = "brcm,l2-intc"; 137 compatible = "brcm,l2-intc";
|
D | uniphier-ph1-sld3.dtsi | 59 next-level-cache = <&l2>; 66 next-level-cache = <&l2>; 125 l2: l2-cache@500c0000 { label
|
D | uniphier-ph1-pro5.dtsi | 59 next-level-cache = <&l2>; 66 next-level-cache = <&l2>; 103 l2: l2-cache@500c0000 { label
|
D | uniphier-ph1-pro4.dtsi | 59 next-level-cache = <&l2>; 66 next-level-cache = <&l2>; 103 l2: l2-cache@500c0000 { label
|
D | highbank.dts | 119 L2: l2-cache { 134 compatible = "calxeda,hb-sregs-l2-ecc";
|
D | vf610.dtsi | 17 L2: l2-cache@40006000 {
|
D | berlin2q.dtsi | 59 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
|
D | uniphier-ph1-sld8.dtsi | 58 next-level-cache = <&l2>; 95 l2: l2-cache@500c0000 { label
|
D | uniphier-ph1-ld4.dtsi | 58 next-level-cache = <&l2>; 95 l2: l2-cache@500c0000 { label
|
D | berlin2.dtsi | 64 next-level-cache = <&l2>; 81 next-level-cache = <&l2>; 129 l2: l2-cache-controller@ac0000 { label
|
D | berlin2cd.dtsi | 62 next-level-cache = <&l2>; 103 l2: l2-cache-controller@ac0000 { label
|
D | zx296702.dtsi | 58 l2cc: l2-cache-controller@0x00c00000 {
|
D | kirkwood.dtsi | 224 l2: l2-cache@20128 { label
|
D | qcom-msm8974.dtsi | 72 L2: l2-cache { 384 pm8941_l2: l2 {};
|
D | pxa910.dtsi | 29 L2: l2-cache {
|
D | bcm-nsp.dtsi | 61 L2: l2-cache {
|
D | dove.dtsi | 26 next-level-cache = <&l2>; 31 l2: l2-cache { label
|
D | qcom-msm8660.dtsi | 34 L2: l2-cache {
|
D | hisi-x5hd2.dtsi | 385 l2: l2-cache { label
|
D | picoxcell-pc3x2.dtsi | 114 compatible = "picochip,spacc-l2";
|
D | meson.dtsi | 53 L2: l2-cache-controller@c4200000 {
|
D | meson8b.dtsi | 93 L2: l2-cache-controller@c4200000 {
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/cpu-enable-method/ |
D | marvell,berlin-smp | 28 next-level-cache = <&l2>; 35 next-level-cache = <&l2>;
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
D | qlcnic_minidump.c | 620 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/ |
D | brcm,l2-intc.txt | 5 - compatible: should be "brcm,l2-intc" 23 compatible = "brcm,l2-intc";
|
D | brcm,bcm3380-l2-intc.txt | 15 - compatible: should be "brcm,bcm3380-l2-intc" 34 compatible = "brcm,bcm3380-l2-intc";
|
D | brcm,bcm7120-l2-intc.txt | 54 - compatible: should be "brcm,bcm7120-l2-intc" 82 compatible = "brcm,bcm7120-l2-intc";
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_tty.c | 567 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/ |
D | sched.h | 1586 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/ |
D | memdup_user.cocci | 19 identifier l1,l2; 34 - <+... when != goto l2;
|
/linux-4.4.14/arch/powerpc/platforms/52xx/ |
D | mpc52xx_pic.c | 295 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/ |
D | ipvlan.txt | 25 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/ |
D | gf100.c | 60 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 …]
|
D | gf100.h | 64 u32 l2[4]; member 70 u32 l2; member
|
/linux-4.4.14/drivers/isdn/capi/ |
D | capidrv.c | 81 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/ |
D | juno.dts | 117 A57_L2: l2-cache0 { 121 A53_L2: l2-cache1 {
|
D | juno-r1.dts | 117 A57_L2: l2-cache0 { 121 A53_L2: l2-cache1 {
|
D | rtsm_ve-aemv8a.dts | 67 L2_0: l2-cache0 {
|
D | foundation-v8.dts | 64 L2_0: l2-cache0 {
|
D | vexpress-v2f-1xv7-ca53x2.dts | 56 L2_0: l2-cache0 {
|
/linux-4.4.14/drivers/irqchip/ |
D | Makefile | 47 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/ |
D | help.c | 254 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/ |
D | irq.c | 147 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/ |
D | extract_xc3028.pl | 76 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/ |
D | atmsap.h | 112 } l2; member
|
/linux-4.4.14/Documentation/devicetree/bindings/crypto/ |
D | picochip-spacc.txt | 8 "picochip,spacc-l2" for the femtocell layer 2 ciphering engine.
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | interrupt.S | 53 [--sp] = l2; 103 l2 = r1; define
|
/linux-4.4.14/arch/blackfin/include/uapi/asm/ |
D | ptrace.h | 58 long l2; member
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_l2_main.c | 261 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/ |
D | pnfs.c | 495 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 …]
|
D | pagelist.c | 913 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/ |
D | qcom-rpm.txt | 145 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/ |
D | dir.c | 877 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/ |
D | isl29003 | 54 2: difference between diodes (l1 - l2, signed 15bit)
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | stx_gp3_8560.dts | 78 L2: l2-cache-controller@20000 { 79 compatible = "fsl,mpc8540-l2-cache-controller";
|
D | tqm8541.dts | 79 L2: l2-cache-controller@20000 { 80 compatible = "fsl,mpc8540-l2-cache-controller";
|
D | tqm8555.dts | 79 L2: l2-cache-controller@20000 { 80 compatible = "fsl,mpc8540-l2-cache-controller";
|
D | tqm8540.dts | 80 L2: l2-cache-controller@20000 { 81 compatible = "fsl,mpc8540-l2-cache-controller";
|
D | socrates.dts | 81 L2: l2-cache-controller@20000 { 82 compatible = "fsl,mpc8544-l2-cache-controller";
|
D | sbc8548-post.dtsi | 43 L2: l2-cache-controller@20000 { 44 compatible = "fsl,mpc8548-l2-cache-controller";
|
D | ksi8560.dts | 79 L2: l2-cache-controller@20000 { 80 compatible = "fsl,mpc8540-l2-cache-controller";
|
D | tqm8560.dts | 81 L2: l2-cache-controller@20000 { 82 compatible = "fsl,mpc8540-l2-cache-controller";
|
D | stxssa8555.dts | 81 L2: l2-cache-controller@20000 { 82 compatible = "fsl,mpc8555-l2-cache-controller";
|
D | arches.dts | 129 compatible = "ibm,l2-cache-460gt", "ibm,l2-cache";
|
D | xpedite5200.dts | 79 L2: l2-cache-controller@20000 { 80 compatible = "fsl,mpc8548-l2-cache-controller";
|
D | xpedite5200_xmon.dts | 83 L2: l2-cache-controller@20000 { 84 compatible = "fsl,mpc8548-l2-cache-controller";
|
D | tqm8548-bigflash.dts | 81 L2: l2-cache-controller@20000 { 82 compatible = "fsl,mpc8548-l2-cache-controller";
|
D | tqm8548.dts | 81 L2: l2-cache-controller@20000 { 82 compatible = "fsl,mpc8548-l2-cache-controller";
|
D | bluestone.dts | 129 compatible = "ibm,l2-cache-apm82181", "ibm,l2-cache";
|
D | taishan.dts | 110 compatible = "ibm,l2-cache-440gx", "ibm,l2-cache";
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | qcom,spmi-regulator.txt | 80 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,
|
D | tps65090.txt | 49 vsys-l2-supply = <&some_reg>;
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
D | class.h | 659 __u32 l2[4]; member 669 __u32 l2; member
|
/linux-4.4.14/arch/ia64/lib/ |
D | memset.S | 265 .l2: // ------------------------------------ // L2A: store 32B in 2 cycles label 272 br.cloop.dptk.many .l2
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1385 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/ |
D | qcom,smd-rpm.txt | 74 s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13,
|
/linux-4.4.14/drivers/s390/cio/ |
D | chsc.h | 235 struct qdio_brinfo_entry_l2 l2[0]; member
|
/linux-4.4.14/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 272 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/ |
D | Makefile | 102 obj-$(CONFIG_CACHE_FEROCEON_L2) += cache-feroceon-l2.o
|
/linux-4.4.14/arch/x86/crypto/ |
D | camellia-aesni-avx-asm_64.S | 297 #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); \
|
D | camellia-aesni-avx2-asm_64.S | 336 #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/ |
D | gdth_ioctl.h | 162 u32 l1, l2, l3, l4; member
|
/linux-4.4.14/sound/pci/ymfpci/ |
D | ymfpci.c | 170 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/ |
D | gpio-omap.c | 1297 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()
|