Home
last modified time | relevance | path

Searched refs:recoverable (Results 1 – 25 of 26) sorted by relevance

12

/linux/arch/powerpc/kernel/
H A Dtraps.c610 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/Documentation/arch/x86/
H A Dmicrocode.rst147 Fatal un-recoverable MCEs and recoverable MCEs. While un-recoverable
148 errors are fatal, recoverable errors can also happen in kernel context
H A Dtdx.rst352 which is not recoverable.
/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst21 <severity string>* := recoverable | fatal | corrected | info
110 if section severity is fatal or recoverable
/linux/drivers/gpu/drm/lima/
H A Dlima_gp.c43 task->recoverable = false; in lima_gp_irq_handler()
147 task->recoverable = true; in lima_gp_task_run()
H A Dlima_sched.h29 bool recoverable; member
H A Dlima_sched.c543 if (task && task->recoverable) in lima_sched_pipe_task_done()
/linux/Documentation/ABI/removed/
H A Dsysfs-mce5 Unused and obsolete after the advent of recoverable machine
/linux/Documentation/driver-api/
H A Ddma-buf.rst311 Modern hardware supports recoverable page faults, which has a lot of
317 means any workload using recoverable page faults cannot use DMA fences for
323 built on top of userspace fences, they cannot benefit from recoverable page
326 on-demand fill a memory request. For now this means recoverable page
331 job with a DMA fence and a compute workload using recoverable page faults are
/linux/Documentation/gpu/rfc/
H A Di915_small_bar.rst46 on recoverable contexts. In the future the kernel may want to blit during
/linux/Documentation/gpu/
H A Ddrm-compute.rst36 If job preemption and recoverable pagefaults are not available, those are the
H A Ddrm-vm-bind-locking.rst12 required for implementing recoverable pagefaults.
547 Locking for recoverable page-fault page-table updates
551 recoverable page-faults:
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-qbuf.rst130 non-critical (recoverable) streaming error. In such case the application
178 It is recommended that drivers indicate recoverable errors by setting
H A Dbuffer.rst502 although the data might have been corrupted. This is recoverable,
/linux/Documentation/admin-guide/
H A Dtainted-kernels.rst15 notices an internal problem (a 'kernel bug'), a recoverable error
16 ('kernel oops') or a non-recoverable error ('kernel panic') and writes debug
H A Dreporting-issues.rst406 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
H A Dbcache.rst124 cache, don't expect the filesystem to be recoverable - you will have massive
/linux/drivers/edac/
H A Dsb_edac.c3087 bool recoverable; in sbridge_mce_output_error() local
3105 recoverable = true; in sbridge_mce_output_error()
3107 recoverable = GET_BITFIELD(m->status, 56, 56); in sbridge_mce_output_error()
3156 (uncorrected_error && recoverable) in sbridge_mce_output_error()
3175 (uncorrected_error && recoverable) in sbridge_mce_output_error()
3225 (uncorrected_error && recoverable) ? " recoverable" : "", in sbridge_mce_output_error()
/linux/Documentation/admin-guide/cgroup-v1/
H A Dfreezer-subsystem.rst19 recoverable error occur. This also allows the checkpointed tasks to be
/linux/Documentation/PCI/
H A Dpci-error-recovery.rst228 recoverable in its current state and it needs a slot
/linux/Documentation/fpga/
H A Ddfl.rst283 operation failure) and be recoverable from the failure.
/linux/Documentation/scsi/
H A DChangeLog.sym53c8xx592 having been selected with ATN. Such a situation is not recoverable,
/linux/Documentation/filesystems/
H A Dfscrypt.rst139 recoverable from freed memory, even after the corresponding key(s)
1196 may remain recoverable from free space on the disk; prefer to keep
/linux/Documentation/filesystems/xfs/
H A Dxfs-delayed-logging-design.rst27 are atomic and recoverable. For reasons of space and time efficiency, the
404 them and get them to the log in a consistent, recoverable manner.
/linux/drivers/platform/x86/
H A DKconfig453 not receive CPU-generated SMIs for recoverable errors. Use of this

12