/linux-6.12.1/arch/x86/kernel/cpu/mce/ |
D | threshold.c | 37 struct mca_storm_desc *storm = this_cpu_ptr(&storm_desc); in mce_inherit_storm() local 40 * Previous CPU owning this bank had put it into storm mode, in mce_inherit_storm() 41 * but the precise history of that storm is unknown. Assume in mce_inherit_storm() 44 * the storm has ended. in mce_inherit_storm() 46 storm->banks[bank].history = ~0ull; in mce_inherit_storm() 47 storm->banks[bank].timestamp = jiffies; in mce_inherit_storm() 55 void mce_set_storm_mode(bool storm) in mce_set_storm_mode() argument 57 __this_cpu_write(storm_desc.poll_mode, storm); in mce_set_storm_mode() 71 struct mca_storm_desc *storm = this_cpu_ptr(&storm_desc); in cmci_storm_begin() local 74 storm->banks[bank].in_storm_mode = true; in cmci_storm_begin() [all …]
|
D | internal.h | 61 void mce_timer_kick(bool storm); 69 void mce_set_storm_mode(bool storm); 76 static inline void mce_set_storm_mode(bool storm) {} in mce_set_storm_mode() argument 84 * in_storm_mode: Is this bank in storm mode? 85 * poll_only: Bank does not support CMCI, skip storm tracking. 96 /* How many errors within the history buffer mark the start of a storm. */ 101 * the storm is over. Since it is tracked by the bitmasks in the history 108 * stormy_bank_count: count of MC banks in storm state
|
D | intel.c | 57 /* Linux non-storm CMCI threshold (may be overridden by BIOS) */ 61 * MCi_CTL2 threshold for each bank when there is no storm. 200 * 1: If this bank is in storm mode from whichever CPU was 201 * the previous owner, stay in storm mode. 231 struct mca_storm_desc *storm = this_cpu_ptr(&storm_desc); in cmci_claim_bank() local 240 storm->banks[bank].poll_only = true; in cmci_claim_bank() 248 pr_notice("CPU%d BANK%d CMCI inherited storm\n", smp_processor_id(), bank); in cmci_claim_bank()
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | storm.txt | 1 * Sound complex for Storm boards 3 Models a soundcard for Storm boards with the Qualcomm Technologies IPQ806x SOC 8 - compatible : "google,storm-audio" 19 compatible = "google,storm-audio"; 20 qcom,model = "ipq806x-storm";
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | Makefile | 51 omap3-overo-storm-alto35.dtb \ 52 omap3-overo-storm-chestnut43.dtb \ 53 omap3-overo-storm-gallop43.dtb \ 54 omap3-overo-storm-palo35.dtb \ 55 omap3-overo-storm-palo43.dtb \ 56 omap3-overo-storm-summit.dtb \ 57 omap3-overo-storm-tobi.dtb \ 58 omap3-overo-storm-tobiduo.dtb \
|
D | omap3-overo-storm-tobiduo.dts | 12 #include "omap3-overo-storm.dtsi"
|
D | omap3-overo-storm-alto35.dts | 12 #include "omap3-overo-storm.dtsi"
|
D | omap3-overo-storm-tobi.dts | 12 #include "omap3-overo-storm.dtsi"
|
D | omap3-overo-storm-summit.dts | 12 #include "omap3-overo-storm.dtsi"
|
D | omap3-overo-storm-palo43.dts | 12 #include "omap3-overo-storm.dtsi"
|
D | omap3-overo-storm-chestnut43.dts | 12 #include "omap3-overo-storm.dtsi"
|
D | omap3-overo-storm-gallop43.dts | 12 #include "omap3-overo-storm.dtsi"
|
/linux-6.12.1/Documentation/devicetree/bindings/arm/ |
D | gemini.yaml | 12 later renamed Storm Semiconductor. The chip product name is Storlink SL3516. 13 It was derived from earlier products from Storm named SL3316 (Centroid) and 16 Storm Semiconductor was acquired by Cortina Systems in 2008 and the SoC was 32 as Storm Semiconductor SL93512R_BRD 35 - const: storm,sl93512r
|
/linux-6.12.1/sound/soc/qcom/ |
D | storm.c | 5 * storm.c -- ALSA SoC machine driver for QTi ipq806x-based Storm board 126 { .compatible = "google,storm-audio" }, 134 .name = "storm-audio", 142 MODULE_DESCRIPTION("QTi IPQ806x-based Storm Machine Driver");
|
D | Makefile | 22 snd-soc-storm-y := storm.o 34 obj-$(CONFIG_SND_SOC_STORM) += snd-soc-storm.o
|
D | Kconfig | 51 tristate "ASoC I2S support for Storm boards" 57 Qualcomm Technologies IPQ806X-based Storm board.
|
/linux-6.12.1/drivers/gpu/drm/i915/display/ |
D | intel_hotplug.c | 48 * intel_hotplug.c does hotplug irq storm detection and mitigation, and passes 64 * The hotplug interrupt storm detection and mitigation code keeps track of the 71 * Current implementation expects that hotplug interrupt storm will not be 117 * intel_hpd_irq_storm_detect - gather stats and detect HPD IRQ storm on a pin 130 * IRQ storm and the IRQ state is set to @HPD_MARK_DISABLED. 143 * Return true if an IRQ storm was detected on @pin. 153 bool storm = false; in intel_hpd_irq_storm_detect() local 168 "HPD interrupt storm detected on PIN %d\n", pin); in intel_hpd_irq_storm_detect() 169 storm = true; in intel_hpd_irq_storm_detect() 177 return storm; in intel_hpd_irq_storm_detect() [all …]
|
/linux-6.12.1/include/linux/qed/ |
D | fcoe_common.h | 16 /* The fcoe storm task context protection-information of Ystorm */ 35 /* The fcoe storm task context protection-information of Ystorm */ 129 /* The fcoe storm task context of Ystorm */ 308 /* FW read- write (modifyable) part The fcoe task storm context of Tstorm */ 338 /* FW read only part The fcoe task storm context of Tstorm */ 349 /** The fcoe task storm context of Tstorm */ 411 /* The fcoe task storm context of Mstorm */
|
/linux-6.12.1/Documentation/accel/qaic/ |
D | qaic.rst | 13 IRQ Storm Mitigation 16 While the AIC100 DMA Bridge hardware implements an IRQ storm mitigation 17 mechanism, it is still possible for an IRQ storm to occur. A storm can happen 58 software IRQ storm mitigation mentioned above. Since the MSI is shared it is
|
/linux-6.12.1/arch/arm/boot/dts/gemini/ |
D | gemini-sl93512r.dts | 3 * Device Tree file for the Storm Semiconductor SL93512R_BRD 5 * "Gemini324 EV-Board" before Storm acquired Storlink Semiconductor. 15 model = "Storlink Semiconductor Gemini324 EV-Board / Storm Semiconductor SL93512R_BRD"; 16 compatible = "storlink,gemini324", "storm,sl93512r", "cortina,gemini";
|
/linux-6.12.1/arch/arm64/boot/dts/apm/ |
D | apm-mustang.dts | 10 /include/ "apm-storm.dtsi" 14 compatible = "apm,mustang", "apm,xgene-storm";
|
D | apm-storm.dtsi | 3 * dts file for AppliedMicro (APM) X-Gene Storm SOC 9 compatible = "apm,xgene-storm"; 622 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie"; 648 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie"; 674 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie"; 700 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie"; 726 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie"; 1088 compatible = "apm,xgene-storm-dma";
|
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/ |
D | qed_debug.c | 210 DBG_BUS_FRAME_MODE_4ST = 0, /* 4 Storm dwords (no HW) */ 211 DBG_BUS_FRAME_MODE_2ST_2HW = 1, /* 2 Storm dwords, 2 HW dwords */ 212 DBG_BUS_FRAME_MODE_1ST_3HW = 2, /* 1 Storm dwords, 3 HW dwords */ 289 /* Storm constant definitions. 315 /* Storm Mode definitions */ 548 /* Storm constant definitions array */ 1054 /* Reads the FW info structure for the specified Storm from the chip, 1061 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_read_storm_fw_info() local 1069 * The address is located in the last line of the Storm RAM. in qed_read_storm_fw_info() 1071 addr = storm->sem_fast_mem_addr + SEM_FAST_REG_INT_RAM + in qed_read_storm_fw_info() [all …]
|
D | qed_hsi.h | 413 /* The core storm context for the Ystorm */ 418 /* The core storm context for the Pstorm */ 423 /* Core Slowpath Connection storm context of Xstorm */ 867 /* The core storm context for the Mstorm */ 872 /* The core storm context for the Ustorm */ 877 /* The core storm context for the Tstorm */ 2748 * @assert_level: An array of assert levels for each storm. 3252 /* The eth storm context for the Tstorm */ 3257 /* The eth storm context for the Pstorm */ 3262 /* The eth storm context for the Xstorm */ [all …]
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-bus-iio-proximity-as3935 | 6 Get the current distance in meters of storm (1km steps)
|