/linux-4.1.27/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.1.27/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()
|
D | jade.c | 246 st->l2.l2l1 = jade_l2l1; in setstack_jade()
|
/linux-4.1.27/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.1.27/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 | 279 struct mls_level *l1, *l2; in constraint_expr_eval() local 338 l2 = &(tcontext->range.level[0]); in constraint_expr_eval() 342 l2 = &(tcontext->range.level[1]); in constraint_expr_eval() 346 l2 = &(tcontext->range.level[0]); in constraint_expr_eval() 350 l2 = &(tcontext->range.level[1]); in constraint_expr_eval() 354 l2 = &(scontext->range.level[1]); in constraint_expr_eval() 358 l2 = &(tcontext->range.level[1]); in constraint_expr_eval() 363 s[++sp] = mls_level_eq(l1, l2); in constraint_expr_eval() 366 s[++sp] = !mls_level_eq(l1, l2); in constraint_expr_eval() 369 s[++sp] = mls_level_dom(l1, l2); in constraint_expr_eval() [all …]
|
/linux-4.1.27/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.1.27/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.1.27/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 | divremu.S | 36 [b1] lmbd .l2 1, B4, B1 59 cmpgt .l2 B1, 7, B0
|
D | remu.S | 44 lmbd .l2 1, B4, B1 56 cmpgt .l2 B1, 7, B0
|
D | divu.S | 50 [B1] lmbd .l2 1, B4, B1 71 cmpgt .l2 B1, 7, B0
|
/linux-4.1.27/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.1.27/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 | 160 mov %g6, %l2 177 mov %l2, %g6 188 ldx [%sp + PTREGS_OFF + PT_V9_TPC], %l2 197 wrpr %l2, %g0, %tpc 222 rdpr %otherwin, %l2 225 wrpr %l2, %g0, %canrestore 227 brnz,pt %l2, user_rtt_restore 324 ldub [%l6 + %o0], %l2 328 andcc %l2, (FPRS_FEF|FPRS_DU), %g0 330 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 | 245 add %l1, 0x4, %l2 ! npc = npc+4 248 stx %l2, [%sp + PTREGS_OFF + PT_V9_TNPC] 254 ldub [%g6 + TI_SYS_NOERROR], %l2 255 brnz,pn %l2, 2b 270 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 | 58 stx %l2, [%g3 + TI_REG_WINDOW + 0x10] 75 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 | etrap_32.S | 21 #define t_npc l2 /* Set by caller */
|
D | wof.S | 35 #define t_npc l2 /* NPC for trap return T */
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/lib/ |
D | string.c | 722 size_t l1, l2; in strstr() local 724 l2 = strlen(s2); in strstr() 725 if (!l2) in strstr() 728 while (l1 >= l2) { in strstr() 730 if (!memcmp(s1, s2, l2)) in strstr() 748 size_t l2; in strnstr() local 750 l2 = strlen(s2); in strnstr() 751 if (!l2) in strnstr() 753 while (len >= l2) { in strnstr() 755 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.1.27/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.1.27/arch/powerpc/boot/dts/fsl/ |
D | p4080si-pre.dtsi | 87 L2_0: l2-cache { 97 L2_1: l2-cache { 107 L2_2: l2-cache { 117 L2_3: l2-cache { 127 L2_4: l2-cache { 137 L2_5: l2-cache { 147 L2_6: l2-cache { 157 L2_7: l2-cache {
|
D | t104xsi-pre.dtsi | 72 L2_1: l2-cache { 81 L2_2: l2-cache { 90 L2_3: l2-cache { 99 L2_4: l2-cache {
|
D | p2041si-pre.dtsi | 87 L2_0: l2-cache { 97 L2_1: l2-cache { 107 L2_2: l2-cache { 117 L2_3: l2-cache {
|
D | p3041si-pre.dtsi | 88 L2_0: l2-cache { 98 L2_1: l2-cache { 108 L2_2: l2-cache { 118 L2_3: l2-cache {
|
D | p5040si-pre.dtsi | 87 L2_0: l2-cache { 97 L2_1: l2-cache { 107 L2_2: l2-cache { 117 L2_3: l2-cache {
|
D | p5020si-pre.dtsi | 94 L2_0: l2-cache { 104 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 | 103 L2: l2-cache-controller@c20000 { 104 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 | 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 | t4240si-post.dtsi | 753 L2_1: l2-cache-controller@c20000 { 754 compatible = "fsl,t4240-l2-cache-controller"; 758 L2_2: l2-cache-controller@c60000 { 759 compatible = "fsl,t4240-l2-cache-controller"; 763 L2_3: l2-cache-controller@ca0000 { 764 compatible = "fsl,t4240-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 | mpc8572si-post.dtsi | 168 L2: l2-cache-controller@20000 { 169 compatible = "fsl,mpc8572-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 | b4860si-post.dtsi | 205 L2: l2-cache-controller@c20000 { 206 compatible = "fsl,b4860-l2-cache-controller";
|
D | mpc8536si-post.dtsi | 192 L2: l2-cache-controller@20000 { 193 compatible = "fsl,mpc8536-l2-cache-controller";
|
D | p1023si-post.dtsi | 163 L2: l2-cache-controller@20000 { 164 compatible = "fsl,p1023-l2-cache-controller";
|
D | p1022si-post.dtsi | 197 L2: l2-cache-controller@20000 { 198 compatible = "fsl,p1022-l2-cache-controller";
|
D | mpc8568si-post.dtsi | 148 L2: l2-cache-controller@20000 { 149 compatible = "fsl,mpc8568-l2-cache-controller";
|
D | mpc8569si-post.dtsi | 142 L2: l2-cache-controller@20000 { 143 compatible = "fsl,mpc8569-l2-cache-controller";
|
D | b4si-post.dtsi | 351 L2: l2-cache-controller@c20000 { 352 compatible = "fsl,b4-l2-cache-controller";
|
D | t2081si-post.dtsi | 507 L2_1: l2-cache-controller@c20000 { 509 compatible = "fsl,t2080-l2-cache-controller";
|
/linux-4.1.27/arch/microblaze/lib/ |
D | mulsi3.S | 27 l2: label 32 beqi r7, l2 33 bneid r6, l2
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/x86/kernel/cpu/ |
D | intel.c | 376 unsigned int l2 = 0; in init_intel() local 400 l2 = init_intel_cacheinfo(c); in init_intel() 403 if (l2 == 0) { in init_intel() 405 l2 = c->x86_cache_size; in init_intel() 419 rdmsr(MSR_IA32_MISC_ENABLE, l1, l2); in init_intel() 446 if (l2 == 0) in init_intel() 448 else if (l2 == 256) in init_intel() 453 if (l2 == 128) in init_intel() 460 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.1.27/Documentation/devicetree/bindings/arm/mrvl/ |
D | feroceon.txt | 13 l2: l2-cache@20128 {
|
D | tauros2.txt | 14 L2: l2-cache {
|
/linux-4.1.27/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.1.27/scripts/rt-tester/ |
D | check-all.sh | 18 testit t3-l2-pi.tst 19 testit t4-l2-pi-deboost.tst
|
/linux-4.1.27/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.1.27/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 | bcm7360.dtsi | 58 compatible = "brcm,l2-intc"; 79 compatible = "brcm,bcm7120-l2-intc";
|
D | bcm7358.dtsi | 58 compatible = "brcm,l2-intc"; 79 compatible = "brcm,bcm7120-l2-intc";
|
D | bcm7362.dtsi | 64 compatible = "brcm,l2-intc"; 85 compatible = "brcm,bcm7120-l2-intc";
|
D | bcm7420.dtsi | 64 compatible = "brcm,l2-intc"; 86 compatible = "brcm,bcm7120-l2-intc";
|
D | bcm6328.dtsi | 53 compatible = "brcm,bcm3380-l2-intc";
|
D | bcm7425.dtsi | 64 compatible = "brcm,l2-intc"; 87 compatible = "brcm,bcm7120-l2-intc";
|
D | bcm7346.dtsi | 64 compatible = "brcm,l2-intc"; 85 compatible = "brcm,bcm7120-l2-intc";
|
D | bcm6368.dtsi | 54 compatible = "brcm,bcm3380-l2-intc";
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/cpu-enable-method/ |
D | marvell,berlin-smp | 28 next-level-cache = <&l2>; 35 next-level-cache = <&l2>;
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/kernel/sched/ |
D | sched.h | 1564 static inline void double_lock(spinlock_t *l1, spinlock_t *l2) in double_lock() argument 1566 if (l1 > l2) in double_lock() 1567 swap(l1, l2); in double_lock() 1570 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock() 1573 static inline void double_lock_irq(spinlock_t *l1, spinlock_t *l2) in double_lock_irq() argument 1575 if (l1 > l2) in double_lock_irq() 1576 swap(l1, l2); in double_lock_irq() 1579 spin_lock_nested(l2, SINGLE_DEPTH_NESTING); in double_lock_irq() 1582 static inline void double_raw_lock(raw_spinlock_t *l1, raw_spinlock_t *l2) in double_raw_lock() argument 1584 if (l1 > l2) in double_raw_lock() [all …]
|
/linux-4.1.27/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(priv->zbc_color[i].l2, l2, sizeof( in gf100_gr_zbc_color_get() 73 priv->zbc_color[i].l2))) { in gf100_gr_zbc_color_get() 87 memcpy(priv->zbc_color[zbc].l2, l2, sizeof(priv->zbc_color[zbc].l2)); in gf100_gr_zbc_color_get() 89 ltc->zbc_color_get(ltc, zbc, l2); in gf100_gr_zbc_color_get() 106 const u32 ds, const u32 l2) in gf100_gr_zbc_depth_get() argument 117 if (priv->zbc_depth[i].l2 != l2) { in gf100_gr_zbc_depth_get() 132 priv->zbc_depth[zbc].l2 = l2; in gf100_gr_zbc_depth_get() 133 ltc->zbc_depth_get(ltc, zbc, l2); in gf100_gr_zbc_depth_get() 174 args->v0.l2); in gf100_fermi_mthd_zbc_color() [all …]
|
D | gf100.h | 61 u32 l2[4]; member 67 u32 l2; member
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | hisi-x5hd2-dkb.dts | 30 next-level-cache = <&l2>; 37 next-level-cache = <&l2>;
|
D | berlin2q.dtsi | 26 next-level-cache = <&l2>; 33 next-level-cache = <&l2>; 40 next-level-cache = <&l2>; 47 next-level-cache = <&l2>; 99 l2: l2-cache-controller@ac0000 { label
|
D | highbank.dts | 119 L2: l2-cache { 134 compatible = "calxeda,hb-sregs-l2-ecc";
|
D | vf610.dtsi | 17 L2: l2-cache@40006000 {
|
D | berlin2.dtsi | 30 next-level-cache = <&l2>; 37 next-level-cache = <&l2>; 85 l2: l2-cache-controller@ac0000 { label
|
D | berlin2cd.dtsi | 29 next-level-cache = <&l2>; 62 l2: l2-cache-controller@ac0000 { label
|
D | bcm7445.dtsi | 101 compatible = "brcm,bcm7120-l2-intc";
|
D | kirkwood.dtsi | 226 l2: l2-cache@20128 { label
|
D | dove.dtsi | 26 next-level-cache = <&l2>; 31 l2: l2-cache { label
|
D | pxa910.dtsi | 29 L2: l2-cache {
|
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 | qcom-msm8960.dtsi | 39 L2: l2-cache {
|
D | exynos4210.dtsi | 89 l2c: l2-cache-controller@10502000 {
|
D | mmp2.dtsi | 30 L2: l2-cache {
|
D | bcm-cygnus.dtsi | 224 L2: l2-cache {
|
D | qcom-apq8084.dtsi | 61 L2: l2-cache {
|
D | qcom-msm8974.dtsi | 61 L2: l2-cache {
|
D | spear13xx.dtsi | 52 L2: l2-cache {
|
D | stih407-family.dtsi | 50 l2: cache-controller { label
|
D | qcom-ipq8064.dtsi | 37 L2: l2-cache {
|
D | exynos4x12.dtsi | 59 l2c: l2-cache-controller@10502000 {
|
/linux-4.1.27/scripts/coccinelle/api/ |
D | memdup_user.cocci | 19 identifier l1,l2; 34 - <+... when != goto l2;
|
/linux-4.1.27/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.1.27/arch/powerpc/boot/dts/ |
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 | p1020rdb-pc_camp_core0.dts | 6 * This dts file allows core0 to have memory, l2, i2c, spi, gpio, tdm, dma, usb,
|
D | stx_gp3_8560.dts | 78 L2: l2-cache-controller@20000 { 79 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 | tqm8541.dts | 79 L2: l2-cache-controller@20000 { 80 compatible = "fsl,mpc8540-l2-cache-controller";
|
D | p1020rdb-pc_camp_core1.dts | 6 * This dts allows core1 to have l2, eth0, crypto.
|
D | sbc8548-post.dtsi | 43 L2: l2-cache-controller@20000 { 44 compatible = "fsl,mpc8548-l2-cache-controller";
|
D | socrates.dts | 81 L2: l2-cache-controller@20000 { 82 compatible = "fsl,mpc8544-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 | xpedite5200.dts | 79 L2: l2-cache-controller@20000 { 80 compatible = "fsl,mpc8548-l2-cache-controller";
|
D | arches.dts | 129 compatible = "ibm,l2-cache-460gt", "ibm,l2-cache";
|
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 | stxssa8555.dts | 81 L2: l2-cache-controller@20000 { 82 compatible = "fsl,mpc8555-l2-cache-controller";
|
D | mpc8541cds.dts | 82 L2: l2-cache-controller@20000 { 83 compatible = "fsl,mpc8541-l2-cache-controller";
|
D | mpc8560ads.dts | 82 L2: l2-cache-controller@20000 { 83 compatible = "fsl,mpc8540-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 | taishan.dts | 110 compatible = "ibm,l2-cache-440gx", "ibm,l2-cache";
|
D | bluestone.dts | 129 compatible = "ibm,l2-cache-apm82181", "ibm,l2-cache";
|
D | tqm8548.dts | 81 L2: l2-cache-controller@20000 { 82 compatible = "fsl,mpc8548-l2-cache-controller";
|
D | xpedite5370.dts | 192 L2: l2-cache-controller@20000 { 193 compatible = "fsl,mpc8572-l2-cache-controller";
|
D | xpedite5301.dts | 194 L2: l2-cache-controller@20000 { 195 compatible = "fsl,mpc8572-l2-cache-controller";
|
D | xpedite5330.dts | 230 L2: l2-cache-controller@20000 { 231 compatible = "fsl,mpc8572-l2-cache-controller";
|
D | xcalibur1501.dts | 201 L2: l2-cache-controller@20000 { 202 compatible = "fsl,mpc8572-l2-cache-controller";
|
/linux-4.1.27/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.1.27/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.1.27/drivers/irqchip/ |
D | Makefile | 44 obj-$(CONFIG_BCM7120_L2_IRQ) += irq-bcm7120-l2.o 45 obj-$(CONFIG_BRCMSTB_L2_IRQ) += irq-brcmstb-l2.o
|
/linux-4.1.27/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.1.27/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.1.27/include/uapi/linux/ |
D | atmsap.h | 112 } l2; member
|
/linux-4.1.27/Documentation/devicetree/bindings/crypto/ |
D | picochip-spacc.txt | 8 "picochip,spacc-l2" for the femtocell layer 2 ciphering engine.
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | interrupt.S | 53 [--sp] = l2; 103 l2 = r1; define
|
/linux-4.1.27/arch/blackfin/include/uapi/asm/ |
D | ptrace.h | 58 long l2; member
|
/linux-4.1.27/arch/arm64/boot/dts/arm/ |
D | juno.dts | 85 A57_L2: l2-cache0 { 89 A53_L2: l2-cache1 {
|
D | rtsm_ve-aemv8a.dts | 67 L2_0: l2-cache0 {
|
D | foundation-v8.dts | 64 L2_0: l2-cache0 {
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
D | class.h | 570 __u32 l2[4]; member 580 __u32 l2; member
|
/linux-4.1.27/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.1.27/fs/nfs/ |
D | pnfs.c | 478 const struct pnfs_layout_range *l2) in pnfs_lseg_range_contained() argument 482 u64 start2 = l2->offset; in pnfs_lseg_range_contained() 483 u64 end2 = end_offset(start2, l2->length); in pnfs_lseg_range_contained() 497 const struct pnfs_layout_range *l2) in pnfs_lseg_range_intersecting() argument 501 u64 start2 = l2->offset; in pnfs_lseg_range_intersecting() 502 u64 end2 = end_offset(start2, l2->length); in pnfs_lseg_range_intersecting() 1190 const struct pnfs_layout_range *l2) in pnfs_lseg_range_cmp() argument 1195 d = l1->offset - l2->offset; in pnfs_lseg_range_cmp() 1200 d = l2->length - l1->length; in pnfs_lseg_range_cmp() 1205 return (int)(l1->iomode == IOMODE_READ) - (int)(l2->iomode == IOMODE_READ); in pnfs_lseg_range_cmp()
|
D | pagelist.c | 914 const struct nfs_lock_context *l2) in nfs_match_lock_context() argument 916 return l1->lockowner.l_owner == l2->lockowner.l_owner in nfs_match_lock_context() 917 && l1->lockowner.l_pid == l2->lockowner.l_pid; in nfs_match_lock_context()
|
/linux-4.1.27/drivers/s390/net/ |
D | qeth_l2_main.c | 261 hdr->hdr.l2.id = QETH_HEADER_TYPE_LAYER2; in qeth_l2_fill_header() 265 hdr->hdr.l2.flags[2] |= QETH_LAYER2_FLAG_MULTICAST; in qeth_l2_fill_header() 267 hdr->hdr.l2.flags[2] |= QETH_LAYER2_FLAG_BROADCAST; in qeth_l2_fill_header() 269 hdr->hdr.l2.flags[2] |= QETH_LAYER2_FLAG_UNICAST; in qeth_l2_fill_header() 271 hdr->hdr.l2.pkt_length = skb->len-QETH_HEADER_SIZE; in qeth_l2_fill_header() 276 hdr->hdr.l2.flags[2] |= QETH_LAYER2_FLAG_VLAN; in qeth_l2_fill_header() 277 hdr->hdr.l2.vlan_id = ntohs(veth->h_vlan_TCI); in qeth_l2_fill_header() 452 switch (hdr->hdr.l2.id) { in qeth_l2_process_inbound_buffer() 762 hdr->hdr.l2.pkt_length = new_skb->len; in qeth_l2_hard_start_xmit()
|
/linux-4.1.27/Documentation/misc-devices/ |
D | isl29003 | 54 2: difference between diodes (l1 - l2, signed 15bit)
|
/linux-4.1.27/arch/ia64/lib/ |
D | memset.S | 265 .l2: // ------------------------------------ // L2A: store 32B in 2 cycles label 272 br.cloop.dptk.many .l2
|
/linux-4.1.27/drivers/s390/cio/ |
D | chsc.h | 220 struct qdio_brinfo_entry_l2 l2[0]; member
|
/linux-4.1.27/Documentation/devicetree/bindings/regulator/ |
D | tps65090.txt | 49 vsys-l2-supply = <&some_reg>;
|
/linux-4.1.27/arch/arm/mm/ |
D | Makefile | 99 obj-$(CONFIG_CACHE_FEROCEON_L2) += cache-feroceon-l2.o
|
/linux-4.1.27/arch/x86/xen/ |
D | mmu.c | 1809 pmd_t *l2; in xen_setup_kernel_pagetable() local 1843 l2 = m2v(l3[pud_index(__START_KERNEL_map)].pud); in xen_setup_kernel_pagetable() 1847 addr[2] = (unsigned long)l2; in xen_setup_kernel_pagetable() 1854 copy_page(level2_ident_pgt, l2); in xen_setup_kernel_pagetable() 1856 copy_page(level2_kernel_pgt, l2); in xen_setup_kernel_pagetable()
|
/linux-4.1.27/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.1.27/drivers/scsi/ |
D | gdth_ioctl.h | 162 u32 l1, l2, l3, l4; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | lprocfs_status.c | 1931 size_t l2; in lprocfs_strnstr() local 1933 l2 = strlen(s2); in lprocfs_strnstr() 1934 if (!l2) in lprocfs_strnstr() 1936 while (len >= l2) { in lprocfs_strnstr() 1938 if (!memcmp(s1, s2, l2)) in lprocfs_strnstr()
|
/linux-4.1.27/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.1.27/drivers/gpio/ |
D | gpio-omap.c | 1245 u32 l1 = 0, l2 = 0; in omap_gpio_runtime_suspend() local 1286 l2 = bank->context.risingdetect; in omap_gpio_runtime_suspend() 1289 l2 &= ~bank->enabled_non_wakeup_gpios; in omap_gpio_runtime_suspend() 1292 writel_relaxed(l2, bank->base + bank->regs->risingdetect); in omap_gpio_runtime_suspend()
|
/linux-4.1.27/kernel/ |
D | cgroup.c | 596 struct list_head *l1, *l2; in compare_css_sets() local 613 l2 = &old_cset->cgrp_links; in compare_css_sets() 619 l2 = l2->next; in compare_css_sets() 622 BUG_ON(l2 != &old_cset->cgrp_links); in compare_css_sets() 625 BUG_ON(l2 == &old_cset->cgrp_links); in compare_css_sets() 629 link2 = list_entry(l2, struct cgrp_cset_link, cgrp_link); in compare_css_sets()
|