Home
last modified time | relevance | path

Searched refs:l3 (Results 1 – 25 of 187) sorted by relevance

12345678

/linux/drivers/bus/
H A Domap_l3_noc.c50 static int l3_handle_target(struct omap_l3 *l3, void __iomem *base, in l3_handle_target() argument
114 l3->mst_addr_mask) >> __ffs(l3->mst_addr_mask); in l3_handle_target()
116 for (k = 0, master = l3->l3_masters; k < l3->num_masters; in l3_handle_target()
135 dev_name(l3->dev), in l3_handle_target()
161 struct omap_l3 *l3 = _l3; in l3_interrupt_handler() local
169 inttype = irq == l3->app_irq ? L3_APPLICATION_ERROR : L3_DEBUG_ERROR; in l3_interrupt_handler()
171 for (i = 0; i < l3->num_modules; i++) { in l3_interrupt_handler()
176 base = l3->l3_base[i]; in l3_interrupt_handler()
177 flag_mux = l3->l3_flagmux[i]; in l3_interrupt_handler()
189 ret = l3_handle_target(l3, base, flag_mux, err_src); in l3_interrupt_handler()
[all …]
H A Domap_l3_smx.c139 static irqreturn_t omap3_l3_block_irq(struct omap3_l3 *l3, in omap3_l3_block_irq() argument
158 struct omap3_l3 *l3 = _l3; in omap3_l3_app_irq() local
167 int_type = irq == l3->app_irq ? L3_APPLICATION_ERROR : L3_DEBUG_ERROR; in omap3_l3_app_irq()
169 status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_0); in omap3_l3_app_irq()
171 status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_1); in omap3_l3_app_irq()
176 base = l3->rt + omap3_l3_bases[int_type][err_source]; in omap3_l3_app_irq()
180 ret |= omap3_l3_block_irq(l3, error, error_addr); in omap3_l3_app_irq()
214 struct omap3_l3 *l3; in omap3_l3_probe() local
218 l3 = kzalloc_obj(*l3); in omap3_l3_probe()
219 if (!l3) in omap3_l3_probe()
[all …]
/linux/arch/sparc/kernel/
H A Dhead_64.S175 mov 1, %l3
176 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 1
177 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
199 mov 4, %l3
200 stx %l3, [%sp + 2047 + 128 + 0x08] ! num_args, 4
201 mov 1, %l3
202 stx %l3, [%sp + 2047 + 128 + 0x10] ! num_rets, 1
206 mov 64, %l3
207 stx %l3, [%sp + 2047 + 128 + 0x30] ! arg4, size
214 mov (1b - prom_boot_mapped_pc), %l3
[all …]
H A Dhvtramp.S58 add %l0, HVTRAMP_DESCR_MAPS, %l3
60 1: ldx [%l3 + HVTRAMP_MAPPING_VADDR], %o0
62 ldx [%l3 + HVTRAMP_MAPPING_TTE], %o2
73 add %l3, HVTRAMP_MAPPING_SIZE, %l3
H A Dtrampoline_64.S129 sethi %hi(KERNBASE), %l3
161 add %l3, %g1, %g2
194 add %l3, %g1, %g2
221 sethi %hi(KERNBASE), %l3
231 add %l3, %g2, %o0
239 add %l3, %g2, %o0
H A Durtt_fill.S38 mov %g3, %l3
64 brnz,pn %l3, 1f
/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dhw_stats_l3.sh242 reporting_test l3
291 fail_next_test l3
318 local pkts=$(get_hwstat dummy1 l3 rx.packets)
324 local pkts=$(get_hwstat dummy1 l3 rx.packets)
333 local pkts=$(get_hwstat dummy1 l3 rx.packets)
345 local pkts=$(get_hwstat dummy1 l3 rx.packets)
356 counter_test l3
365 nsim_hwstats_enable 1 dummy1 l3
366 nsim_hwstats_enable 2 dummy1 l3
367 nsim_hwstats_enable 3 dummy1 l3
[all …]
/linux/arch/sparc/include/asm/
H A Dhead_32.h13 rd %psr, %l0; b label; rd %wim, %l3; nop;
16 #define SRMMU_TFAULT rd %psr, %l0; rd %wim, %l3; b srmmu_fault; mov 1, %l7;
17 #define SRMMU_DFAULT rd %psr, %l0; rd %wim, %l3; b srmmu_fault; mov 0, %l7;
21 rd %psr, %l0; mov num, %l7; b bad_trap_handler; rd %wim, %l3;
73 mov int_level, %l7; rd %psr, %l0; b real_irq_entry; rd %wim, %l3;
79 rd %psr, %l0; rd %wim, %l3; b spill_window_entry; andcc %l0, PSR_PS, %g0;
82 rd %psr, %l0; rd %wim, %l3; b fill_window_entry; andcc %l0, PSR_PS, %g0;
/linux/Documentation/devicetree/bindings/arm/omap/
H A Dl3-noc.txt7 - compatible : Should be "ti,omap3-l3-smx" for OMAP3 family
8 Should be "ti,omap4-l3-noc" for OMAP4 family
9 Should be "ti,omap5-l3-noc" for OMAP5 family
10 Should be "ti,dra7-l3-noc" for DRA7 family
11 Should be "ti,am4372-l3-noc" for AM43 family
18 compatible = "ti,omap4-l3-noc", "simple-bus";
/linux/arch/x86/kernel/cpu/
H A Dcacheinfo.c157 union l3_cache l3; in legacy_amd_cpuid4() local
164 cpuid(0x80000006, &dummy, &dummy, &l2.val, &l3.val); in legacy_amd_cpuid4()
191 if (!l3.assoc || l3.assoc == AMD_L2_L3_INVALID_ASSOC) in legacy_amd_cpuid4()
194 assoc = assocs[l3.assoc]; in legacy_amd_cpuid4()
195 line_size = l3.line_size; in legacy_amd_cpuid4()
196 lines_per_tag = l3.lines_per_tag; in legacy_amd_cpuid4()
197 size_in_kb = l3.size_encoded * 512; in legacy_amd_cpuid4()
368 static void intel_cacheinfo_done(struct cpuinfo_x86 *c, unsigned int l3, in intel_cacheinfo_done() argument
381 c->x86_cache_size = l3 ? l3 : (l2 ? l2 : l1i + l1d); in intel_cacheinfo_done()
392 unsigned int l1i = 0, l1d = 0, l2 = 0, l3 = 0; in intel_cacheinfo_0x2() local
[all …]
H A Damd_cache_disable.c21 struct amd_l3_cache *l3 = &nb->l3_cache; in amd_calc_l3_indices() local
28 l3->subcaches[0] = sc0 = !(val & BIT(0)); in amd_calc_l3_indices()
29 l3->subcaches[1] = sc1 = !(val & BIT(4)); in amd_calc_l3_indices()
32 l3->subcaches[0] = sc0 += !(val & BIT(1)); in amd_calc_l3_indices()
33 l3->subcaches[1] = sc1 += !(val & BIT(5)); in amd_calc_l3_indices()
36 l3->subcaches[2] = sc2 = !(val & BIT(8)) + !(val & BIT(9)); in amd_calc_l3_indices()
37 l3->subcaches[3] = sc3 = !(val & BIT(12)) + !(val & BIT(13)); in amd_calc_l3_indices()
39 l3->indices = (max(max3(sc0, sc1, sc2), sc3) << 10) - 1; in amd_calc_l3_indices()
/linux/arch/sparc/power/
H A Dhibernate_asm.S82 mov %g3, %l3 /* PAGE_SIZE-8 */
84 ldxa [%l1 + %l3] ASI_PHYS_USE_EC, %g2
85 stxa %g2, [%l2 + %l3] ASI_PHYS_USE_EC
86 cmp %l3, %g0
88 sub %l3, 8, %l3
/linux/arch/arm64/boot/dts/realtek/
H A Drtd16xx.dtsi53 next-level-cache = <&l3>;
61 next-level-cache = <&l3>;
69 next-level-cache = <&l3>;
77 next-level-cache = <&l3>;
85 next-level-cache = <&l3>;
90 next-level-cache = <&l3>;
96 l3: l3-cache { label
/linux/drivers/media/platform/ti/davinci/
H A Dvpif.c73 .l3 = 43,
90 .l3 = 45,
107 .l3 = 26,
124 .l3 = 26,
141 .l3 = 21,
161 .l3 = 21,
181 .l3 = 42,
200 .l3 = 23,
220 .l3 = 23,
303 value |= (config->l3 & vpifregs[config_channel_id].len_mask); in vpif_set_mode_info()
/linux/drivers/net/ethernet/intel/ice/virt/
H A Dfdir.c925 enum virtchnl_proto_hdr_type l3 = VIRTCHNL_PROTO_HDR_NONE; in ice_vc_fdir_parse_pattern() local
964 l3 = VIRTCHNL_PROTO_HDR_IPV4; in ice_vc_fdir_parse_pattern()
976 l3 = VIRTCHNL_PROTO_HDR_IPV6; in ice_vc_fdir_parse_pattern()
993 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
995 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
999 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) { in ice_vc_fdir_parse_pattern()
1002 } else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) { in ice_vc_fdir_parse_pattern()
1010 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern()
1012 else if (l3 == VIRTCHNL_PROTO_HDR_IPV6) in ice_vc_fdir_parse_pattern()
1016 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) { in ice_vc_fdir_parse_pattern()
[all …]
/linux/drivers/dma/
H A Dste_dma40_ll.c30 u32 l3 = 0; /* dst */ in d40_log_cfg() local
41 l3 |= BIT(D40_MEM_LCSP3_DCFG_INCR_POS); in d40_log_cfg()
51 l3 |= BIT(D40_MEM_LCSP3_DCFG_MST_POS); in d40_log_cfg()
53 l3 |= BIT(D40_MEM_LCSP3_DCFG_EIM_POS); in d40_log_cfg()
54 l3 |= cfg->dst_info.psize << D40_MEM_LCSP3_DCFG_PSIZE_POS; in d40_log_cfg()
55 l3 |= d40_width_to_bits(cfg->dst_info.data_width) in d40_log_cfg()
64 *lcsp3 = l3; in d40_log_cfg()
/linux/arch/powerpc/kernel/
H A Dsetup_64.c627 struct device_node *cpu = NULL, *l2, *l3 = NULL; in initialize_cache_info() local
643 init_cache_info(&ppc64_caches.l3, 0x800000, 128, 0, 8192); in initialize_cache_info()
666 l3 = of_find_next_cache_node(l2); in initialize_cache_info()
669 if (l3) { in initialize_cache_info()
670 parse_cache_info(l3, false, &ppc64_caches.l3); in initialize_cache_info()
671 of_node_put(l3); in initialize_cache_info()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgddr5.c37 int pd, lf, xd, vh, vr, vo, l3; in nvkm_gddr5_calc() local
50 l3 = !ram->next->bios.ramcfg_11_07_02; in nvkm_gddr5_calc()
99 ram->mr[5] |= (l3 << 2); in nvkm_gddr5_calc()
/linux/arch/sparc/lib/
H A Dxor.S390 xor %l3, %l1, %l3
392 stxa %l3, [%i0 + 0x38] %asi
579 xor %l3, %l1, %l3
581 stxa %l3, [%i0 + 0x08] %asi
595 xor %l3, %l1, %l3
597 stxa %l3, [%i0 + 0x18] %asi
611 xor %l3, %l1, %l3
613 stxa %l3, [%i0 + 0x28] %asi
630 xor %l3, %l1, %l3
632 stxa %l3, [%i0 + 0x38] %asi
H A Dmuldi3.S53 mov %o1, %l3
65 restore %g0, %l3, %o1
/linux/arch/sparc/prom/
H A Dcif.S21 mov %g6, %l3
26 mov %l3, %g6
/linux/drivers/interconnect/qcom/
H A DMakefile18 icc-osm-l3-objs := osm-l3.o
62 obj-$(CONFIG_INTERCONNECT_QCOM_OSM_L3) += icc-osm-l3.o
/linux/arch/powerpc/include/asm/
H A Delf.h144 NEW_AUX_ENT(AT_L3_CACHESIZE, ppc64_caches.l3.size); \
145 NEW_AUX_ENT(AT_L3_CACHEGEOMETRY, get_cache_geometry(l3))
/linux/arch/arm/boot/dts/gemini/
H A Dgemini-wbd111.dts44 led-red-l3 {
62 led-greeb-l3 {
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.h60 struct bnxt_tc_l3_key l3; member
99 struct bnxt_tc_l3_key l3; member

12345678