| /linux-6.15/drivers/bus/ |
| H A D | omap_l3_noc.c | 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() 198 dev_err(l3->dev, in l3_interrupt_handler() 248 l3 = devm_kzalloc(&pdev->dev, sizeof(*l3), GFP_KERNEL); in omap_l3_probe() 249 if (!l3) in omap_l3_probe() 252 memcpy(l3, of_id->data, sizeof(*l3)); in omap_l3_probe() 263 l3->l3_base[i] = l3->l3_base[i - 1]; in omap_l3_probe() 279 ret = devm_request_irq(l3->dev, l3->debug_irq, l3_interrupt_handler, in omap_l3_probe() 283 l3->debug_irq); in omap_l3_probe() 288 ret = devm_request_irq(l3->dev, l3->app_irq, l3_interrupt_handler, in omap_l3_probe() [all …]
|
| H A D | omap_l3_smx.c | 214 struct omap3_l3 *l3; in omap3_l3_probe() local 218 l3 = kzalloc(sizeof(*l3), GFP_KERNEL); in omap3_l3_probe() 219 if (!l3) in omap3_l3_probe() 231 if (!l3->rt) { in omap3_l3_probe() 256 free_irq(l3->debug_irq, l3); in omap3_l3_probe() 258 iounmap(l3->rt); in omap3_l3_probe() 260 kfree(l3); in omap3_l3_probe() 268 free_irq(l3->app_irq, l3); in omap3_l3_remove() 269 free_irq(l3->debug_irq, l3); in omap3_l3_remove() 270 iounmap(l3->rt); in omap3_l3_remove() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/interconnect/ |
| H A D | qcom,osm-l3.yaml | 22 - qcom,sc7180-osm-l3 23 - qcom,sc8180x-osm-l3 24 - qcom,sdm670-osm-l3 25 - qcom,sdm845-osm-l3 26 - qcom,sm6350-osm-l3 27 - qcom,sm8150-osm-l3 28 - const: qcom,osm-l3 31 - qcom,sc7280-epss-l3 34 - qcom,sm8250-epss-l3 37 - const: qcom,epss-l3 [all …]
|
| /linux-6.15/arch/sparc/kernel/ |
| H 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 …]
|
| H 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
|
| /linux-6.15/tools/testing/selftests/drivers/net/netdevsim/ |
| H A D | hw_stats_l3.sh | 242 reporting_test l3 291 fail_next_test l3 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 396 nsim_hwstats_disable 3 dummy1 l3 397 nsim_hwstats_disable 2 dummy1 l3 398 nsim_hwstats_disable 1 dummy1 l3 405 rollback_test l3 [all …]
|
| /linux-6.15/arch/sparc/include/asm/ |
| H 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;
|
| H 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-6.15/Documentation/devicetree/bindings/arm/omap/ |
| H 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-6.15/Documentation/devicetree/bindings/regulator/ |
| H A D | qcom,smd-rpm-regulator.yaml | 27 For pm2250, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, 30 For pm6125 s1, s2, s3, s4, s5, s6, s7, s8, l1, l2, l3, l5, l6, l7, l8, l9, 36 For pm660l s1, s2, s3, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, bob 38 For pm8226, s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, 44 For pm8909, s1, s2, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, 47 For pm8916, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, 50 For pm8937, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, 53 For pm8941, s1, s2, s3, s4, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, 57 For pm8950 and pm8953, s1, s2, s3, s4, s5, s6, s7, l1, l2, l3, l4, l5, l6, 61 For pm8994, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, l1, l2, l3, [all …]
|
| H A D | qcom,rpmh-regulator.yaml | 144 vdd-l2-l3-supply: true 165 vdd-l2-l3-supply: true 180 vdd-l2-l3-supply: true 198 vdd-l3-l5-l7-l8-supply: true 251 vdd-l3-l4-supply: true 266 vdd-l3-l4-l5-l18-supply: true 281 vdd-l2-l3-supply: true 298 vdd-l3-l5-supply: true 367 vdd-l3-l11-supply: true 420 vdd-l3-supply: true [all …]
|
| H A D | qcom,rpm-regulator.yaml | 19 For pm8058 l0, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, l12, l13, l14, l15, 23 For pm8901 l0, l1, l2, l3, l4, l5, l6, s0, s1, s2, s3, s4, lvs0, lvs1, lvs2, lvs3, 26 For pm8921 s1, s2, s3, s4, s7, s8, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11, 31 For pm8018 s1, s2, s3, s4, s5, l1, l2, l3, l4, l5, l6, l7, l8, l9, l10, l11,
|
| /linux-6.15/arch/sparc/power/ |
| H 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-6.15/arch/arm64/boot/dts/realtek/ |
| H 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>; 96 l3: l3-cache { label
|
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | cacheinfo.c | 244 union l3_cache l3; in amd_cpuid4() local 276 if (!l3.val) in amd_cpuid4() 278 assoc = assocs[l3.assoc]; in amd_cpuid4() 279 line_size = l3.line_size; in amd_cpuid4() 280 lines_per_tag = l3.lines_per_tag; in amd_cpuid4() 281 size_in_kb = l3.size_encoded * 512; in amd_cpuid4() 314 struct amd_l3_cache *l3 = &nb->l3_cache; in amd_calc_l3_indices() local 321 l3->subcaches[0] = sc0 = !(val & BIT(0)); in amd_calc_l3_indices() 821 l3 += cache_table[k].size; in init_intel_cacheinfo() 847 l3 = new_l3; in init_intel_cacheinfo() [all …]
|
| /linux-6.15/drivers/media/platform/ti/davinci/ |
| H A D | vpif.c | 73 .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-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_virtchnl_fdir.c | 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() 1010 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() 1027 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() 1045 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() 1055 if (l3 == VIRTCHNL_PROTO_HDR_IPV4 && in ice_vc_fdir_parse_pattern() 1074 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() 1082 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() 1088 if (l3 == VIRTCHNL_PROTO_HDR_IPV4) in ice_vc_fdir_parse_pattern() [all …]
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | setup_64.c | 630 struct device_node *cpu = NULL, *l2, *l3 = NULL; in initialize_cache_info() local 646 init_cache_info(&ppc64_caches.l3, 0x800000, 128, 0, 8192); in initialize_cache_info() 669 l3 = of_find_next_cache_node(l2); in initialize_cache_info() 672 if (l3) { in initialize_cache_info() 673 parse_cache_info(l3, false, &ppc64_caches.l3); in initialize_cache_info() 674 of_node_put(l3); in initialize_cache_info()
|
| /linux-6.15/drivers/dma/ |
| H A D | ste_dma40_ll.c | 30 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-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H 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-6.15/security/selinux/ss/ |
| H 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-6.15/arch/sparc/lib/ |
| H 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-6.15/arch/sparc/prom/ |
| H A D | cif.S | 21 mov %g6, %l3 26 mov %l3, %g6
|
| /linux-6.15/Documentation/devicetree/bindings/edac/ |
| H 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-6.15/Documentation/devicetree/bindings/mfd/ |
| H A D | qcom,pm8008.yaml | 31 vdd-l3-l4-supply: true 93 - vdd-l3-l4-supply 125 vdd-l3-l4-supply = <&vreg_s1b_1p8>;
|