Home
last modified time | relevance | path

Searched full:l3 (Results 1 – 25 of 1389) sorted by relevance

12345678910>>...56

/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
Dmetrics.json78 "PublicDescription": "Idle by itlb miss L3 topdown metric",
79 "BriefDescription": "Idle by itlb miss L3 topdown metric",
85 "PublicDescription": "Idle by icache miss L3 topdown metric",
86 "BriefDescription": "Idle by icache miss L3 topdown metric",
92 "PublicDescription": "BP misp flush L3 topdown metric",
93 "BriefDescription": "BP misp flush L3 topdown metric",
99 "PublicDescription": "OOO flush L3 topdown metric",
100 "BriefDescription": "OOO flush L3 topdown metric",
106 "PublicDescription": "Static predictor flush L3 topdown metric",
107 "BriefDescription": "Static predictor flush L3 topdown metric",
[all …]
/kernel/linux/linux-5.10/drivers/bus/
Domap_l3_noc.c2 * OMAP L3 Interconnect error handling driver
31 * @l3: pointer to l3 struct
43 * 1) Custom errors in L3 :
45 * 2) Standard L3 error:
47 * L3 tries to access target while it is idle
58 static int l3_handle_target(struct omap_l3 *l3, void __iomem *base, in l3_handle_target() argument
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()
142 "%s:L3 %s Error: MASTER %s TARGET %s (%s)%s%s\n", in l3_handle_target()
143 dev_name(l3->dev), in l3_handle_target()
[all …]
Domap_l3_smx.c3 * OMAP3XXX L3 Interconnect Driver
130 * @l3: struct omap3_l3 *
140 static irqreturn_t omap3_l3_block_irq(struct omap3_l3 *l3, in omap3_l3_block_irq() argument
159 struct omap3_l3 *l3 = _l3; in omap3_l3_app_irq() local
168 int_type = irq == l3->app_irq ? L3_APPLICATION_ERROR : L3_DEBUG_ERROR; in omap3_l3_app_irq()
170 status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_0); in omap3_l3_app_irq()
179 status = omap3_l3_readll(l3->rt, L3_SI_FLAG_STATUS_1); in omap3_l3_app_irq()
186 base = l3->rt + omap3_l3_bases[int_type][err_source]; in omap3_l3_app_irq()
190 ret |= omap3_l3_block_irq(l3, error, error_addr); in omap3_l3_app_irq()
207 .compatible = "ti,omap3-l3-smx",
[all …]
/kernel/linux/linux-6.6/drivers/bus/
Domap_l3_noc.c3 * OMAP L3 Interconnect error handling driver
23 * @l3: pointer to l3 struct
35 * 1) Custom errors in L3 :
37 * 2) Standard L3 error:
39 * L3 tries to access target while it is idle
50 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()
134 "%s:L3 %s Error: MASTER %s TARGET %s (%s)%s%s\n", in l3_handle_target()
135 dev_name(l3->dev), in l3_handle_target()
[all …]
Domap_l3_smx.c3 * OMAP3XXX L3 Interconnect Driver
129 * @l3: struct omap3_l3 *
139 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()
205 .compatible = "ti,omap3-l3-smx",
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/interconnect/
Dqcom,osm-l3.yaml4 $id: http://devicetree.org/schemas/interconnect/qcom,osm-l3.yaml#
7 title: Qualcomm Operating State Manager (OSM) L3 Interconnect Provider
13 L3 cache bandwidth requirements on Qualcomm SoCs is serviced by the OSM.
14 The OSM L3 interconnect provider aggregates the L3 bandwidth requests
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
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/broadwell/
Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state",
7 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
12 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state",
16 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
21 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state",
25 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
30 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state",
34 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
39 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state",
43 … "PublicDescription": "L3 Lookup read request that access cache and found line in E or S-state.",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/skylake/
Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state",
7 … "PublicDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
12 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state",
16 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
21 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state",
25 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
30 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state",
34 … "PublicDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
39 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state",
43 … "PublicDescription": "L3 Lookup read request that access cache and found line in E or S-state.",
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/haswell/
Duncore.json31 …"BriefDescription": "A cross-core snoop resulted from L3 Eviction which misses in some processor c…
32 …"PublicDescription": "A cross-core snoop resulted from L3 Eviction which misses in some processor …
67 …"BriefDescription": "A cross-core snoop resulted from L3 Eviction which hits a non-modified line i…
68 …"PublicDescription": "A cross-core snoop resulted from L3 Eviction which hits a non-modified line …
103 …"BriefDescription": "A cross-core snoop resulted from L3 Eviction which hits a modified line in so…
104 …"PublicDescription": "A cross-core snoop resulted from L3 Eviction which hits a modified line in s…
115 "BriefDescription": "L3 Lookup read request that access cache and found line in M-state.",
116 "PublicDescription": "L3 Lookup read request that access cache and found line in M-state.",
127 "BriefDescription": "L3 Lookup write request that access cache and found line in M-state.",
128 "PublicDescription": "L3 Lookup write request that access cache and found line in M-state.",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/snowridgex/
Dmemory.json26 "BriefDescription": "Counts all code reads that were not supplied by the L3 cache.",
35 "BriefDescription": "Counts all code reads that were not supplied by the L3 cache.",
44 …": "Counts modified writebacks from L1 cache and L2 cache that were not supplied by the L3 cache.",
53 …": "Counts modified writebacks from L1 cache and L2 cache that were not supplied by the L3 cache.",
62 …d instruction fetches and L1 instruction cache prefetches that were not supplied by the L3 cache.",
71 …d instruction fetches and L1 instruction cache prefetches that were not supplied by the L3 cache.",
80 …are prefetches and software prefetches (except PREFETCHW) that were not supplied by the L3 cache.",
89 …are prefetches and software prefetches (except PREFETCHW) that were not supplied by the L3 cache.",
118 …d software prefetches for exclusive ownership (PREFETCHW) that were not supplied by the L3 cache.",
127 …d software prefetches for exclusive ownership (PREFETCHW) that were not supplied by the L3 cache.",
[all …]
Dcache.json59 …struction fetches and L1 HW prefetches. If the platform has an L3 cache, the LLC is the L3 cache, …
67 …struction fetches and L1 HW prefetches. If the platform has an L3 cache, the LLC is the L3 cache, …
149 …"BriefDescription": "Counts the number of load uops retired that hit in the L3 cache, in which a s…
194 "BriefDescription": "Counts the number of load uops retired that hit in the L3 cache.",
269 "BriefDescription": "Counts all code reads that were supplied by the L3 cache.",
278 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was se…
287 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was se…
296 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was se…
305 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was se…
314 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where no snoop was n…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/elkhartlake/
Dmemory.json26 "BriefDescription": "Counts all code reads that were not supplied by the L3 cache.",
35 "BriefDescription": "Counts all code reads that were not supplied by the L3 cache.",
44 …": "Counts modified writebacks from L1 cache and L2 cache that were not supplied by the L3 cache.",
53 …": "Counts modified writebacks from L1 cache and L2 cache that were not supplied by the L3 cache.",
62 …d instruction fetches and L1 instruction cache prefetches that were not supplied by the L3 cache.",
71 …d instruction fetches and L1 instruction cache prefetches that were not supplied by the L3 cache.",
80 …are prefetches and software prefetches (except PREFETCHW) that were not supplied by the L3 cache.",
89 …are prefetches and software prefetches (except PREFETCHW) that were not supplied by the L3 cache.",
118 …d software prefetches for exclusive ownership (PREFETCHW) that were not supplied by the L3 cache.",
127 …d software prefetches for exclusive ownership (PREFETCHW) that were not supplied by the L3 cache.",
[all …]
Dcache.json59 …struction fetches and L1 HW prefetches. If the platform has an L3 cache, the LLC is the L3 cache, …
67 …struction fetches and L1 HW prefetches. If the platform has an L3 cache, the LLC is the L3 cache, …
149 …"BriefDescription": "Counts the number of load uops retired that hit in the L3 cache, in which a s…
194 "BriefDescription": "Counts the number of load uops retired that hit in the L3 cache.",
269 "BriefDescription": "Counts all code reads that were supplied by the L3 cache.",
278 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was se…
287 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was se…
296 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was se…
305 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where a snoop was se…
314 …"BriefDescription": "Counts all code reads that were supplied by the L3 cache where no snoop was n…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/sandybridge/
Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
11 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.",
19 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.",
27 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
35 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s…
43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in I-state.…
51 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.…
59 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in MESI-sta…
67 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state.",
75 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/haswell/
Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
11 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.",
19 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.",
27 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
35 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s…
43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in I-state.…
51 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.…
59 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in MESI-sta…
67 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state.",
75 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.",
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/ivybridge/
Duncore-cache.json3 … "BriefDescription": "L3 Lookup any request that access cache and found line in E or S-state.",
11 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state.",
19 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.",
27 "BriefDescription": "L3 Lookup any request that access cache and found line in MESI-state.",
35 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in E or S-s…
43 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in I-state.…
51 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.…
59 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in MESI-sta…
67 … "BriefDescription": "L3 Lookup read request that access cache and found line in E or S-state.",
75 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.",
[all …]
/kernel/linux/linux-5.10/arch/sparc/kernel/
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 …]
/kernel/linux/linux-6.6/arch/sparc/kernel/
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 …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/skylakex/
Dmemory.json3 "BriefDescription": "Cycles while L3 cache miss demand load is outstanding.",
11 "BriefDescription": "Execution stalls while L3 cache miss demand load is outstanding.",
185 "BriefDescription": "Demand Data Read requests who miss L3 cache",
188 "PublicDescription": "Demand Data Read requests who miss L3 cache.",
193 …"BriefDescription": "Cycles with at least 1 Demand Data Read requests who miss L3 cache in the sup…
201 … "Counts number of Offcore outstanding Demand Data Read requests that miss L3 cache in the superQ …
208 …"BriefDescription": "Cycles with at least 6 Demand Data Read requests that miss L3 cache in the su…
216 "BriefDescription": "Counts all demand & prefetch data reads that miss in the L3.",
225 …"BriefDescription": "Counts all demand & prefetch data reads that miss the L3 and the modified dat…
234 …"BriefDescription": "Counts all demand & prefetch data reads that miss the L3 and clean or shared …
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/powerpc/power8/
Dcache.json5 …s data cache was reloaded with Modified (M) data from another chip's L2 or L3 on a different Node …
6 …s data cache was reloaded with Modified (M) data from another chip's L2 or L3 on a different Node …
11 …r's data cache was reloaded with Shared (S) data from another chip's L2 or L3 on a different Node …
12 …r's data cache was reloaded with Shared (S) data from another chip's L2 or L3 on a different Node …
65 …"BriefDescription": "The processor's data cache was reloaded from local core's L3 due to a demand …
66 …"PublicDescription": "The processor's data cache was reloaded from local core's L3 due to either o…
71 "BriefDescription": "Demand LD - L3 Miss (not L2 hit and not L3 hit)",
77 …ssor's data cache was reloaded from a location other than the local core's L3 due to a demand load…
78 …ssor's data cache was reloaded from a location other than the local core's L3 due to either only d…
83 …"BriefDescription": "The processor's data cache was reloaded from local core's L3 with dispatch co…
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/powerpc/power8/
Dcache.json5 …s data cache was reloaded with Modified (M) data from another chip's L2 or L3 on a different Node …
6 …s data cache was reloaded with Modified (M) data from another chip's L2 or L3 on a different Node …
11 …r's data cache was reloaded with Shared (S) data from another chip's L2 or L3 on a different Node …
12 …r's data cache was reloaded with Shared (S) data from another chip's L2 or L3 on a different Node …
65 …"BriefDescription": "The processor's data cache was reloaded from local core's L3 due to a demand …
66 …"PublicDescription": "The processor's data cache was reloaded from local core's L3 due to either o…
71 "BriefDescription": "Demand LD - L3 Miss (not L2 hit and not L3 hit)",
77 …ssor's data cache was reloaded from a location other than the local core's L3 due to a demand load…
78 …ssor's data cache was reloaded from a location other than the local core's L3 due to either only d…
83 …"BriefDescription": "The processor's data cache was reloaded from local core's L3 with dispatch co…
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/interconnect/
Dqcom,osm-l3.yaml4 $id: http://devicetree.org/schemas/interconnect/qcom,osm-l3.yaml#
7 title: Qualcomm Operating State Manager (OSM) L3 Interconnect Provider
13 L3 cache bandwidth requirements on Qualcomm SoCs is serviced by the OSM.
14 The OSM L3 interconnect provider aggregates the L3 bandwidth requests
20 - qcom,sc7180-osm-l3
21 - qcom,sdm845-osm-l3
22 - qcom,sm8150-osm-l3
23 - qcom,sm8250-epss-l3
57 compatible = "qcom,sdm845-osm-l3";
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/skylake/
Duncore.json19 …"BriefDescription": "A cross-core snoop resulted from L3 Eviction which misses in some processor c…
20 …"PublicDescription": "A cross-core snoop resulted from L3 Eviction which misses in some processor …
55 "BriefDescription": "L3 Lookup write request that access cache and found line in M-state",
56 "PublicDescription": "L3 Lookup write request that access cache and found line in M-state.",
67 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state",
68 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
79 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state",
80 "PublicDescription": "L3 Lookup read request that access cache and found line in I-state.",
91 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state",
92 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.",
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/haswellx/
Dmemory.json407 "BriefDescription": "Counts demand data reads miss in the L3",
412 "PublicDescription": "Counts demand data reads miss in the L3",
420 …"BriefDescription": "Counts demand data reads miss the L3 and the data is returned from local dram…
425 …"PublicDescription": "Counts demand data reads miss the L3 and the data is returned from local dra…
433 "BriefDescription": "Counts all demand data writes (RFOs) miss in the L3",
438 "PublicDescription": "Counts all demand data writes (RFOs) miss in the L3",
446 …"BriefDescription": "Counts all demand data writes (RFOs) miss the L3 and the data is returned fro…
451 …"PublicDescription": "Counts all demand data writes (RFOs) miss the L3 and the data is returned fr…
459 …"BriefDescription": "Counts all demand data writes (RFOs) miss the L3 and the modified data is tra…
464 …"PublicDescription": "Counts all demand data writes (RFOs) miss the L3 and the modified data is tr…
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/broadwell/
Duncore.json19 …"BriefDescription": "A cross-core snoop resulted from L3 Eviction which misses in some processor c…
20 …"PublicDescription": "A cross-core snoop resulted from L3 Eviction which misses in some processor …
55 "BriefDescription": "L3 Lookup read request that access cache and found line in M-state",
56 "PublicDescription": "L3 Lookup read request that access cache and found line in M-state.",
67 "BriefDescription": "L3 Lookup write request that access cache and found line in M-state",
68 "PublicDescription": "L3 Lookup write request that access cache and found line in M-state.",
79 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state",
80 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.",
91 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state",
92 "PublicDescription": "L3 Lookup read request that access cache and found line in I-state.",
[all …]

12345678910>>...56