Home
last modified time | relevance | path

Searched full:catastrophic (Results 1 – 25 of 101) sorted by relevance

12345

/kernel/linux/linux-5.10/kernel/debug/kdb/
Dkdb_debugger.c123 KDB_FLAG_SET(CATASTROPHIC); in kdb_stub()
125 /* set CATASTROPHIC if the system contains unresponsive processors */ in kdb_stub()
128 KDB_FLAG_SET(CATASTROPHIC); in kdb_stub()
156 KDB_FLAG_CLEAR(CATASTROPHIC); in kdb_stub()
/kernel/linux/linux-6.6/kernel/debug/kdb/
Dkdb_debugger.c123 KDB_FLAG_SET(CATASTROPHIC); in kdb_stub()
125 /* set CATASTROPHIC if the system contains unresponsive processors */ in kdb_stub()
128 KDB_FLAG_SET(CATASTROPHIC); in kdb_stub()
155 KDB_FLAG_CLEAR(CATASTROPHIC); in kdb_stub()
/kernel/linux/linux-6.6/lib/
DKconfig.kgdb130 int "KDB: continue after catastrophic errors"
135 catastrophic error, i.e. for a panic or oops.
136 When KDB is active and a catastrophic error occurs, nothing extra
/kernel/linux/linux-5.10/lib/
DKconfig.kgdb130 int "KDB: continue after catastrophic errors"
135 catastrophic error, i.e. for a panic or oops.
136 When KDB is active and a catastrophic error occurs, nothing extra
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
Dmthca_catas.c57 MODULE_PARM_DESC(catas_reset_disable, "disable reset on catastrophic event if nonzero");
119 mthca_err(dev, "Catastrophic error detected: %s\n", type); in handle_catas()
161 mthca_warn(dev, "couldn't map catastrophic error region " in mthca_start_catas_poll()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
Dmthca_catas.c57 MODULE_PARM_DESC(catas_reset_disable, "disable reset on catastrophic event if nonzero");
119 mthca_err(dev, "Catastrophic error detected: %s\n", type); in handle_catas()
161 mthca_warn(dev, "couldn't map catastrophic error region " in mthca_start_catas_poll()
/kernel/linux/linux-6.6/drivers/thermal/intel/
Dintel_quark_dts_thermal.c94 /* Quark DTS has 2 trip points: hot & catastrophic */
192 * fields for critical (catastrophic) and hot set trip point in get_trip_temp()
232 * fields for critical (catastrophic) and hot set trip point in update_trip_temp()
Dintel_pch_thermal.c41 #define WPT_CTT 0x0010 /* Catastrophic Trip Point */
54 #define WPT_TSC_CPDE 0x01 /* Catastrophic Power-Down Enable */
/kernel/linux/linux-5.10/drivers/thermal/intel/
Dintel_quark_dts_thermal.c93 /* Quark DTS has 2 trip points: hot & catastrophic */
190 * fields for critical (catastrophic) and hot set trip point in _get_trip_temp()
241 * fields for critical (catastrophic) and hot set trip point in update_trip_temp()
Dintel_pch_thermal.c37 #define WPT_CTT 0x0010 /* Catastrophic Trip Point */
49 #define WPT_TSC_CPDE 0x01 /* Catastrophic Power-Down Enable */
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/qcom/
Dqcom,dcc.yaml14 configuration data or system memory contents during catastrophic failure
/kernel/linux/linux-5.10/Documentation/networking/devlink/
Dmlx4.rst52 value on the catastrophic buffer, a snapshot will be taken by the driver.
/kernel/linux/linux-6.6/Documentation/networking/devlink/
Dmlx4.rst52 value on the catastrophic buffer, a snapshot will be taken by the driver.
/kernel/linux/linux-6.6/Documentation/ABI/testing/
Dsysfs-kernel-iommu_groups62 system could lead to catastrophic effects (the users might
/kernel/linux/linux-6.6/fs/xfs/
Dxfs_drain.h44 * this results in incorrect repairs, which is catastrophic.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
Dscale.S162 | The result exponent is below denorm value. Test for catastrophic
168 blt fix_unfl |if lower, catastrophic unfl
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dscale.S162 | The result exponent is below denorm value. Test for catastrophic
168 blt fix_unfl |if lower, catastrophic unfl
/kernel/linux/linux-6.6/drivers/irqchip/
Dirq-gic-common.c79 * non-secure mode, and hence it may not be catastrophic. in gic_configure_irq()
/kernel/linux/linux-5.10/drivers/irqchip/
Dirq-gic-common.c92 * non-secure mode, and hence it may not be catastrophic. in gic_configure_irq()
/kernel/linux/linux-6.6/arch/alpha/kernel/
Dirq_alpha.c186 case 0x219: reason = "IOCHK#, EISA add-in board parity or other catastrophic error"; break; in process_mcheck_info()
/kernel/linux/linux-5.10/arch/alpha/kernel/
Dirq_alpha.c186 case 0x219: reason = "IOCHK#, EISA add-in board parity or other catastrophic error"; break; in process_mcheck_info()
/kernel/linux/linux-6.6/Documentation/userspace-api/
Diommu.rst88 catastrophic failures for the users.
/kernel/linux/linux-6.6/include/linux/
Dkdb.h131 #define KDB_FLAG_CATASTROPHIC (1 << 1) /* A catastrophic event has occurred */
/kernel/linux/linux-5.10/include/linux/
Dkdb.h118 #define KDB_FLAG_CATASTROPHIC (1 << 1) /* A catastrophic event has occurred */
/kernel/linux/linux-5.10/Documentation/userspace-api/
Diommu.rst88 catastrophic failures for the users.

12345