| /linux/arch/x86/kernel/cpu/mce/ |
| H A D | threshold.c | 50 struct mca_storm_desc *storm = this_cpu_ptr(&storm_desc); in mce_inherit_storm() local 59 storm->banks[bank].history = ~0ull; in mce_inherit_storm() 60 storm->banks[bank].timestamp = jiffies; in mce_inherit_storm() 68 void mce_set_storm_mode(bool storm) in mce_set_storm_mode() argument 70 __this_cpu_write(storm_desc.poll_mode, storm); in mce_set_storm_mode() 87 struct mca_storm_desc *storm = this_cpu_ptr(&storm_desc); in cmci_storm_begin() local 90 storm->banks[bank].in_storm_mode = true; in cmci_storm_begin() 96 if (++storm->stormy_bank_count == 1) in cmci_storm_begin() 102 struct mca_storm_desc *storm = this_cpu_ptr(&storm_desc); in cmci_storm_end() local 106 storm->banks[bank].history = 0; in cmci_storm_end() [all …]
|
| H A D | internal.h | 61 void mce_timer_kick(bool storm); 69 void mce_set_storm_mode(bool storm); 77 static inline void mce_set_storm_mode(bool storm) {} in mce_set_storm_mode() argument
|
| H A D | intel.c | 232 struct mca_storm_desc *storm = this_cpu_ptr(&storm_desc); in cmci_claim_bank() local 241 storm->banks[bank].poll_only = true; in cmci_claim_bank()
|
| H A D | core.c | 1825 void mce_timer_kick(bool storm) in mce_timer_kick() argument 1829 mce_set_storm_mode(storm); in mce_timer_kick() 1831 if (storm) in mce_timer_kick()
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A 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 \
|
| H A D | omap3-overo-storm-alto35.dts | 12 #include "omap3-overo-storm.dtsi"
|
| H A D | omap3-overo-storm-tobiduo.dts | 12 #include "omap3-overo-storm.dtsi"
|
| H A D | omap3-overo-storm-tobi.dts | 12 #include "omap3-overo-storm.dtsi"
|
| H A D | omap3-overo-storm-summit.dts | 12 #include "omap3-overo-storm.dtsi"
|
| H A D | omap3-overo-storm-palo43.dts | 12 #include "omap3-overo-storm.dtsi"
|
| H A D | omap3-overo-storm-gallop43.dts | 12 #include "omap3-overo-storm.dtsi"
|
| H A D | omap3-overo-storm-palo35.dts | 12 #include "omap3-overo-storm.dtsi"
|
| H A D | omap3-overo-storm-chestnut43.dts | 12 #include "omap3-overo-storm.dtsi"
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | storm.txt | 8 - compatible : "google,storm-audio" 19 compatible = "google,storm-audio"; 20 qcom,model = "ipq806x-storm";
|
| /linux/sound/soc/qcom/ |
| H A D | Makefile | 22 snd-soc-storm-y := storm.o 35 obj-$(CONFIG_SND_SOC_STORM) += snd-soc-storm.o
|
| /linux/arch/arm64/boot/dts/apm/ |
| H A D | apm-mustang.dts | 10 /include/ "apm-storm.dtsi" 14 compatible = "apm,mustang", "apm,xgene-storm";
|
| H A D | apm-storm.dtsi | 9 compatible = "apm,xgene-storm"; 631 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie"; 657 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie"; 683 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie"; 709 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie"; 735 compatible = "apm,xgene-storm-pcie", "apm,xgene-pcie"; 1085 compatible = "apm,xgene-storm-dma";
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_cmn.h | 657 u8 storm, u16 index, u8 op, u8 update) in bnx2x_hc_ack_sb() argument 666 (storm << IGU_ACK_REGISTER_STORM_ID_SHIFT) | in bnx2x_hc_ack_sb() 676 static inline void bnx2x_ack_sb(struct bnx2x *bp, u8 igu_sb_id, u8 storm, in bnx2x_ack_sb() argument 680 bnx2x_hc_ack_sb(bp, igu_sb_id, storm, index, op, update); in bnx2x_ack_sb() 685 segment = storm; in bnx2x_ack_sb() 688 else if (storm == ATTENTION_ID) in bnx2x_ack_sb()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-proximity-as3935 | 6 Get the current distance in meters of storm (1km steps)
|
| H A D | sysfs-firmware-acpi | 212 used to debug some ACPI interrupt storm issues.
|
| /linux/Documentation/accel/qaic/ |
| H A D | qaic.rst | 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/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_debug.c | 1061 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_read_storm_fw_info() local 1071 addr = storm->sem_fast_mem_addr + SEM_FAST_REG_INT_RAM + in qed_read_storm_fw_info() 1587 enum dbg_storms storm) in qed_grc_is_storm_included() argument 1589 return qed_grc_get_param(p_hwfn, (enum dbg_grc_params)storm) > 0; in qed_grc_is_storm_included() 2500 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_grc_dump_modified_regs() local 2503 if (dev_data->block_in_reset[storm->sem_block_id] && dump) in qed_grc_dump_modified_regs() 2507 BYTES_TO_DWORDS(storm->sem_fast_mem_addr + in qed_grc_dump_modified_regs() 2836 struct storm_defs *storm = &s_storm_defs[storm_id]; in qed_grc_dump_ctx_data() local 2841 lid_size = storm->cm_ctx_lid_sizes[dev_data->chip_id][ctx_type] * 4; in qed_grc_dump_ctx_data() 2855 false, name, storm->letter); in qed_grc_dump_ctx_data() [all …]
|
| /linux/drivers/net/ethernet/qlogic/qede/ |
| H A D | qede_ethtool.c | 600 char mfw[ETHTOOL_FWVERS_LEN], storm[ETHTOOL_FWVERS_LEN]; in qede_get_drvinfo() local 606 snprintf(storm, ETHTOOL_FWVERS_LEN, "%d.%d.%d.%d", in qede_get_drvinfo() 618 if ((strlen(storm) + strlen("[storm]")) < in qede_get_drvinfo() 621 "[storm %s]", storm); in qede_get_drvinfo() 624 "%s", storm); in qede_get_drvinfo()
|
| /linux/arch/arm/boot/dts/gemini/ |
| H A D | gemini-sl93512r.dts | 16 compatible = "storlink,gemini324", "storm,sl93512r", "cortina,gemini";
|
| /linux/Documentation/virt/kvm/s390/ |
| H A D | s390-diag.rst | 139 forwarding storm.
|