Home
last modified time | relevance | path

Searched refs:fatal (Results 1 – 25 of 126) sorted by relevance

123456

/linux/arch/powerpc/boot/
H A 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()
H A 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()
283 fatal("Error: Linux kernel returned to zImage boot wrapper!\n\r"); in start()
H A 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()
H A 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()
H A D4xx.c209 fatal("DDR controller is not initialized\n"); in ibm4xx_denali_fixup_memsize()
218 fatal("No memory installed\n"); in ibm4xx_denali_fixup_memsize()
220 fatal("DDR wrong CS configuration\n"); in ibm4xx_denali_fixup_memsize()
235 fatal("DDR wrong APIN configuration\n"); in ibm4xx_denali_fixup_memsize()
243 fatal("DDR wrong COL configuration\n"); in ibm4xx_denali_fixup_memsize()
312 fatal("Couldn't locate EBC node %s\n\r", ebc); in ibm4xx_fixup_ebc_ranges()
H A Dtreeboot-currituck.c101 fatal("Invalid device tree blob\n"); in platform_init()
106 fatal("Cannot find cpu node\n"); in platform_init()
H A Dtreeboot-akebono.c145 fatal("Invalid device tree blob\n"); in platform_init()
150 fatal("Cannot find cpu node\n"); in platform_init()
/linux/tools/tracing/rtla/src/
H A Dosnoise_top.c388 fatal("Period longer than 10 s"); in osnoise_top_parse_args()
396 fatal("Runtime shorter than 100 us"); in osnoise_top_parse_args()
416 fatal("Error adding trigger %s", optarg); in osnoise_top_parse_args()
418 fatal("--trigger requires a previous -e"); in osnoise_top_parse_args()
425 fatal("Error adding filter %s", optarg); in osnoise_top_parse_args()
427 fatal("--filter requires a previous -e"); in osnoise_top_parse_args()
440 fatal("Invalid action %s", optarg); in osnoise_top_parse_args()
446 fatal("Invalid action %s", optarg); in osnoise_top_parse_args()
449 fatal("Invalid option"); in osnoise_top_parse_args()
457 fatal("osnois in osnoise_top_parse_args()
[all...]
H A Dosnoise_hist.c533 fatal("Bucket size needs to be > 0 and <= 1000000"); in osnoise_hist_parse_args()
539 fatal("Entries must be > 10 and < 9999999"); in osnoise_hist_parse_args()
548 fatal("Period longer than 10 s"); in osnoise_hist_parse_args()
553 fatal("Runtime shorter than 100 us"); in osnoise_hist_parse_args()
585 fatal("Error adding trigger %s", optarg); in osnoise_hist_parse_args()
587 fatal("--trigger requires a previous -e"); in osnoise_hist_parse_args()
594 fatal("Error adding filter %s", optarg); in osnoise_hist_parse_args()
596 fatal("--filter requires a previous -e"); in osnoise_hist_parse_args()
609 fatal("Invalid action %s", optarg); in osnoise_hist_parse_args()
615 fatal("Invali in osnoise_hist_parse_args()
[all...]
H A Dtimerlat_top.c644 fatal("Period longer than 1 s"); in timerlat_top_parse_args()
670 fatal("Error adding trigger %s", optarg); in timerlat_top_parse_args()
672 fatal("--trigger requires a previous -e"); in timerlat_top_parse_args()
679 fatal("Error adding filter %s", optarg); in timerlat_top_parse_args()
681 fatal("--filter requires a previous -e"); in timerlat_top_parse_args()
687 fatal("--dma-latency needs to be >= 0 and < 10000"); in timerlat_top_parse_args()
708 fatal("Invalid action %s", optarg); in timerlat_top_parse_args()
714 fatal("Invalid action %s", optarg); in timerlat_top_parse_args()
720 fatal("Invalid option"); in timerlat_top_parse_args()
728 fatal("rtl in timerlat_top_parse_args()
[all...]
H A Dtimerlat_hist.c855 fatal("Bucket size needs to be > 0 and <= 1000000"); in timerlat_hist_parse_args()
861 fatal("Entries must be > 10 and < 9999999"); in timerlat_hist_parse_args()
879 fatal("Period longer than 1 s"); in timerlat_hist_parse_args()
920 fatal("Error adding trigger %s", optarg); in timerlat_hist_parse_args()
922 fatal("--trigger requires a previous -e"); in timerlat_hist_parse_args()
929 fatal("Error adding filter %s", optarg); in timerlat_hist_parse_args()
931 fatal("--filter requires a previous -e"); in timerlat_hist_parse_args()
937 fatal("--dma-latency needs to be >= 0 and < 10000"); in timerlat_hist_parse_args()
958 fatal("Invalid action %s", optarg); in timerlat_hist_parse_args()
964 fatal("Invali in timerlat_hist_parse_args()
[all...]
/linux/tools/mm/
H A Dpage-types.c228 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 …]
H A Dslabinfo.c101 static void fatal(const char *x, ...) in fatal() function
164 fatal("%s, Try using superuser\n", strerror(errno)); in read_obj()
216 fatal("Cannot write to %s\n", x); in set_obj()
1151 fatal("Unresolved alias %s\n", a->ref); in link_slabs()
1225 fatal("SYSFS support for SLUB not active\n"); in read_slab_dir()
1235 fatal("Too many aliases\n"); in read_slab_dir()
1240 fatal("Cannot read symlink %s\n", de->d_name); in read_slab_dir()
1251 fatal("Too many slabs\n"); in read_slab_dir()
1253 fatal("Unable to access slab %s\n", slab->name); in read_slab_dir()
1308 fatal("Unabl in read_slab_dir()
[all...]
/linux/arch/um/os-Linux/
H A Dstart_up.c85 static void fatal(char *fmt, ...) in fatal() function
121 fatal("check_ptrace : expected SIGSTOP, got status = %d", in start_ptraced_child()
137 fatal("stop_ptraced_child : child exited with exitcode %d, " in stop_ptraced_child()
193 fatal("missing\n"); in check_sysemu()
217 fatal("check_ptrace : expected (SIGTRAP|0x80), " in check_ptrace()
437 fatal("Invalid seccomp option '%s', expected on/auto/off\n", in uml_seccomp_config()
482 fatal("SECCOMP userspace requested but not functional!\n"); in os_early_checks()
486 fatal("SMP is not supported with PTRACE userspace.\n"); in os_early_checks()
493 fatal("Failed to initialize default registers"); in os_early_checks()
/linux/drivers/edac/
H A Da72_edac.c57 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()
H A De752x_edac.c516 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()
607 static void do_nsi_error(int fatal, u32 errors) in do_nsi_error() argument
614 fatal_message[fatal], nsi_message[i]); in do_nsi_error()
[all …]
/linux/arch/mips/sgi-ip32/
H A Dcrime.c47 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()
/linux/Documentation/firmware-guide/acpi/apei/
H A Deinj.rst51 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/arch/arm64/tools/
H A Dgen-cpucaps.awk8 function fatal(msg) { function
39 fatal("unhandled statement")
/linux/scripts/
H A DMakefile.warn221 KBUILD_AFLAGS += -Wa,--fatal-warnings
222 KBUILD_LDFLAGS += --fatal-warnings
224 KBUILD_USERLDFLAGS += -Wl,--fatal-warnings
231 KBUILD_HOSTLDFLAGS += -Wl,--fatal-warnings
/linux/net/ipv4/
H A Dicmp.c126 .fatal = 0,
130 .fatal = 0,
134 .fatal = 1,
138 .fatal = 1,
142 .fatal = 0,
146 .fatal = 0,
150 .fatal = 1,
154 .fatal = 1,
158 .fatal = 1,
162 .fatal = 1,
[all …]
/linux/net/ipv6/
H A Dicmp.c1312 int fatal; member
1316 .fatal = 0,
1320 .fatal = 1,
1324 .fatal = 0,
1328 .fatal = 0,
1332 .fatal = 1,
1336 .fatal = 1,
1340 .fatal = 1,
1346 int fatal = 0; in icmpv6_err_convert() local
1352 fatal = 1; in icmpv6_err_convert()
[all …]
/linux/Documentation/PCI/
H A Dpcieaer-howto.rst94 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,
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/devicetree/bindings/scsi/
H A Dhisilicon-sas.txt21 - interrupts : For v1 hw: Interrupts for phys, completion queues, and fatal
35 Fatal interrupts : the fatal interrupts are ordered as follows:
96 <376 4>,/* fatal ecc */
97 <381 4>;/* fatal axi */
/linux/arch/powerpc/platforms/pseries/
H A Dras.c362 int fatal; in ras_error_interrupt() local
377 fatal = 1; in ras_error_interrupt()
379 fatal = 0; in ras_error_interrupt()
382 log_error(ras_log_buf, ERR_TYPE_RTAS_LOG, fatal); in ras_error_interrupt()
384 if (fatal) { in ras_error_interrupt()

123456