Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/x86/
Damx.c70 #define fatal_error(msg, ...) err(1, "[FAIL]\t" msg, ##__VA_ARGS__) macro
82 fatal_error("sigaction"); in sethandler()
93 fatal_error("sigaction"); in clearhandler()
115 fatal_error("cpuid: no CPU xsave support"); in check_cpuid_xsave()
117 fatal_error("cpuid: no OS xsave support"); in check_cpuid_xsave()
155 fatal_error("xstate cpuid: invalid tile data size/offset: %d/%d", in check_cpuid_xtiledata()
171 fatal_error("aligned_alloc()"); in alloc_xbuf()
215 fatal_error("failed to allocate stashed_xsave\n"); in init_stashed_xsave()
321 fatal_error("saw %d errors in noperm signal handler\n", noperm_errs); in xrstor_safe()
366 fatal_error("prctl(ARCH_GET_XCOMP_PERM) error: %ld", rc); in validate_req_xcomp_perm()
[all …]
/Linux-v6.1/drivers/misc/genwqe/
Dcard_base.c649 goto fatal_error; in genwqe_fir_checking()
657 goto fatal_error; in genwqe_fir_checking()
680 goto fatal_error; in genwqe_fir_checking()
688 goto fatal_error; in genwqe_fir_checking()
700 goto fatal_error; in genwqe_fir_checking()
708 goto fatal_error; in genwqe_fir_checking()
714 goto fatal_error; in genwqe_fir_checking()
755 goto fatal_error; in genwqe_fir_checking()
768 fatal_error: in genwqe_fir_checking()
932 goto fatal_error; in genwqe_health_thread()
[all …]
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/
Dhealth.c178 u32 fatal_error; in reset_fw_if_needed() local
188 fatal_error = mlx5_health_check_fatal_sensors(dev); in reset_fw_if_needed()
189 if (fatal_error == MLX5_SENSOR_PCI_COMM_ERR || in reset_fw_if_needed()
190 fatal_error == MLX5_SENSOR_NIC_DISABLED || in reset_fw_if_needed()
191 fatal_error == MLX5_SENSOR_NIC_SW_RESET) { in reset_fw_if_needed()
308 if (dev->priv.health.fatal_error != MLX5_SENSOR_PCI_COMM_ERR) in mlx5_handle_bad_state()
807 u32 fatal_error; in poll_health() local
814 fatal_error = mlx5_health_check_fatal_sensors(dev); in poll_health()
816 if (fatal_error && !health->fatal_error) { in poll_health()
817 mlx5_core_err(dev, "Fatal error %u detected\n", fatal_error); in poll_health()
[all …]
Dfw_reset.c202 u32 fatal_error; in poll_sync_reset() local
207 fatal_error = mlx5_health_check_fatal_sensors(dev); in poll_sync_reset()
209 if (fatal_error) { in poll_sync_reset()
Den_selftest.c44 return health->fatal_error ? 1 : 0; in mlx5e_test_health_info()
/Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/sound/soc/codecs/
Dwm_adsp.h41 bool fatal_error; member
Dwm_adsp.c1055 dsp->fatal_error = false; in wm_adsp_event_post_stop()
1154 if (compr->dsp->fatal_error) in wm_adsp_compr_attach()
1830 if (dsp->fatal_error || !buf || buf->error) { in wm_adsp_compr_pointer()
1940 if (dsp->fatal_error || !compr->buf || compr->buf->error) { in wm_adsp_compr_read()
2000 dsp->fatal_error = true; in wm_adsp_fatal_error()
/Linux-v6.1/drivers/net/wireless/intel/ipw2x00/
Dipw2100.c730 if (priv->fatal_error) { in ipw2100_hw_send_command()
801 priv->fatal_error = IPW2100_ERR_MSG_TIMEOUT; in ipw2100_hw_send_command()
807 if (priv->fatal_error) { in ipw2100_hw_send_command()
988 if (priv->fatal_error) { in ipw2100_download_firmware()
991 priv->net_dev->name, priv->fatal_error); in ipw2100_download_firmware()
1000 priv->fatal_error = IPW2100_ERR_FW_LOAD; in ipw2100_download_firmware()
1009 priv->fatal_error = IPW2100_ERR_FW_LOAD; in ipw2100_download_firmware()
1333 if (!priv->fatal_error) in ipw2100_reset_fatalerror()
1336 priv->fatal_errors[priv->fatal_index++] = priv->fatal_error; in ipw2100_reset_fatalerror()
1338 priv->fatal_error = 0; in ipw2100_reset_fatalerror()
[all …]
Dipw2100.h493 u32 fatal_error; member
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_request.c544 static bool fatal_error(int error) in fatal_error() function
558 GEM_BUG_ON(!fatal_error(rq->fence.error)); in __i915_request_skip()
585 if (fatal_error(old)) in i915_request_set_error_once()
642 if (unlikely(fatal_error(request->fence.error))) in __i915_request_submit()
/Linux-v6.1/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-v6.1/include/linux/mlx5/
Ddriver.h428 u32 fatal_error; member