| /linux/arch/arm64/tools/ |
| H A D | gen-sysreg.awk | 12 function fatal(msg) { function 33 fatal("error: block_pop() in root block") 42 fatal(NF " fields found where " nf " expected") 74 fatal("invalid bit-range definition '" bitdef "'") 79 fatal(reg "." field " starts at " msb " not " next_bit) 81 fatal(reg "." field " invalid high bit in '" bitdef "'") 83 fatal(reg "." field " invalid low bit in '" bitdef "'") 85 fatal(reg "." field " invalid bit-range '" bitdef "'") 87 fatal(reg "." field " has invalid range " high "-" low) 105 fatal("Missing terminator for " block_current() " block") [all …]
|
| H A D | gen-cpucaps.awk | 8 function fatal(msg) { function 39 fatal("unhandled statement")
|
| /linux/arch/powerpc/boot/ |
| H A D | simpleboot.c | 34 fatal("Invalid device tree blob\n"); in platform_init() 39 fatal("Cannot find root node\n"); in platform_init() 42 fatal("Cannot find #address-cells property"); in platform_init() 45 fatal("Cannot find #size-cells property"); in platform_init() 51 fatal("Cannot find memory node\n"); in platform_init() 54 fatal("cannot get memory range\n"); in platform_init() 59 fatal("Memory range is not based at address 0\n"); in platform_init() 72 fatal("Cannot find cpu node\n"); in platform_init()
|
| H A D | main.c | 43 fatal("Error: not a valid PPC32 or PPC64 ELF file!\n\r"); in prep_kernel() 64 fatal("Insufficient memory for kernel at address 0!" in prep_kernel() 69 fatal("The final kernel image would overwrite the " in prep_kernel() 88 fatal("Decompression failed with error code %ld\n\r", len); in prep_kernel() 91 fatal("Decompression error: got 0x%lx bytes, expected 0x%lx.\n\r", in prep_kernel() 133 fatal("Can't allocate memory for initial " in prep_initrd() 175 fatal("Can't allocate memory for ESM blob !\n\r"); in prep_esm_blob() 282 /* console closed so printf in fatal below may not work */ in start() 283 fatal("Error: Linux kernel returned to zImage boot wrapper!\n\r"); in start()
|
| H A D | ebony.c | 43 fatal("Couldn't locate FPGA node %s\n\r", EBONY_FPGA_PATH); in ebony_flashsel_fixup() 46 fatal("%s has missing or invalid virtual-reg property\n\r", in ebony_flashsel_fixup() 53 fatal("Couldn't locate small flash node %s\n\r", in ebony_flashsel_fixup() 57 fatal("%s has reg property of unexpected size\n\r", in ebony_flashsel_fixup()
|
| H A D | libfdt-wrapper.c | 53 fatal("Couldn't find %d bytes to expand device tree\n\r", size); in expand_buf() 56 fatal("Couldn't expand fdt into new buffer: %s\n\r", in expand_buf() 151 fatal("Couldn't pack flat tree: %s\n\r", in fdt_wrapper_finalize() 177 fatal("malloc failed. can't relocate the device tree\n\r"); in fdt_init() 182 fatal("fdt_init(): %s\n\r", fdt_strerror(err)); in fdt_init()
|
| /linux/Documentation/PCI/ |
| H A D | pcieaer-howto.rst | 79 …0000:50:00.0: PCIe Bus Error: severity=Uncorrectable (Fatal), type=Transaction Layer, (Requester I… 94 type (correctable vs. non-fatal uncorrectable). Fatal errors, including 131 errors are further classified into non-fatal errors and fatal errors. 132 Non-fatal errors cause the particular transaction to be unreliable, 133 but the PCIe link itself is fully functional. Fatal errors, on 180 Uncorrectable (non-fatal and fatal) errors 194 If an error message indicates a non-fatal error, performing a reset 211 If an error message indicates a fatal error, kernel will broadcast 219 In other words, for non-fatal errors, drivers may opt in to a reset. 220 But for fatal errors, they cannot opt out of a reset, based on the
|
| /linux/Documentation/firmware-guide/acpi/apei/ |
| H A D | einj.rst | 51 0x00000002 Processor Uncorrectable non-fatal 52 0x00000004 Processor Uncorrectable fatal 54 0x00000010 Memory Uncorrectable non-fatal 55 0x00000020 Memory Uncorrectable fatal 57 0x00000080 PCI Express Uncorrectable non-fatal 58 0x00000100 PCI Express Uncorrectable fatal 60 0x00000400 Platform Uncorrectable non-fatal 61 0x00000800 Platform Uncorrectable fatal 201 0x00000002 Processor Uncorrectable non-fatal 203 0x00000010 Memory Uncorrectable non-fatal [all …]
|
| /linux/drivers/edac/ |
| H A D | e752x_edac.c | 514 static char *fatal_message[2] = { "Non-Fatal ", "Fatal " }; 516 static void do_global_error(int fatal, u32 errors) in do_global_error() argument 528 fatal_message[fatal], in do_global_error() 534 static inline void global_error(int fatal, u32 errors, int *error_found, in global_error() argument 540 do_global_error(fatal, errors); in global_error() 550 static void do_hub_error(int fatal, u8 errors) in do_hub_error() argument 557 fatal_message[fatal], hub_message[i]); in do_hub_error() 561 static inline void hub_error(int fatal, u8 errors, int *error_found, in hub_error() argument 567 do_hub_error(fatal, errors); in hub_error() 575 "NSI Link Down", /* NSI_FERR/NSI_NERR bit 0, fatal error */ [all …]
|
| H A D | a72_edac.c | 57 bool fatal = cpu_mesr & CPUMERRSR_EL1_FATAL; in report_errors() local 81 str, fatal ? "fatal" : "correctable", cpu); in report_errors() 83 if (fatal) in report_errors() 90 bool fatal = l2_mesr & L2MERRSR_EL1_FATAL; in report_errors() local 93 fatal ? "fatal" : "correctable", cpu, in report_errors() 95 if (fatal) in report_errors()
|
| /linux/arch/mips/sgi-ip32/ |
| H A D | crime.c | 47 int fatal = 0; in crime_memerr_intr() local 64 fatal = 1; in crime_memerr_intr() 68 fatal = 1; in crime_memerr_intr() 86 if (fatal) { in crime_memerr_intr() 87 printk("FATAL>\n"); in crime_memerr_intr() 88 panic("Fatal memory error."); in crime_memerr_intr()
|
| /linux/drivers/acpi/acpica/ |
| H A D | exoparg3.c | 54 struct acpi_signal_fatal_info *fatal; in acpi_ex_opcode_3A_0T_0R() local 61 case AML_FATAL_OP: /* Fatal (fatal_type fatal_code fatal_arg) */ in acpi_ex_opcode_3A_0T_0R() 70 fatal = ACPI_ALLOCATE(sizeof(struct acpi_signal_fatal_info)); in acpi_ex_opcode_3A_0T_0R() 71 if (fatal) { in acpi_ex_opcode_3A_0T_0R() 72 fatal->type = (u32) operand[0]->integer.value; in acpi_ex_opcode_3A_0T_0R() 73 fatal->code = (u32) operand[1]->integer.value; in acpi_ex_opcode_3A_0T_0R() 74 fatal->argument = (u32) operand[2]->integer.value; in acpi_ex_opcode_3A_0T_0R() 79 status = acpi_os_signal(ACPI_SIGNAL_FATAL, fatal); in acpi_ex_opcode_3A_0T_0R() 83 ACPI_FREE(fatal); in acpi_ex_opcode_3A_0T_0R()
|
| /linux/Documentation/devicetree/bindings/scsi/ |
| H A D | hisilicon-sas.txt | 21 - interrupts : For v1 hw: Interrupts for phys, completion queues, and fatal 25 - Fatal interrupts 35 Fatal interrupts : the fatal interrupts are ordered as follows: 96 <376 4>,/* fatal ecc */ 97 <381 4>;/* fatal axi */
|
| /linux/tools/mm/ |
| H A D | page-types.c | 228 static void fatal(const char *x, ...) in fatal() function 262 fatal("index overflow: %lu\n", index); in do_u64_read() 270 fatal("partial read: %lu bytes\n", bytes); in do_u64_read() 339 fatal("unknown flag bit %d\n", i); in page_flag_name() 631 fatal("hash table full: bump up HASH_SHIFT?\n"); in hash_slot() 694 fatal("kpagecgroup returned fewer pages than expected"); in walk_pfn() 697 fatal("kpagecount returned fewer pages than expected"); in walk_pfn() 781 fatal("too many addr ranges\n"); in add_addr_range() 885 fatal("invalid name or number: %s\n", str); in parse_number() 992 fatal("mmap failed: %s", name); in walk_file_range() [all …]
|
| /linux/drivers/acpi/apei/ |
| H A D | einj-cxl.c | 21 { ACPI_EINJ_CXL_CACHE_UNCORRECTABLE, "CXL.cache Protocol Uncorrectable non-fatal" }, 22 { ACPI_EINJ_CXL_CACHE_FATAL, "CXL.cache Protocol Uncorrectable fatal" }, 24 { ACPI_EINJ_CXL_MEM_UNCORRECTABLE, "CXL.mem Protocol Uncorrectable non-fatal" }, 25 { ACPI_EINJ_CXL_MEM_FATAL, "CXL.mem Protocol Uncorrectable fatal" },
|
| /linux/fs/gfs2/ |
| H A D | util.c | 41 fs_emerg(sdp, "fatal assertion failed\n"); in gfs2_assert_i() 367 "fatal: assertion \"%s\" failed - " in gfs2_assert_withdraw_i() 424 "fatal: filesystem consistency error - " in gfs2_consist_i() 440 "fatal: filesystem consistency error - " in gfs2_consist_inode_i() 463 "fatal: filesystem consistency error - " in gfs2_consist_rgrpd_i() 481 "fatal: invalid metadata block - " in gfs2_meta_check_ii() 498 "fatal: invalid metadata block - " in gfs2_metatype_check_ii() 516 "fatal: I/O error - " in gfs2_io_error_i() 534 fs_err(sdp, "fatal: I/O error - " in gfs2_io_error_bh_i()
|
| /linux/arch/um/os-Linux/ |
| H A D | start_up.c | 84 static void fatal(char *fmt, ...) in fatal() function 120 fatal("check_ptrace : expected SIGSTOP, got status = %d", in start_ptraced_child() 136 fatal("stop_ptraced_child : child exited with exitcode %d, " in stop_ptraced_child() 192 fatal("missing\n"); in check_sysemu() 216 fatal("check_ptrace : expected (SIGTRAP|0x80), " in check_ptrace() 436 fatal("Invalid seccomp option '%s', expected on/auto/off\n", in uml_seccomp_config() 481 fatal("SECCOMP userspace requested but not functional!\n"); in os_early_checks() 489 fatal("Failed to initialize default registers"); in os_early_checks()
|
| /linux/tools/testing/selftests/arm64/signal/ |
| H A D | README | 16 by receiving some kind of fatal signal from the Kernel, so it's safer 37 some fatal signal: usually SIGSEGV or SIGBUS. Since while writing this 57 - some fatal signal sent by the Kernel to the test process
|
| /linux/arch/x86/entry/ |
| H A D | entry_fred.c | 29 pr_emerg("PANIC: invalid or fatal FRED event; event type %u " in fred_bad_type() 33 die("invalid or fatal FRED event", regs, error_code); in fred_bad_type() 34 panic("invalid or fatal FRED event"); in fred_bad_type() 39 pr_alert("BUG: invalid or fatal FRED event; event type %u " in fred_bad_type() 44 if (__die("Invalid or fatal FRED event", regs, error_code)) in fred_bad_type()
|
| /linux/Documentation/driver-api/mei/ |
| H A D | mei.rst | 110 EFAULT Fatal Error (e.g. Unable to access user input data) 147 EFAULT Fatal Error (e.g. Unable to access user input data) 175 EFAULT Fatal Error (e.g. Unable to access user input data) 200 EFAULT Fatal Error (e.g. Unable to access user input data)
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-pci-devices-aer | 28 Advisory Non-Fatal 0 37 Description: List of uncorrectable fatal errors seen and reported by this 150 Description: Writing 0 disables AER non-fatal uncorrectable error log 159 Description: Ratelimit burst for non-fatal uncorrectable error logs.
|
| /linux/net/ipv6/ |
| H A D | icmp.c | 1108 int fatal; 1112 .fatal = 0, 1116 .fatal = 1, 1120 .fatal = 0, 1124 .fatal = 0, 1128 .fatal = 1, 1132 .fatal = 1, 1136 .fatal = 1, 1142 int fatal = 0; in icmpv6_err_convert() 1148 fatal in icmpv6_err_convert() 1109 int fatal; global() member 1143 int fatal = 0; icmpv6_err_convert() local [all...] |
| /linux/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_cper.c | 292 struct cper_hdr *fatal = NULL; in amdgpu_cper_generate_ue_record() local 297 fatal = amdgpu_cper_alloc_entry(adev, AMDGPU_CPER_TYPE_FATAL, 1); in amdgpu_cper_generate_ue_record() 298 if (!fatal) { in amdgpu_cper_generate_ue_record() 312 amdgpu_cper_entry_fill_hdr(adev, fatal, AMDGPU_CPER_TYPE_FATAL, CPER_SEV_FATAL); in amdgpu_cper_generate_ue_record() 313 ret = amdgpu_cper_entry_fill_fatal_section(adev, fatal, 0, reg_data); in amdgpu_cper_generate_ue_record() 317 amdgpu_cper_ring_write(ring, fatal, fatal->record_length); in amdgpu_cper_generate_ue_record() 318 kfree(fatal); in amdgpu_cper_generate_ue_record()
|
| /linux/include/ufs/ |
| H A D | ufs_quirks.h | 43 * - Error handler would sleep for 50ms to see if there are any fatal errors 45 * - If there are fatal errors then SW does normal error recovery. 46 * - If there are no fatal errors then SW sends the NOP command to device
|
| /linux/net/ipv4/ |
| H A D | icmp.c | 124 .fatal = 0, 128 .fatal = 0, 132 .fatal = 1, 136 .fatal = 1, 140 .fatal = 0, 144 .fatal = 0, 148 .fatal = 1, 152 .fatal = 1, 156 .fatal = 1, 160 .fatal = 1, [all …]
|