Home
last modified time | relevance | path

Searched refs:fatal_error (Results 1 – 16 of 16) sorted by relevance

/linux-6.6.21/tools/testing/selftests/x86/
Damx.c72 #define fatal_error(msg, ...) err(1, "[FAIL]\t" msg, ##__VA_ARGS__) macro
84 fatal_error("sigaction"); in sethandler()
95 fatal_error("sigaction"); in clearhandler()
117 fatal_error("cpuid: no CPU xsave support"); in check_cpuid_xsave()
119 fatal_error("cpuid: no OS xsave support"); in check_cpuid_xsave()
157 fatal_error("xstate cpuid: invalid tile data size/offset: %d/%d", in check_cpuid_xtiledata()
173 fatal_error("aligned_alloc()"); in alloc_xbuf()
217 fatal_error("failed to allocate stashed_xsave\n"); in init_stashed_xsave()
323 fatal_error("saw %d errors in noperm signal handler\n", noperm_errs); in xrstor_safe()
368 fatal_error("prctl(ARCH_GET_XCOMP_PERM) error: %ld", rc); in validate_req_xcomp_perm()
[all …]
/linux-6.6.21/drivers/misc/genwqe/
Dcard_base.c668 goto fatal_error; in genwqe_fir_checking()
676 goto fatal_error; in genwqe_fir_checking()
699 goto fatal_error; in genwqe_fir_checking()
707 goto fatal_error; in genwqe_fir_checking()
719 goto fatal_error; in genwqe_fir_checking()
727 goto fatal_error; in genwqe_fir_checking()
733 goto fatal_error; in genwqe_fir_checking()
774 goto fatal_error; in genwqe_fir_checking()
787 fatal_error: in genwqe_fir_checking()
951 goto fatal_error; in genwqe_health_thread()
[all …]
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c166 u32 fatal_error; in reset_fw_if_needed() local
176 fatal_error = mlx5_health_check_fatal_sensors(dev); in reset_fw_if_needed()
177 if (fatal_error == MLX5_SENSOR_PCI_COMM_ERR || in reset_fw_if_needed()
178 fatal_error == MLX5_SENSOR_NIC_DISABLED || in reset_fw_if_needed()
179 fatal_error == MLX5_SENSOR_NIC_SW_RESET) { in reset_fw_if_needed()
296 if (dev->priv.health.fatal_error != MLX5_SENSOR_PCI_COMM_ERR) in mlx5_handle_bad_state()
801 u32 fatal_error; in poll_health() local
808 fatal_error = mlx5_health_check_fatal_sensors(dev); in poll_health()
810 if (fatal_error && !health->fatal_error) { in poll_health()
811 mlx5_core_err(dev, "Fatal error %u detected\n", fatal_error); in poll_health()
[all …]
Dfw_reset.c264 u32 fatal_error; in poll_sync_reset() local
269 fatal_error = mlx5_health_check_fatal_sensors(dev); in poll_sync_reset()
271 if (fatal_error) { in poll_sync_reset()
Den_selftest.c44 return health->fatal_error ? 1 : 0; in mlx5e_test_health_info()
/linux-6.6.21/drivers/char/xillybus/
Dxillybus_core.c264 ep->fatal_error = 1; in xillybus_isr()
653 if (endpoint->fatal_error) in xilly_obtain_idt()
706 if (channel->endpoint->fatal_error) in xillybus_read()
932 if (channel->endpoint->fatal_error) in xillybus_read()
961 if (channel->endpoint->fatal_error) in xillybus_read()
998 if (channel->endpoint->fatal_error) in xillybus_read()
1025 if (channel->endpoint->fatal_error) in xillybus_myflush()
1171 if (channel->endpoint->fatal_error) in xillybus_myflush()
1216 if (channel->endpoint->fatal_error) in xillybus_write()
1358 if (channel->endpoint->fatal_error) in xillybus_write()
[all …]
Dxillybus.h95 int fatal_error; member
/linux-6.6.21/arch/arm64/kvm/hyp/nvhe/
Dgen-hyprel.c161 #define fatal_error(fmt, ...) \ macro
183 fatal_error("assertion " #lhs " " #op " " #rhs \
420 fatal_error("Unexpected RELA type %u", type); in emit_rela_section()
433 fatal_error("Unexpected SHT_REL section \"%s\"", in emit_all_relocs()
/linux-6.6.21/drivers/usb/storage/
Dsddr55.c98 int fatal_error; /* set if we detect something nasty */ member
159 info->fatal_error = 0; in sddr55_status()
492 info->fatal_error = 1; in sddr55_write_data()
854 if (info->fatal_error) { in sddr55_transport()
/linux-6.6.21/sound/soc/codecs/
Dwm_adsp.h43 bool fatal_error; member
Dwm_adsp.c1098 dsp->fatal_error = false; in wm_adsp_event_post_stop()
1199 if (compr->dsp->fatal_error) in wm_adsp_compr_attach()
1879 if (dsp->fatal_error || !buf || buf->error) { in wm_adsp_compr_pointer()
1989 if (dsp->fatal_error || !compr->buf || compr->buf->error) { in wm_adsp_compr_read()
2049 dsp->fatal_error = true; in wm_adsp_fatal_error()
/linux-6.6.21/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c719 if (priv->fatal_error) { in ipw2100_hw_send_command()
790 priv->fatal_error = IPW2100_ERR_MSG_TIMEOUT; in ipw2100_hw_send_command()
796 if (priv->fatal_error) { in ipw2100_hw_send_command()
977 if (priv->fatal_error) { in ipw2100_download_firmware()
980 priv->net_dev->name, priv->fatal_error); in ipw2100_download_firmware()
989 priv->fatal_error = IPW2100_ERR_FW_LOAD; in ipw2100_download_firmware()
998 priv->fatal_error = IPW2100_ERR_FW_LOAD; in ipw2100_download_firmware()
1322 if (!priv->fatal_error) in ipw2100_reset_fatalerror()
1325 priv->fatal_errors[priv->fatal_index++] = priv->fatal_error; in ipw2100_reset_fatalerror()
1327 priv->fatal_error = 0; in ipw2100_reset_fatalerror()
[all …]
Dipw2100.h493 u32 fatal_error; member
/linux-6.6.21/drivers/gpu/drm/i915/
Di915_request.c541 static bool fatal_error(int error) in fatal_error() function
555 GEM_BUG_ON(!fatal_error(rq->fence.error)); in __i915_request_skip()
582 if (fatal_error(old)) in i915_request_set_error_once()
639 if (unlikely(fatal_error(request->fence.error))) in __i915_request_submit()
/linux-6.6.21/drivers/net/ethernet/ti/
Dcpmac.c434 goto fatal_error; in cpmac_poll()
486 goto fatal_error; in cpmac_poll()
508 fatal_error: in cpmac_poll()
/linux-6.6.21/include/linux/mlx5/
Ddriver.h435 u32 fatal_error; member