/linux/drivers/bus/ |
A D | omap_l3_noc.c | 122 l3->mst_addr_mask) >> __ffs(l3->mst_addr_mask); in l3_handle_target() 124 for (k = 0, master = l3->l3_masters; k < l3->num_masters; in l3_handle_target() 206 dev_err(l3->dev, in l3_interrupt_handler() 256 l3 = devm_kzalloc(&pdev->dev, sizeof(*l3), GFP_KERNEL); in omap_l3_probe() 257 if (!l3) in omap_l3_probe() 260 memcpy(l3, of_id->data, sizeof(*l3)); in omap_l3_probe() 271 l3->l3_base[i] = l3->l3_base[i - 1]; in omap_l3_probe() 287 ret = devm_request_irq(l3->dev, l3->debug_irq, l3_interrupt_handler, in omap_l3_probe() 291 l3->debug_irq); in omap_l3_probe() 296 ret = devm_request_irq(l3->dev, l3->app_irq, l3_interrupt_handler, in omap_l3_probe() [all …]
|
A D | omap_l3_smx.c | 216 struct omap3_l3 *l3; in omap3_l3_probe() local 220 l3 = kzalloc(sizeof(*l3), GFP_KERNEL); in omap3_l3_probe() 221 if (!l3) in omap3_l3_probe() 233 if (!l3->rt) { in omap3_l3_probe() 258 free_irq(l3->debug_irq, l3); in omap3_l3_probe() 260 iounmap(l3->rt); in omap3_l3_probe() 262 kfree(l3); in omap3_l3_probe() 270 free_irq(l3->app_irq, l3); in omap3_l3_remove() 271 free_irq(l3->debug_irq, l3); in omap3_l3_remove() 272 iounmap(l3->rt); in omap3_l3_remove() [all …]
|
/linux/arch/sparc/kernel/ |
A D | head_64.S | 175 mov 1, %l3 199 mov 4, %l3 217 sub %l0, %l3, %l3 270 sllx %l3, 13, %l3 290 srlx %l3, ILOG2_4MB, %l3 291 sllx %l3, ILOG2_4MB, %l3 300 sub %l0, %l3, %l3 308 add %l3, %l4, %l3 309 andn %l3, %l4, %l3 315 sub %l0, %l3, %l3 [all …]
|
A D | hvtramp.S | 58 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
|
A D | trampoline_64.S | 129 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
|
A D | entry.S | 82 sethi %hi(fdc_status), %l3 83 ld [%l3 + %lo(fdc_status)], %l3 91 ldub [%l3], %l7 102 ldub [%l3 + 1], %l7 115 stb %l7, [%l3 + 1] 176 rd %wim, %l3 985 rd %wim, %l3 1188 rd %wim,%l3 1201 rd %wim,%l3 1273 rd %wim, %l3 [all …]
|
/linux/arch/sparc/include/asm/ |
A D | head_32.h | 13 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;
|
A D | ttable.h | 20 clr %l0; clr %l1; clr %l2; clr %l3; \ 255 stx %l3, [%sp + STACK_BIAS + 0x18]; \ 276 stx %l3, [%sp + STACK_BIAS + 0x18]; \ 304 stxa %l3, [%g1 + %g3] ASI; \ 400 stwa %l3, [%g1 + %g3] ASI; \ 433 stwa %l3, [%sp + 0x0c] %asi; \ 511 ldx [%sp + STACK_BIAS + 0x18], %l3; \ 535 ldx [%sp + STACK_BIAS + 0x18], %l3; \ 565 ldxa [%g1 + %g5] ASI, %l3; \ 625 lduwa [%sp + %g5] ASI, %l3; \ [all …]
|
/linux/Documentation/devicetree/bindings/interconnect/ |
A D | qcom,osm-l3.yaml | 4 $id: http://devicetree.org/schemas/interconnect/qcom,osm-l3.yaml# 20 - qcom,sc7180-osm-l3 21 - qcom,sc8180x-osm-l3 22 - qcom,sdm845-osm-l3 23 - qcom,sm8150-osm-l3 24 - qcom,sm8250-epss-l3 58 compatible = "qcom,sdm845-osm-l3";
|
/linux/Documentation/devicetree/bindings/arm/omap/ |
A D | l3-noc.txt | 7 - 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/ |
A D | cacheinfo.c | 238 union l3_cache l3; in amd_cpuid4() local 270 if (!l3.val) in amd_cpuid4() 272 assoc = assocs[l3.assoc]; in amd_cpuid4() 273 line_size = l3.line_size; in amd_cpuid4() 274 lines_per_tag = l3.lines_per_tag; in amd_cpuid4() 275 size_in_kb = l3.size_encoded * 512; in amd_cpuid4() 308 struct amd_l3_cache *l3 = &nb->l3_cache; in amd_calc_l3_indices() local 315 l3->subcaches[0] = sc0 = !(val & BIT(0)); in amd_calc_l3_indices() 823 l3 += cache_table[k].size; in init_intel_cacheinfo() 854 l3 = new_l3; in init_intel_cacheinfo() [all …]
|
/linux/Documentation/devicetree/bindings/regulator/ |
A D | qcom,smd-rpm-regulator.yaml | 27 For pm8226, s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, 33 For pm8916, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, 36 For pm8941, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, 40 For pm8950 and pm8953, s1, s2, s3, s4, s5, s6, s7, l1, l2, l3, l4, l5, l6, 44 For pm8994, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, 49 l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15, l16, l17, l18, l19, 52 For pm660, s1, s2, s3, s4, s5, s6, l1, l2, l3, l5, l6, l7, l8, l9, l10, l22, 55 For pm660l s1, s2, s3, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, bob 57 For pma8084, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, 65 For pms405, s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, [all …]
|
/linux/arch/sparc/power/ |
A D | hibernate_asm.S | 82 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/ |
A D | rtd16xx.dtsi | 53 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>; 94 l3: l3-cache { label
|
/linux/drivers/media/platform/davinci/ |
A D | vpif.c | 66 .l3 = 43, 83 .l3 = 45, 100 .l3 = 26, 117 .l3 = 26, 134 .l3 = 21, 154 .l3 = 21, 174 .l3 = 42, 193 .l3 = 23, 213 .l3 = 23, 296 value |= (config->l3 & vpifregs[config_channel_id].len_mask); in vpif_set_mode_info()
|
/linux/drivers/net/ethernet/intel/ice/ |
A D | ice_virtchnl_fdir.c | 1040 l3 = VIRTCHNL_PROTO_HDR_IPV4; in ice_vc_fdir_parse_pattern() 1052 l3 = VIRTCHNL_PROTO_HDR_IPV6; in ice_vc_fdir_parse_pattern() 1069 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() 1086 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() 1103 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() 1121 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() 1131 if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && in ice_vc_fdir_parse_pattern() 1150 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() 1158 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() 1164 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() [all …]
|
/linux/drivers/dma/ |
A D | ste_dma40_ll.c | 29 u32 l3 = 0; /* dst */ in d40_log_cfg() local 40 l3 |= BIT(D40_MEM_LCSP3_DCFG_INCR_POS); in d40_log_cfg() 50 l3 |= BIT(D40_MEM_LCSP3_DCFG_MST_POS); in d40_log_cfg() 52 l3 |= BIT(D40_MEM_LCSP3_DCFG_EIM_POS); in d40_log_cfg() 53 l3 |= cfg->dst_info.psize << D40_MEM_LCSP3_DCFG_PSIZE_POS; in d40_log_cfg() 54 l3 |= d40_width_to_bits(cfg->dst_info.data_width) in d40_log_cfg() 63 *lcsp3 = l3; in d40_log_cfg()
|
/linux/drivers/interconnect/qcom/ |
A D | Makefile | 7 icc-osm-l3-objs := osm-l3.o 25 obj-$(CONFIG_INTERCONNECT_QCOM_OSM_L3) += icc-osm-l3.o
|
/linux/arch/powerpc/kernel/ |
A D | setup_64.c | 582 struct device_node *cpu = NULL, *l2, *l3 = NULL; in initialize_cache_info() local 598 init_cache_info(&ppc64_caches.l3, 0x800000, 128, 0, 8192); in initialize_cache_info() 621 l3 = of_find_next_cache_node(l2); in initialize_cache_info() 624 if (l3) { in initialize_cache_info() 625 parse_cache_info(l3, false, &ppc64_caches.l3); in initialize_cache_info() 626 of_node_put(l3); in initialize_cache_info()
|
/linux/arch/sparc/lib/ |
A D | xor.S | 390 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
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
A D | gddr5.c | 37 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/security/selinux/ss/ |
A D | mls_types.h | 45 #define mls_level_between(l1, l2, l3) \ argument 46 (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1)))
|
/linux/Documentation/devicetree/bindings/edac/ |
A D | apm-xgene-edac.txt | 40 - compatible : Shall be "apm,xgene-edac-l3" or 41 "apm,xgene-edac-l3-v2". 46 "apm,xgene-edac-l3-soc" for general value reporting 104 compatible = "apm,xgene-edac-l3";
|
/linux/arch/sparc/prom/ |
A D | cif.S | 21 mov %g6, %l3 26 mov %l3, %g6
|
/linux/sound/soc/codecs/ |
A D | uda134x.c | 92 ret = l3_write(&pd->l3, in uda134x_regmap_write() 102 ret = l3_write(&pd->l3, in uda134x_regmap_write() 562 if (pd->l3.use_gpios) { in uda134x_codec_probe() 563 ret = l3_set_gpio_ops(&pdev->dev, &uda134x->pd->l3); in uda134x_codec_probe()
|