/Linux-v6.1/arch/sparc/kernel/ |
D | traps_64.c | 1169 unsigned long afsr, unsigned long afar, int recoverable) in cheetah_log_errors() argument 1175 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors() 1179 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors() 1182 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id()); in cheetah_log_errors() 1185 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors() 1192 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors() 1212 (recoverable ? KERN_WARNING : KERN_CRIT), in cheetah_log_errors() 1223 (recoverable ? KERN_WARNING : KERN_CRIT), in cheetah_log_errors() 1229 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors() 1235 (recoverable ? KERN_WARNING : KERN_CRIT), smp_processor_id(), in cheetah_log_errors() [all …]
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | traps.c | 610 int recoverable = 1; in machine_check_e500mc() local 613 recoverable = fsl_rio_mcheck_exception(regs); in machine_check_e500mc() 614 if (recoverable == 1) in machine_check_e500mc() 657 recoverable = 0; in machine_check_e500mc() 663 recoverable = 0; in machine_check_e500mc() 671 recoverable = 0; in machine_check_e500mc() 676 recoverable = 0; in machine_check_e500mc() 681 recoverable = 0; in machine_check_e500mc() 686 recoverable = 0; in machine_check_e500mc() 694 recoverable = 0; in machine_check_e500mc() [all …]
|
/Linux-v6.1/drivers/edac/ |
D | skx_common.c | 543 bool recoverable; in skx_mce_output_error() local 550 recoverable = GET_BITFIELD(m->status, 56, 56); in skx_mce_output_error() 604 (uncorrected_error && recoverable) ? " recoverable" : "", in skx_mce_output_error() 610 (uncorrected_error && recoverable) ? " recoverable" : "", in skx_mce_output_error()
|
D | sb_edac.c | 3086 bool recoverable; in sbridge_mce_output_error() local 3104 recoverable = true; in sbridge_mce_output_error() 3106 recoverable = GET_BITFIELD(m->status, 56, 56); in sbridge_mce_output_error() 3155 (uncorrected_error && recoverable) in sbridge_mce_output_error() 3174 (uncorrected_error && recoverable) in sbridge_mce_output_error() 3224 (uncorrected_error && recoverable) ? " recoverable" : "", in sbridge_mce_output_error()
|
/Linux-v6.1/Documentation/x86/ |
D | microcode.rst | 147 Fatal un-recoverable MCEs and recoverable MCEs. While un-recoverable 148 errors are fatal, recoverable errors can also happen in kernel context
|
D | tdx.rst | 167 which is not recoverable.
|
/Linux-v6.1/drivers/gpu/drm/lima/ |
D | lima_sched.h | 29 bool recoverable; member
|
D | lima_gp.c | 43 task->recoverable = false; in lima_gp_irq_handler() 146 task->recoverable = true; in lima_gp_task_run()
|
D | lima_sched.c | 508 if (task && task->recoverable) in lima_sched_pipe_task_done()
|
/Linux-v6.1/drivers/md/bcache/ |
D | request.c | 473 unsigned int recoverable:1; member 610 s->recoverable = false; in cache_lookup() 630 s->recoverable = false; in request_endio() 660 s->recoverable = false; in backing_request_endio() 731 s->recoverable = 1; in search_alloc() 788 if (s->recoverable && !s->read_dirty_data) { in cached_dev_read_error() 846 if (verify(dc) && s->recoverable && !s->read_dirty_data) in cached_dev_read_done()
|
/Linux-v6.1/Documentation/firmware-guide/acpi/apei/ |
D | output_format.rst | 21 <severity string>* := recoverable | fatal | corrected | info 110 if section severity is fatal or recoverable
|
/Linux-v6.1/Documentation/ABI/removed/ |
D | sysfs-mce | 5 Unused and obsolete after the advent of recoverable machine
|
/Linux-v6.1/Documentation/driver-api/ |
D | dma-buf.rst | 277 Modern hardware supports recoverable page faults, which has a lot of 283 means any workload using recoverable page faults cannot use DMA fences for 289 built on top of userspace fences, they cannot benefit from recoverable page 292 on-demand fill a memory request. For now this means recoverable page 297 job with a DMA fence and a compute workload using recoverable page faults are
|
/Linux-v6.1/Documentation/gpu/rfc/ |
D | i915_small_bar.rst | 46 on recoverable contexts. In the future the kernel may want to blit during
|
/Linux-v6.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-qbuf.rst | 130 non-critical (recoverable) streaming error. In such case the application 178 It is recommended that drivers indicate recoverable errors by setting
|
/Linux-v6.1/Documentation/admin-guide/ |
D | tainted-kernels.rst | 15 notices an internal problem (a 'kernel bug'), a recoverable error 16 ('kernel oops') or a non-recoverable error ('kernel panic') and writes debug
|
D | reporting-issues.rst | 406 fatal error where the kernel stop itself) with a 'Oops' (a recoverable error), 498 problem (a 'kernel bug'), a recoverable error (a 'kernel Oops') or a 499 non-recoverable error before halting operation (a 'kernel panic'). Look near 509 1. A recoverable error (a 'kernel Oops') occurred and the kernel tainted
|
/Linux-v6.1/Documentation/admin-guide/cgroup-v1/ |
D | freezer-subsystem.rst | 19 recoverable error occur. This also allows the checkpointed tasks to be
|
/Linux-v6.1/Documentation/ia64/ |
D | err_inject.rst | 7 hardware correctable error handling, OS recoverable error handling, MC 60 #recoverable, DTR0, hier-2.
|
D | mca.rst | 155 mode registers are preserved across a recoverable MCA/INIT. Since the
|
/Linux-v6.1/Documentation/x86/x86_64/ |
D | boot-options.rst | 62 Force-enable recoverable machine check code paths
|
/Linux-v6.1/lib/ |
D | Kconfig | 685 # arch has a concept of a recoverable synchronous exception due to a
|
/Linux-v6.1/Documentation/PCI/ |
D | pci-error-recovery.rst | 227 recoverable in its current state and it needs a slot
|
/Linux-v6.1/Documentation/fpga/ |
D | dfl.rst | 164 operation failure) and be recoverable from the failure.
|
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/mellanox/ |
D | mlx5.rst | 498 could be recoverable by polling the EQ (Event Queue).
|