/linux-2.6.39/arch/arm/mach-omap2/ |
D | omap_l3_noc.c | 58 struct omap4_l3 *l3 = _l3; in l3_interrupt_handler() local 66 if (irq == l3->app_irq) in l3_interrupt_handler() 76 base = (u32)l3->l3_base[i]; in l3_interrupt_handler() 128 static struct omap4_l3 *l3; in omap4_l3_probe() local 133 l3 = kzalloc(sizeof(*l3), GFP_KERNEL); in omap4_l3_probe() 134 if (!l3) in omap4_l3_probe() 137 platform_set_drvdata(pdev, l3); in omap4_l3_probe() 145 l3->l3_base[0] = ioremap(res->start, resource_size(res)); in omap4_l3_probe() 146 if (!(l3->l3_base[0])) { in omap4_l3_probe() 159 l3->l3_base[1] = ioremap(res->start, resource_size(res)); in omap4_l3_probe() [all …]
|
D | omap_l3_smx.c | 150 static irqreturn_t omap3_l3_block_irq(struct omap3_l3 *l3, in omap3_l3_block_irq() argument 169 struct omap3_l3 *l3 = _l3; in omap3_l3_app_irq() local 180 if (irq == l3->app_irq) in omap3_l3_app_irq() 186 status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_0); in omap3_l3_app_irq() 195 status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_1); in omap3_l3_app_irq() 203 base = l3->rt + *(omap3_l3_bases[int_type] + err_source); in omap3_l3_app_irq() 209 ret |= omap3_l3_block_irq(l3, error, error_addr); in omap3_l3_app_irq() 226 struct omap3_l3 *l3; in omap3_l3_probe() local 230 l3 = kzalloc(sizeof(*l3), GFP_KERNEL); in omap3_l3_probe() 231 if (!l3) { in omap3_l3_probe() [all …]
|
/linux-2.6.39/drivers/isdn/hisax/ |
D | isdnl3.c | 76 VHiSax_putstatus(st->l1.hardware, st->l3.debug_id, fmt, args); in l3m_debug() 238 struct l3_process *p = st->l3.proc; in getl3proc() 257 if (!st->l3.proc) in new_l3_process() 258 st->l3.proc = p; in new_l3_process() 260 np = st->l3.proc; in new_l3_process() 266 p->debug = st->l3.debug; in new_l3_process() 271 p->N303 = st->l3.N303; in new_l3_process() 283 np = p->st->l3.proc; in release_l3_process() 289 else if (!(p->st->l3.proc = np->next) && in release_l3_process() 293 if (skb_queue_empty(&p->st->l3.squeue)) { in release_l3_process() [all …]
|
D | l3_1tr6.c | 65 if (pc->st->l3.debug & L3_DEB_WARN) in l3_1tr6_error() 100 if (pc->st->l3.debug & L3_DEB_WARN) in l3_1tr6_setup_req() 216 if ((pc->para.setup.si1 != 7) && (pc->st->l3.debug & L3_DEB_WARN)) { in l3_1tr6_setup() 223 pc->st->l3.l3l4(pc->st, CC_SETUP | INDICATION, pc); in l3_1tr6_setup() 253 pc->st->l3.l3l4(pc->st, CC_MORE_INFO | INDICATION, pc); in l3_1tr6_setup_ack() 285 pc->st->l3.l3l4(pc->st, CC_PROCEEDING | INDICATION, pc); in l3_1tr6_call_sent() 296 pc->st->l3.l3l4(pc->st, CC_ALERTING | INDICATION, pc); in l3_1tr6_alert() 316 pc->st->l3.l3l4(pc->st, CC_CHARGE | INDICATION, pc); in l3_1tr6_info() 318 if (pc->st->l3.debug & L3_DEB_CHARGE) { in l3_1tr6_info() 322 } else if (pc->st->l3.debug & L3_DEB_CHARGE) in l3_1tr6_info() [all …]
|
D | l3dss1.c | 114 { struct l3_process *pc = st->l3.proc; /* start of processes */ in l3dss1_search_dummy_proc() 387 st->l3.l3l4(st, CC_CHARGE | INDICATION, pc); in l3dss1_parse_facility() 389 if (st->l3.debug & L3_DEB_CHARGE) { in l3dss1_parse_facility() 410 st->l3.l3l4(st, CC_CHARGE | INDICATION, pc); in l3dss1_parse_facility() 412 if (st->l3.debug & L3_DEB_CHARGE) { in l3dss1_parse_facility() 442 …st->l3.l3l4(st, CC_REDIR | INDICATION, pc); } /* Diversion succes… in l3dss1_parse_facility() 487 st->l3.l3l4(st, CC_REDIR | INDICATION, pc); in l3dss1_parse_facility() 976 pc->st->l3.l3l4(pc->st, CC_RELEASE | CONFIRM, pc); in l3dss1_release_cmpl() 1466 pc->st->l3.l3l4(pc->st, CC_PROCEEDING | INDICATION, pc); in l3dss1_call_proc() 1505 pc->st->l3.l3l4(pc->st, CC_MORE_INFO | INDICATION, pc); in l3dss1_setup_ack() [all …]
|
D | l3ni1.c | 113 { struct l3_process *pc = st->l3.proc; /* start of processes */ in l3ni1_search_dummy_proc() 371 …st->l3.l3l4(st, CC_REDIR | INDICATION, pc); } /* Diversion succes… in l3ni1_parse_facility() 416 st->l3.l3l4(st, CC_REDIR | INDICATION, pc); in l3ni1_parse_facility() 926 pc->st->l3.l3l4(pc->st, CC_RELEASE | CONFIRM, pc); in l3ni1_release_cmpl() 1320 pc->st->l3.l3l4(pc->st, CC_PROCEEDING | INDICATION, pc); in l3ni1_call_proc() 1359 pc->st->l3.l3l4(pc->st, CC_MORE_INFO | INDICATION, pc); in l3ni1_setup_ack() 1391 pc->st->l3.l3l4(pc->st, CC_DISCONNECT | INDICATION, pc); in l3ni1_disconnect() 1417 pc->st->l3.l3l4(pc->st, CC_SETUP | CONFIRM, pc); in l3ni1_connect() 1435 pc->st->l3.l3l4(pc->st, CC_ALERTING | INDICATION, pc); in l3ni1_alerting() 1601 pc->st->l3.l3l4(pc->st, CC_SETUP | INDICATION, pc); in l3ni1_setup() [all …]
|
D | tei.c | 169 st->l3.l3l2(st, MDL_ASSIGN | REQUEST, (void *) (long) tei); in tei_id_assign() 243 st->l3.l3l2(st, MDL_REMOVE | REQUEST, NULL); in tei_id_remove() 279 st->l3.l3l2(st, MDL_ERROR | RESPONSE, NULL); in tei_id_req_tout() 302 st->l3.l3l2(st, MDL_REMOVE | REQUEST, NULL); in tei_id_ver_tout() 375 st->l3.l3l2(st, MDL_ASSIGN | REQUEST, (void *) (long) st->l2.tei); in tei_l2tei()
|
/linux-2.6.39/arch/sparc/kernel/ |
D | head_64.S | 166 mov 1, %l3 167 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 1 168 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1 190 mov 4, %l3 191 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 4 192 mov 1, %l3 193 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1 197 mov 64, %l3 198 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, size 205 mov (1b - prom_boot_mapped_pc), %l3 [all …]
|
D | entry.S | 81 sethi %hi(fdc_status), %l3 82 ld [%l3 + %lo(fdc_status)], %l3 90 ldub [%l3], %l7 101 ldub [%l3 + 1], %l7 114 stb %l7, [%l3 + 1] 186 rd %wim, %l3 783 invalid_segment_patch2_ff: mov 0xff, %l3 789 invalid_segment_patch2_1ff: mov 0x1ff, %l3 809 vac_hwflush_patch2_on: sta %g0, [%l3 + %l7] ASI_HWFLUSHSEG 822 ! %l3 = %wim [all …]
|
D | hvtramp.S | 59 add %l0, HVTRAMP_DESCR_MAPS, %l3 61 1: ldx [%l3 + HVTRAMP_MAPPING_VADDR], %o0 63 ldx [%l3 + HVTRAMP_MAPPING_TTE], %o2 74 add %l3, HVTRAMP_MAPPING_SIZE, %l3
|
D | trampoline_64.S | 128 sethi %hi(KERNBASE), %l3 161 add %l3, %g1, %g2 194 add %l3, %g1, %g2 221 sethi %hi(KERNBASE), %l3 232 add %l3, %g2, %o0 240 add %l3, %g2, %o0
|
/linux-2.6.39/mm/ |
D | slab.c | 296 struct kmem_list3 *l3, int tofree); 631 struct kmem_list3 *l3; in init_node_lock_keys() local 634 l3 = s->cs_cachep->nodelists[q]; in init_node_lock_keys() 635 if (!l3 || OFF_SLAB(s->cs_cachep)) in init_node_lock_keys() 637 lockdep_set_class(&l3->list_lock, &on_slab_l3_key); in init_node_lock_keys() 638 alc = l3->alien; in init_node_lock_keys() 923 #define reap_alien(cachep, l3) do { } while (0) argument 1016 static void reap_alien(struct kmem_cache *cachep, struct kmem_list3 *l3) in reap_alien() argument 1020 if (l3->alien) { in reap_alien() 1021 struct array_cache *ac = l3->alien[node]; in reap_alien() [all …]
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | head_32.h | 19 rd %psr, %l0; b label; rd %wim, %l3; nop; 22 #define SPARC_TFAULT rd %psr, %l0; rd %wim, %l3; b sun4c_fault; mov 1, %l7; 23 #define SPARC_DFAULT rd %psr, %l0; rd %wim, %l3; b sun4c_fault; mov 0, %l7; 24 #define SRMMU_TFAULT rd %psr, %l0; rd %wim, %l3; b srmmu_fault; mov 1, %l7; 25 #define SRMMU_DFAULT rd %psr, %l0; rd %wim, %l3; b srmmu_fault; mov 0, %l7; 29 rd %psr, %l0; mov num, %l7; b bad_trap_handler; rd %wim, %l3; 81 mov int_level, %l7; rd %psr, %l0; b real_irq_entry; rd %wim, %l3; 91 rd %wim, %l3; b linux_trap_nmi_sun4c; mov %psr, %l0; nop; 97 rd %psr, %l0; rd %wim, %l3; b spill_window_entry; andcc %l0, PSR_PS, %g0; 100 rd %psr, %l0; rd %wim, %l3; b fill_window_entry; andcc %l0, PSR_PS, %g0;
|
D | ttable.h | 19 clr %l0; clr %l1; clr %l2; clr %l3; \ 238 stx %l3, [%sp + STACK_BIAS + 0x18]; \ 259 stx %l3, [%sp + STACK_BIAS + 0x18]; \ 287 stxa %l3, [%g1 + %g3] ASI; \ 317 stxa %l3, [%sp + STACK_BIAS + 0x18] %asi; \ 351 stx %l3, [%g3 + TI_REG_WINDOW + 0x18]; \ 381 stwa %l3, [%g1 + %g3] ASI; \ 412 stwa %l3, [%sp + 0x0c] %asi; \ 446 stw %l3, [%g3 + TI_REG_WINDOW + 0x0c]; \ 490 ldx [%sp + STACK_BIAS + 0x18], %l3; \ [all …]
|
/linux-2.6.39/arch/x86/kernel/cpu/ |
D | intel_cacheinfo.c | 165 struct amd_l3_cache *l3; member 175 struct amd_l3_cache *l3; member 243 union l3_cache l3; in amd_cpuid4() local 251 cpuid(0x80000006, &dummy, &dummy, &l2.val, &l3.val); in amd_cpuid4() 274 if (!l3.val) in amd_cpuid4() 276 assoc = assocs[l3.assoc]; in amd_cpuid4() 277 line_size = l3.line_size; in amd_cpuid4() 278 lines_per_tag = l3.lines_per_tag; in amd_cpuid4() 279 size_in_kb = l3.size_encoded * 512; in amd_cpuid4() 317 static void __cpuinit amd_calc_l3_indices(struct amd_l3_cache *l3) in amd_calc_l3_indices() argument [all …]
|
/linux-2.6.39/drivers/media/video/davinci/ |
D | vpif.c | 59 .l3 = 43, 76 .l3 = 45, 93 .l3 = 26, 110 .l3 = 26, 127 .l3 = 21, 147 .l3 = 21, 167 .l3 = 42, 186 .l3 = 23, 206 .l3 = 23, 287 value |= (config->l3 & vpifregs[config_channel_id].len_mask); in vpif_set_mode_info()
|
/linux-2.6.39/arch/blackfin/include/asm/ |
D | context.S | 40 [--sp] = l3; 87 l3 = r0; define 112 [--sp] = l3; 147 l3 = r0; define 171 [--sp] = l3; 222 l3 = r0; define 256 l3 = [sp++]; define 326 l3 = [sp++]; define
|
/linux-2.6.39/drivers/dma/ |
D | ste_dma40_ll.c | 17 u32 l3 = 0; /* dst */ in d40_log_cfg() local 28 l3 |= 1 << D40_MEM_LCSP3_DCFG_INCR_POS; in d40_log_cfg() 38 l3 |= 1 << D40_MEM_LCSP3_DCFG_MST_POS; in d40_log_cfg() 40 l3 |= 1 << D40_MEM_LCSP3_DCFG_EIM_POS; in d40_log_cfg() 41 l3 |= cfg->dst_info.psize << D40_MEM_LCSP3_DCFG_PSIZE_POS; in d40_log_cfg() 42 l3 |= cfg->dst_info.data_width << D40_MEM_LCSP3_DCFG_ESIZE_POS; in d40_log_cfg() 49 *lcsp3 = l3; in d40_log_cfg()
|
/linux-2.6.39/security/selinux/ss/ |
D | mls_types.h | 44 #define mls_level_between(l1, l2, l3) \ argument 45 (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1)))
|
/linux-2.6.39/arch/sparc/prom/ |
D | cif.S | 21 mov %g6, %l3 26 mov %l3, %g6
|
/linux-2.6.39/arch/sparc/lib/ |
D | xor.S | 394 xor %l3, %l1, %l3 396 stxa %l3, [%i0 + 0x38] %asi 586 xor %l3, %l1, %l3 588 stxa %l3, [%i0 + 0x08] %asi 602 xor %l3, %l1, %l3 604 stxa %l3, [%i0 + 0x18] %asi 618 xor %l3, %l1, %l3 620 stxa %l3, [%i0 + 0x28] %asi 637 xor %l3, %l1, %l3 639 stxa %l3, [%i0 + 0x38] %asi
|
D | muldi3.S | 64 mov %o1, %l3 76 restore %g0, %l3, %o1
|
/linux-2.6.39/drivers/s390/net/ |
D | qeth_l3_main.c | 2001 if (!(hdr->hdr.l3.flags & QETH_HDR_PASSTHRU)) { in qeth_l3_rebuild_skb() 2002 prot = htons((hdr->hdr.l3.flags & QETH_HDR_IPV6)? ETH_P_IPV6 : in qeth_l3_rebuild_skb() 2004 switch (hdr->hdr.l3.flags & QETH_HDR_CAST_MASK) { in qeth_l3_rebuild_skb() 2044 if (hdr->hdr.l3.ext_flags & QETH_HDR_EXT_SRC_MAC_ADDR) in qeth_l3_rebuild_skb() 2046 tg_addr, &hdr->hdr.l3.dest_addr[2], in qeth_l3_rebuild_skb() 2060 if (hdr->hdr.l3.ext_flags & in qeth_l3_rebuild_skb() 2062 *vlan_id = (hdr->hdr.l3.ext_flags & QETH_HDR_EXT_VLAN_FRAME) ? in qeth_l3_rebuild_skb() 2063 hdr->hdr.l3.vlan_id : *((u16 *)&hdr->hdr.l3.dest_addr[12]); in qeth_l3_rebuild_skb() 2075 if ((hdr->hdr.l3.ext_flags & in qeth_l3_rebuild_skb() 2109 switch (hdr->hdr.l3.id) { in qeth_l3_process_inbound_buffer() [all …]
|
/linux-2.6.39/include/sound/ |
D | uda134x.h | 18 struct l3_pins l3; member
|
/linux-2.6.39/Documentation/video4linux/ |
D | extract_xc3028.pl | 75 my $l3 = ($val >> 24) & 0xff; 80 syswrite(OUTFILE, chr($l0).chr($l1).chr($l2).chr($l3)); 92 my $l3 = ($lsb_val >> 24) & 0xff; 98 chr($l0).chr($l1).chr($l2).chr($l3).
|