Home
last modified time | relevance | path

Searched full:fatal (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/Linux-v6.1/arch/arm64/tools/
Dgen-sysreg.awk8 function fatal(msg) { function
21 fatal("unexpected " this " (inside " block ")")
30 fatal(NF " fields found where " nf " expected")
57 fatal("invalid bit-range definition '" bitdef "'")
62 fatal(reg "." field " starts at " msb " not " next_bit)
64 fatal(reg "." field " invalid high bit in '" bitdef "'")
66 fatal(reg "." field " invalid low bit in '" bitdef "'")
68 fatal(reg "." field " invalid bit-range '" bitdef "'")
70 fatal(reg "." field " has invalid range " high "-" low)
109 fatal("Unspecified bits in " reg)
[all …]
Dgen-cpucaps.awk8 function fatal(msg) { function
39 fatal("unhandled statement")
/Linux-v6.1/arch/powerpc/boot/
Dcuboot-hotfoot.c53 fatal("Can't find node for /plb/opb/serial@ef600300"); in hotfoot_fixups()
58 fatal("Can't find node for /plb/opb/ethernet@ef600900"); in hotfoot_fixups()
69 fatal("Can't find FDT node for nor_flash!??"); in hotfoot_fixups()
83 fatal("Can't find FDT node for partition@0"); in hotfoot_fixups()
90 fatal("Can't find FDT node for partition@1"); in hotfoot_fixups()
97 fatal("Can't find FDT node for partition@2"); in hotfoot_fixups()
104 fatal("Can't find FDT node for partition@3"); in hotfoot_fixups()
111 fatal("Can't find FDT node for partition@4"); in hotfoot_fixups()
118 fatal("Can't find FDT node for partition@6"); in hotfoot_fixups()
126 fatal("Can't find FDT node for partition@5"); in hotfoot_fixups()
Dsimpleboot.c34 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()
Dmain.c43 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()
Debony.c43 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()
Dlibfdt-wrapper.c53 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-v6.1/drivers/edac/
Di7300_edac.c249 [3] = "FSB 3 Fatal Error",
250 [2] = "FSB 2 Fatal Error",
251 [1] = "FSB 1 Fatal Error",
252 [0] = "FSB 0 Fatal Error",
258 [31] = "Internal MCH Fatal Error",
259 [30] = "Intel QuickData Technology Device Fatal Error",
260 [29] = "FSB1 Fatal Error",
261 [28] = "FSB0 Fatal Error",
262 [27] = "FBD Channel 3 Fatal Error",
263 [26] = "FBD Channel 2 Fatal Error",
[all …]
De752x_edac.c514 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 …]
Di5400_edac.c81 /* Fatal error registers */
88 /* Non-fatal error register */
210 /* Fatal errors */
244 /* mask to all non-fatal errors */
256 /* Enable all fatal and non fatal errors */
259 /* mask for fatal error registers */
262 /* masks for non-fatal error register */
359 u32 ferr_fat_fbd; /* First Errors Fatal */
360 u32 nerr_fat_fbd; /* Next Errors Fatal */
361 u32 ferr_nf_fbd; /* First Errors Non-Fatal */
[all …]
/Linux-v6.1/Documentation/PCI/
Dpcieaer-howto.rst80 …0000:50:00.0: PCIe Bus Error: severity=Uncorrected (Fatal), type=Transaction Layer, id=0500(Reques…
117 errors are further classified into non-fatal errors and fatal errors.
118 Non-fatal errors cause the particular transaction to be unreliable,
119 but the PCI Express link itself is fully functional. Fatal errors, on
154 fatal error happens. The root port aer service driver provides a
187 Non-correctable (non-fatal and fatal) errors
190 If an error message indicates a non-fatal error, performing link reset
204 If an error message indicates a fatal error, kernel will broadcast
237 pci_aer_clear_nonfatal_status clears non-fatal errors in the uncorrectable
249 error is fatal, kernel will print out warning messages. Please refer
[all …]
/Linux-v6.1/arch/mips/sgi-ip32/
Dcrime.c45 int fatal = 0; in crime_memerr_intr() local
62 fatal = 1; in crime_memerr_intr()
66 fatal = 1; in crime_memerr_intr()
84 if (fatal) { in crime_memerr_intr()
85 printk("FATAL>\n"); in crime_memerr_intr()
86 panic("Fatal memory error."); in crime_memerr_intr()
/Linux-v6.1/Documentation/firmware-guide/acpi/apei/
Deinj.rst47 0x00000002 Processor Uncorrectable non-fatal
48 0x00000004 Processor Uncorrectable fatal
50 0x00000010 Memory Uncorrectable non-fatal
51 0x00000020 Memory Uncorrectable fatal
53 0x00000080 PCI Express Uncorrectable non-fatal
54 0x00000100 PCI Express Uncorrectable fatal
56 0x00000400 Platform Uncorrectable non-fatal
57 0x00000800 Platform Uncorrectable fatal
167 0x00000002 Processor Uncorrectable non-fatal
169 0x00000010 Memory Uncorrectable non-fatal
/Linux-v6.1/drivers/acpi/acpica/
Dexoparg3.c54 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-v6.1/Documentation/devicetree/bindings/scsi/
Dhisilicon-sas.txt21 - 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-v6.1/tools/vm/
Dpage-types.c230 static void fatal(const char *x, ...) in fatal() function
264 fatal("index overflow: %lu\n", index); in do_u64_read()
272 fatal("partial read: %lu bytes\n", bytes); in do_u64_read()
341 fatal("unknown flag bit %d\n", i); in page_flag_name()
635 fatal("hash table full: bump up HASH_SHIFT?\n"); in hash_slot()
698 fatal("kpagecgroup returned fewer pages than expected"); in walk_pfn()
701 fatal("kpagecount returned fewer pages than expected"); in walk_pfn()
785 fatal("too many addr ranges\n"); in add_addr_range()
889 fatal("invalid name or number: %s\n", str); in parse_number()
996 fatal("mmap failed: %s", name); in walk_file_range()
[all …]
/Linux-v6.1/tools/testing/selftests/arm64/signal/
DREADME16 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-v6.1/fs/gfs2/
Dutil.c40 fs_emerg(sdp, "fatal assertion failed\n"); in gfs2_assert_i()
388 "fatal: assertion \"%s\" failed\n" in gfs2_assert_withdraw_i()
444 "fatal: filesystem consistency error - function = %s, file = %s, line = %u\n", in gfs2_consist_i()
459 "fatal: filesystem consistency error\n" in gfs2_consist_inode_i()
482 "fatal: filesystem consistency error\n" in gfs2_consist_rgrpd_i()
504 "fatal: invalid metadata block\n" in gfs2_meta_check_ii()
526 "fatal: invalid metadata block\n" in gfs2_metatype_check_ii()
545 "fatal: I/O error\n" in gfs2_io_error_i()
563 fs_err(sdp, "fatal: I/O error\n" in gfs2_io_error_bh_i()
/Linux-v6.1/Documentation/driver-api/mei/
Dmei.rst110 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-v6.1/net/ipv6/
Dicmp.c1083 int fatal; member
1087 .fatal = 0,
1091 .fatal = 1,
1095 .fatal = 0,
1099 .fatal = 0,
1103 .fatal = 1,
1107 .fatal = 1,
1111 .fatal = 1,
1117 int fatal = 0; in icmpv6_err_convert() local
1123 fatal = 1; in icmpv6_err_convert()
[all …]
/Linux-v6.1/fs/xfs/
Dxfs_trans_dquot.c562 * Returns an inode QUOTA_NL_ warning code and whether or not it's fatal.
573 bool *fatal) in xfs_dqresv_check() argument
583 *fatal = false; in xfs_dqresv_check()
593 *fatal = true; in xfs_dqresv_check()
601 *fatal = true; in xfs_dqresv_check()
646 bool fatal; in xfs_trans_dqresv() local
652 quota_nl = xfs_dqresv_check(blkres, qlim, nblks, &fatal); in xfs_trans_dqresv()
659 if (fatal) in xfs_trans_dqresv()
664 &fatal); in xfs_trans_dqresv()
667 if (fatal) in xfs_trans_dqresv()
/Linux-v6.1/net/ipv4/
Dicmp.c119 .fatal = 0,
123 .fatal = 0,
127 .fatal = 1,
131 .fatal = 1,
135 .fatal = 0,
139 .fatal = 0,
143 .fatal = 1,
147 .fatal = 1,
151 .fatal = 1,
155 .fatal = 1,
[all …]
/Linux-v6.1/include/ufs/
Dufs_quirks.h43 * - 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-v6.1/Documentation/devicetree/bindings/remoteproc/
Dqcom,qcs404-cdsp-pil.yaml29 - description: Fatal interrupt
37 - const: fatal
129 interrupt-names = "wdog", "fatal", "ready",
Dqcom,sdm845-adsp-pil.yaml29 - description: Fatal interrupt
37 - const: fatal
132 interrupt-names = "wdog", "fatal", "ready",

12345678910>>...36