/linux-5.10/Documentation/devicetree/bindings/arm/ |
D | l2c2x0.yaml | 14 PL220/PL310 and variants) based level 2 cache controller. All these various 34 - arm,pl310-cache 37 # DEPRECATED by "brcm,bcm11351-a2-pl310-cache" 38 - bcm,bcm11351-a2-pl310-cache 42 - brcm,bcm11351-a2-pl310-cache 53 # with arm,pl310-cache controller. 55 - const: arm,pl310-cache 109 I/O coherent mode. Valid only when the arm,pl310-cache compatible 157 description: The default behavior of the L220 or PL310 cache 166 description: enable parity checking on the L2 cache (L220 or PL310). [all …]
|
/linux-5.10/arch/arm/boot/dts/ |
D | vexpress-v2p-ca9.dts | 165 compatible = "arm,pl310-cache"; 225 /* PL310, L2 cache, RAM cell supply (not PL310 logic) */ 234 /* Cortex-A9 system supply, Cores, MPEs, SCU and PL310 logic */ 270 /* PL310, L2 cache, RAM cell supply (not PL310 logic) */ 277 /* Cortex-A9 system supply, Cores, MPEs, SCU and PL310 logic */ 284 /* PL310, L2 cache, RAM cell supply (not PL310 logic) */ 291 /* Cortex-A9 system supply, Cores, MPEs, SCU and PL310 logic */
|
D | artpec6.dtsi | 61 next-level-cache = <&pl310>; 68 next-level-cache = <&pl310>; 133 pl310: cache-controller@faf10000 { label 134 compatible = "arm,pl310-cache";
|
D | vf610.dtsi | 14 compatible = "arm,pl310-cache";
|
D | highbank.dts | 136 compatible = "arm,pl310-cache";
|
D | rda8810pl.dtsi | 142 compatible = "arm,pl310-cache";
|
D | zx296702.dtsi | 62 compatible = "arm,pl310-cache";
|
D | tango4-common.dtsi | 55 compatible = "arm,pl310-cache";
|
D | owl-s500.dtsi | 114 compatible = "arm,pl310-cache";
|
D | nuvoton-common-npcm7xx.dtsi | 78 compatible = "arm,pl310-cache";
|
/linux-5.10/arch/arm/mm/ |
D | Kconfig | 968 or PL310 cache controller, but where its use is optional. 991 of the L220 and PL310 outer cache controllers. 996 bool "PL310 errata: Clean & Invalidate maintenance operations do not invalidate clean lines" 998 The PL310 L2 cache controller implements three types of Clean & 1004 is not correctly implemented in PL310 prior to r2p0 (fixed in r2p0) 1008 bool "PL310 errata: Background Clean & Invalidate by Way operation can cause data corruption" 1010 PL310 implements the Clean & Invalidate by Way L2 cache maintenance 1012 PL310 can handle normal accesses while it is in progress. Under very 1014 PL310 treats a cacheable write transaction during a Clean & 1019 bool "PL310 errata: cache sync operation may be faulty" [all …]
|
D | cache-l2x0.c | 439 * 588369: PL310 R0P0->R1P0, fixed R2P0. 447 * 727915: PL310 R2P0->R3P0, fixed R3P1. 453 * 752271: PL310 R3P0->R3P1-50REL0, fixed R3P2. 458 * 753970: PL310 R3P0, fixed R3P1. 463 * 769419: PL310 R0P0->R3P1, fixed R3P2. 574 /* restore pl310 setup */ in l2c310_configure() 1325 * coherent, and potentially harmful in certain situations (PCIe/PL310 1751 L2C_ID("arm,pl310-cache", of_l2c310_data), 1752 L2C_ID("brcm,bcm11351-a2-pl310-cache", of_bcm_l2x0_data), 1757 L2C_ID("bcm,bcm11351-a2-pl310-cache", of_bcm_l2x0_data), [all …]
|
D | cache-tauros3.h | 15 * Marvell Tauros3 L2CC is compatible with PL310 r0p0
|
D | cache-l2x0-pmu.c | 30 * The L220/PL310 PMU has two equivalent counters, Counter1 and Counter0. 479 * which events to display, as the PL310 PMU supports a superset of in l2x0_pmu_register()
|
/linux-5.10/drivers/soc/tegra/ |
D | Kconfig | 22 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller 36 ARM CortexA9MP CPU and the ARM PL310 L2 cache controller
|
/linux-5.10/arch/arm/mach-mvebu/ |
D | coherency.c | 180 * We should switch the PL310 to I/O coherency mode only if in armada_375_380_coherency_init() 187 * Add the PL310 property "arm,io-coherent". This makes sure the in armada_375_380_coherency_init() 193 for_each_compatible_node(cache_dn, NULL, "arm,pl310-cache") { in armada_375_380_coherency_init()
|
/linux-5.10/arch/arm/mach-imx/ |
D | pm-imx6.c | 154 .pl310_compat = "arm,pl310-cache", 164 .pl310_compat = "arm,pl310-cache", 174 .pl310_compat = "arm,pl310-cache", 184 .pl310_compat = "arm,pl310-cache", 194 .pl310_compat = "arm,pl310-cache", 550 pr_warn("%s: failed to get pl310-cache base %d!\n", in imx6q_suspend_init()
|
D | system.c | 92 np = of_find_compatible_node(NULL, NULL, "arm,pl310-cache"); in imx_init_l2cache()
|
/linux-5.10/arch/arm/mach-ux500/ |
D | cpu-db8500.c | 38 np = of_find_compatible_node(NULL, NULL, "arm,pl310-cache"); in ux500_l2x0_unlock() 48 * already enabled, so we do it right here instead. The PL310 has in ux500_l2x0_unlock()
|
/linux-5.10/arch/arm/mach-tango/ |
D | Kconfig | 5 # Cortex-A9 MPCore r3p0, PL310 r3p2
|
/linux-5.10/arch/arm/mach-socfpga/ |
D | Kconfig | 19 select PL310_ERRATA_753970 if PL310
|
/linux-5.10/arch/arm/mach-highbank/ |
D | smc.S | 11 * used to modify the PL310 secure registers.
|
/linux-5.10/arch/arm/mach-berlin/ |
D | berlin.c | 27 * Note: 88DE3005 (Armada 1500-mini) uses pl310 l2cc
|
/linux-5.10/Documentation/devicetree/bindings/interrupt-controller/ |
D | st,sti-irq-syscfg.txt | 5 and PL310 L2 Cache IRQs are controlled using System Configuration registers.
|
/linux-5.10/arch/arm/mach-omap2/ |
D | omap-smc.S | 16 * used to modify the PL310 secure registers.
|