/Linux-v5.15/arch/mips/include/asm/ |
D | war.h | 13 * Work around certain R4000 CPU errata (as implemented by GCC): 17 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0", 19 * "MIPS R4000MC Errata, Processor Revision 2.2 and 3.0", erratum 24 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0", 25 * errata #16 & #28 29 * "MIPS R4000PC/SC Errata, Processor Revision 2.2 and 3.0", 39 * Work around certain R4400 CPU errata (as implemented by GCC): 43 * "MIPS R4400MC Errata, Processor Revision 1.0", erratum #10 44 * "MIPS R4400MC Errata, Processor Revision 2.0 & 3.0", erratum #4 53 * Work around the "daddi" and "daddiu" CPU errata: [all …]
|
/Linux-v5.15/arch/riscv/ |
D | Kconfig.erratas | 1 menu "CPU errata selection" 8 errata required by the execution platform at run time. The 13 bool "SiFive errata" 16 All SiFive errata Kconfig depend on this Kconfig. Disabling 17 this Kconfig will disable all SiFive errata. Please say "Y" 23 bool "Apply SiFive errata CIP-453" 27 This will apply the SiFive CIP-453 errata to add sign extension 34 bool "Apply SiFive errata CIP-1200" 38 This will apply the SiFive CIP-1200 errata to repalce all
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/broadwell/ |
D | virtual-memory.json | 7 "Errata": "BDM69", string 18 "Errata": "BDM69", string 29 "Errata": "BDM69", string 40 "Errata": "BDM69", string 50 "Errata": "BDM69", string 61 "Errata": "BDM69", string 99 "Errata": "BDM69", string 110 "Errata": "BDM69", string 121 "Errata": "BDM69", string 132 "Errata": "BDM69", string [all …]
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/broadwellde/ |
D | virtual-memory.json | 8 "Errata": "BDM69", string 19 "Errata": "BDM69", string 30 "Errata": "BDM69", string 41 "Errata": "BDM69", string 52 "Errata": "BDM69", string 62 "Errata": "BDM69", string 100 "Errata": "BDM69", string 111 "Errata": "BDM69", string 122 "Errata": "BDM69", string 133 "Errata": "BDM69", string [all …]
|
D | cache.json | 242 "Errata": "BDM76", string 254 "Errata": "BDM76", string 266 "Errata": "BDM76", string 276 "Errata": "BDM76", string 287 "Errata": "BDM76", string 299 "Errata": "BDM76", string 310 "Errata": "BDM76", string 322 "Errata": "BDM76", string 429 "Errata": "BDM35", string 504 "Errata": "BDM35", string [all …]
|
D | memory.json | 321 "Errata": "BDM100, BDM35", string 336 "Errata": "BDM100, BDM35", string 351 "Errata": "BDM100, BDM35", string 366 "Errata": "BDM100, BDM35", string 381 "Errata": "BDM100, BDM35", string 396 "Errata": "BDM100, BDM35", string 411 "Errata": "BDM100, BDM35", string 426 "Errata": "BDM100, BDM35", string
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/broadwellx/ |
D | virtual-memory.json | 8 "Errata": "BDM69", string 19 "Errata": "BDM69", string 30 "Errata": "BDM69", string 41 "Errata": "BDM69", string 52 "Errata": "BDM69", string 62 "Errata": "BDM69", string 100 "Errata": "BDM69", string 111 "Errata": "BDM69", string 122 "Errata": "BDM69", string 133 "Errata": "BDM69", string [all …]
|
D | cache.json | 242 "Errata": "BDM76", string 254 "Errata": "BDM76", string 266 "Errata": "BDM76", string 276 "Errata": "BDM76", string 287 "Errata": "BDM76", string 299 "Errata": "BDM76", string 310 "Errata": "BDM76", string 322 "Errata": "BDM76", string 429 "Errata": "BDM35", string 504 "Errata": "BDM35", string [all …]
|
/Linux-v5.15/drivers/pwm/ |
D | pwm-atmel-hlcdc.c | 33 const struct atmel_hlcdc_pwm_errata *errata; member 57 if (!chip->errata || !chip->errata->slow_clk_erratum) { in atmel_hlcdc_pwm_apply() 66 /* Errata: cannot use slow clk on some IP revisions */ in atmel_hlcdc_pwm_apply() 67 if ((chip->errata && chip->errata->slow_clk_erratum) || in atmel_hlcdc_pwm_apply() 79 /* Errata: cannot divide by 1 on some IP revisions */ in atmel_hlcdc_pwm_apply() 80 if (!pres && chip->errata && in atmel_hlcdc_pwm_apply() 81 chip->errata->div1_clk_erratum) in atmel_hlcdc_pwm_apply() 220 /* 9n12 has same errata as 9x5 HLCDC PWM */ 263 chip->errata = match->data; in atmel_hlcdc_pwm_probe()
|
/Linux-v5.15/include/clocksource/ |
D | timer-ti-dm.h | 67 * timer errata flags 69 * Errata i103/i767 impacts all OMAP3/4/5 devices including AM33xx. This 70 * errata prevents us from using posted mode on these devices, unless the 72 * the OMAP3/4/5 errata documents. 116 u32 errata; member 315 if (timer->errata & OMAP_TIMER_ERRATA_I103_I767) { in __omap_dm_timer_enable_posted() 328 * __omap_dm_timer_override_errata - override errata flags for a timer 330 * @errata: errata flags to be ignored 332 * For a given timer, override a timer errata by clearing the flags 333 * specified by the errata argument. A specific erratum should only be [all …]
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/haswellx/ |
D | cache.json | 8 "Errata": "HSD78", string 39 "Errata": "HSD78", string 60 "Errata": "HSD78", string 71 "Errata": "HSD78", string 112 "Errata": "HSD78", string 143 "Errata": "HSD78", string 164 "Errata": "HSD78", string 265 "Errata": "HSD78, HSD62, HSD61", string 277 "Errata": "HSD78, HSD62, HSD61", string 288 "Errata": "HSD78, HSD62, HSD61", string [all …]
|
D | frontend.json | 8 "Errata": "HSD135", string 223 "Errata": "HSD135", string 235 "Errata": "HSD135", string 247 "Errata": "HSD135", string 258 "Errata": "HSD135", string 269 "Errata": "HSD135", string 281 "Errata": "HSD135", string
|
/Linux-v5.15/tools/perf/pmu-events/arch/x86/haswell/ |
D | cache.json | 7 "Errata": "HSD78", string 38 "Errata": "HSD78", string 59 "Errata": "HSD78", string 70 "Errata": "HSD78", string 111 "Errata": "HSD78", string 142 "Errata": "HSD78", string 163 "Errata": "HSD78", string 264 "Errata": "HSD78, HSD62, HSD61", string 274 "Errata": "HSD78, HSD62, HSD61", string 285 "Errata": "HSD78, HSD62, HSD61", string [all …]
|
D | frontend.json | 7 "Errata": "HSD135", string 222 "Errata": "HSD135", string 233 "Errata": "HSD135", string 244 "Errata": "HSD135", string 255 "Errata": "HSD135", string 266 "Errata": "HSD135", string 278 "Errata": "HSD135", string
|
/Linux-v5.15/Documentation/translations/zh_CN/arm64/ |
D | silicon-errata.txt | 1 Chinese translated version of Documentation/arm64/silicon-errata.rst 13 Documentation/arm64/silicon-errata.rst 的中文翻译 33 一个不幸的现实:硬件经常带有一些所谓的“瑕疵(errata)”,导致其在 42 笔记”(“Software Developers Errata Notice”)文档。 52 “基于可选方法框架的 ARM 瑕疵补救措施(ARM errata workarounds via
|
/Linux-v5.15/Documentation/translations/zh_TW/arm64/ |
D | silicon-errata.txt | 3 Chinese translated version of Documentation/arm64/silicon-errata.rst 16 Documentation/arm64/silicon-errata.rst 的中文翻譯 37 一個不幸的現實:硬體經常帶有一些所謂的「瑕疵(errata)」,導致其在 46 筆記」(「Software Developers Errata Notice」)文檔。 56 「基於可選方法框架的 ARM 瑕疵補救措施(ARM errata workarounds via
|
/Linux-v5.15/arch/arm/ |
D | Kconfig | 772 bool "PJ4B Errata 4742: IDLE Wake Up Commands can Cause the CPU Core to Cease Operation" 786 bool "ARM errata: FSR write bit incorrect on a SWP to read-only memory" 795 bool "ARM errata: Invalidation of the Instruction Cache operation can fail" 804 bool "ARM errata: Stale prediction on replaced interworking branch" 820 bool "ARM errata: Processor deadlock when a false hazard is created" 834 bool "ARM errata: Data written to the L2 cache can be overwritten with stale data" 847 bool "ARM errata: DMB operation may be faulty" 860 bool "ARM errata: Incorrect hazard handling in the SCU may lead to data corruption" 875 bool "ARM errata: LoUIS bit field in CLIDR register is incorrect" 886 bool "ARM errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID" [all …]
|
/Linux-v5.15/arch/riscv/errata/sifive/ |
D | errata.c | 74 pr_warn("WARNING: Missing the following errata may cause potential issues\n"); in warn_miss_errata() 77 pr_warn("\tSiFive Errata[%d]:%s\n", i, errata_list[i].name); in warn_miss_errata() 94 WARN(1, "This errata id:%d is not in kernel errata list", alt->errata_id); in sifive_errata_patch_func()
|
/Linux-v5.15/arch/arm64/kernel/ |
D | cpu_errata.c | 3 * Contains CPU specific errata definitions 143 /* Errata affecting a range of revisions of given model variant */ 147 /* Errata affecting a single variant/revision of a model */ 151 /* Errata affecting all variants/revisions of a given a model */ 156 /* Errata affecting a list of midr ranges, with same work around */ 257 /* Cortex-A53 r0p[012]: ARM errata 826319, 827319, 824069 */ 261 /* Cortex-A53 r0p[01] : ARM errata 819472 */ 346 .desc = "ARM errata 826319, 827319, 824069, or 819472", 482 .desc = "ARM errata 1165522, 1319367, or 1530923",
|
/Linux-v5.15/arch/arm/mach-pxa/ |
D | sleep.S | 61 @ set SDCLKx divide-by-2 bits (this is part of a workaround for Errata 50) 67 @ (see Errata 50, ...processor does not exit from sleep...) 104 @ (see Errata 31, GPIO output signals, ... unpredictable in sleep 160 @ (see Errata 38 ...hangs when entering self-refresh mode)
|
/Linux-v5.15/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_ethtool.c | 231 /* Errata 10GE_10 - SW should intepret RALN as 0 */ in xgene_get_extd_stats() 234 /* Errata ENET_15 - Fixes RFCS, RFLR, TFCS counter */ in xgene_get_extd_stats() 244 /* Errata 10GE_8 - Update Frame recovered from Errata 10GE_8/ENET_11 */ in xgene_get_extd_stats() 246 /* Errata ENET_15 - Jabber Frame recov'ed from Errata 10GE_10/ENET_15 */ in xgene_get_extd_stats()
|
/Linux-v5.15/arch/mips/kernel/ |
D | r4k-bugs64.c | 64 * See "MIPS R4000PC/SC Errata, Processor Revision 2.2 and in mult_sh_align_mod() 65 * 3.0" by MIPS Technologies, Inc., errata #16 and #28 for in mult_sh_align_mod() 197 * See "MIPS R4000PC/SC Errata, Processor Revision 2.2 and in check_daddi() 257 * See "MIPS R4400PC/SC Errata, Processor Revision 1.0" by in check_daddiu() 260 * According to "MIPS R4000PC/SC Errata, Processor Revision in check_daddiu() 266 * I got no permission to duplicate the errata here, sigh... in check_daddiu()
|
/Linux-v5.15/Documentation/devicetree/bindings/display/tilcdc/ |
D | tilcdc.txt | 22 color errata [1]. 43 [1] There is an errata about AM335x color wiring. For 16-bit color mode 48 Silicon Errata:
|
/Linux-v5.15/arch/mips/cavium-octeon/executive/ |
D | cvmx-helper-errata.c | 30 * Fixes and workaround for Octeon chip errata. This file 32 * chip errata. For the most part, code doesn't need to call 43 * Due to errata G-720, the 2nd order CDR circuit on CN52XX pass
|
/Linux-v5.15/Documentation/ABI/testing/ |
D | sysfs-platform-at91 | 10 Due to a chip bug (errata 50.2.6.3 & 50.3.5.3 in 15 The workaround in the errata suggests not to use the
|