Searched refs:die (Results 1 - 200 of 318) sorted by relevance

12

/linux-4.4.14/scripts/
H A Dextract-sys-certs.pl7 die "Format: $0 [-s <systemmap-file>] <vmlinux-file> <keyring-file>\n"
24 open FD, "objdump -h $vmlinux |" || die $vmlinux;
26 close(FD) || die $vmlinux;
55 open FD, "nm $vmlinux 2>/dev/null |" || die $vmlinux;
57 close(FD) || die $vmlinux;
81 open FD, "<$sysmap" || die $sysmap;
83 close(FD) || die $sysmap;
87 die "No symbols available\n"
92 die "Can't find system certificate list"
113 die "Cert object partially overflows section $s_name\n"
116 die "Cert object in multiple sections: ", $s_name, " and ", $s->{name}, "\n"
121 die "Cert object not inside a section\n"
130 open FD, "<$vmlinux" || die $vmlinux;
132 die $vmlinux if (!defined(sysseek(FD, $foff, SEEK_SET)));
135 die "$vmlinux" if (!defined($len));
136 die "Short read on $vmlinux\n" if ($len != $size);
137 close(FD) || die $vmlinux;
139 open FD, ">$keyring" || die $keyring;
142 die "$keyring" if (!defined($len));
143 die "Short write on $keyring\n" if ($len != $size);
144 close(FD) || die $keyring;
H A Dpnmtologo.c79 static void die(const char *fmt, ...)
92 die("%s: end of file\n", filename); get_number()
98 die("%s: end of file\n", filename); get_number()
114 die("%s: end of file\n", filename); get_number()
135 die("Cannot open file %s: %s\n", filename, strerror(errno)); read_image()
140 die("%s is not a PNM file\n", filename); read_image()
153 die("%s: Binary PNM is not supported\n" read_image()
157 die("%s is not a PNM file\n", filename); read_image()
165 die("%s\n", strerror(errno)); read_image()
169 die("%s\n", strerror(errno)); read_image()
234 die("Cannot create file %s: %s\n", outputname, strerror(errno)); write_header()
292 die("Image must be monochrome\n"); write_logo_mono()
323 die("Image must use the 16 console colors only\n" write_logo_vga16()
363 die("Image has more than %d colors\n" write_logo_clut224()
405 die("Image must be grayscale\n"); write_logo_gray256()
419 static void die(const char *fmt, ...) die() function
432 die("\n" usage()
H A Dcheckincludes.pl42 or die "Cannot open $file: $!.\n";
66 or die("Cannot write to $file: $!");
H A Ddecodecode14 die() { function
21 T=`mktemp` || die "cannot create temp file"
H A Dgfp-translate9 die() { function
56 die "Could not locate kernel source directory or it is invalid"
H A Dstackdelta21 or die "cannot open $f: $!";
47 or die "usage: $0 <old> <new>";
H A Dexport_report.pl55 open my $fh, '<', $_ or die "cannot open $_: $!\n";
82 or die "Sorry, cannot open $opt{'k'}: $!\n";
86 or die "Sorry, cannot open $opt{'o'} $!\n";
H A Dkernel-doc-xml-ref61 open (my $handle, '<', $databasefile) or die "Cannot open $databasefile";
76 open(FILE, $inputfile) or die("Could not open $inputfile") or die ("Cannot open $inputfile");
H A Dcleanpatch214 die unless
252 die "$name: Failed to truncate modified file: $f: $!\n";
H A Drecordmcount.pl182 open (IN, "$objcopy --version |") or die "error running $objcopy";
376 die "Arch $arch is not supported with CONFIG_FTRACE_MCOUNT_RECORD";
414 open (IN, "$nm $inputfile|") || die "error running $nm";
441 die "$inputfile: ERROR: referencing weak function" .
458 open(FILE, ">$mcount_s") || die "can't create $mcount_s\n";
471 open(IN, "$objdump -hdr $inputfile|") || die "error running $objdump";
H A Dcleanfile171 die "$name: Failed to truncate modified file: $f: $!\n";
H A Dheaderdep.pl98 open(my $file, '<', $path) or die($!);
H A Dheaders_check.pl35 or die "$filename: $!\n";
H A Dmarkup_oops.pl205 open(FILE, $cross_compile."objdump -dS $filename |") || die "Cannot start objdump";
238 open(FILE, $cross_compile."objdump -dS --adjust-vma=$vmaoffset --start-address=$decodestart --stop-address=$decodestop $filename |") || die "Cannot start objdump";
H A Dget_maintainer.pl248 die "$P: invalid argument - use --help if necessary\n";
263 die "$P: missing patchfile or -f file - use --help if necessary\n";
282 die "$P: Missing required option: email, scm, status, subsystem or web\n";
290 die "$P: Please select at least 1 email option\n";
294 die "$P: The current directory does not appear to be "
304 or die "$P: Can't open MAINTAINERS: $!\n";
428 die "$P: file '${file}' not found\n";
435 or die "$P: Can't open $file: $!\n";
455 or die "$P: Can't open $file: $!\n";
H A Dnamespace.pl78 die("giving up\n");
239 or die "$objdump $fullname failed $!\n";
260 or die "$nm $fullname failed $!\n";
/linux-4.4.14/tools/testing/selftests/mount/
H A Dunprivileged-remount-test.c47 static void die(char *fmt, ...) die() function
65 die("vsnprintf failed: %s\n", vmaybe_write_file()
69 die("vsnprintf output truncated\n"); vmaybe_write_file()
76 die("open of %s failed: %s\n", vmaybe_write_file()
82 die("short write to %s\n", filename); vmaybe_write_file()
84 die("write to %s failed: %s\n", vmaybe_write_file()
89 die("close of %s failed: %s\n", vmaybe_write_file()
122 die("statvfs of %s failed: %s\n", read_mnt_flags()
128 die("Unrecognized mount flags\n"); read_mnt_flags()
162 die("unshare(CLONE_NEWUSER) failed: %s\n", create_and_enter_userns()
171 die ("setgid(0) failed %s\n", create_and_enter_userns()
175 die("setuid(0) failed %s\n", create_and_enter_userns()
188 die("fork failed: %s\n", test_unpriv_remount()
196 die("waitpid failed: %s\n", test_unpriv_remount()
200 die("waited for %d got %d\n", test_unpriv_remount()
204 die("child did not terminate cleanly\n"); test_unpriv_remount()
211 die("unshare(CLONE_NEWNS) failed: %s\n", test_unpriv_remount()
216 die("mount of %s with options '%s' on /tmp failed: %s\n", test_unpriv_remount()
225 die("unshare(CLONE_NEWNS) failed: %s\n", test_unpriv_remount()
232 die("remount of /tmp failed: %s\n", test_unpriv_remount()
239 die("remount of /tmp with invalid flags " test_unpriv_remount()
266 die("fork failed: %s\n", test_priv_mount_unpriv_remount()
274 die("waitpid failed: %s\n", test_priv_mount_unpriv_remount()
278 die("waited for %d got %d\n", test_priv_mount_unpriv_remount()
282 die("child did not terminate cleanly\n"); test_priv_mount_unpriv_remount()
292 die("unshare(CLONE_NEWNS) failed: %s\n", test_priv_mount_unpriv_remount()
298 die("recursive bind mount of %s onto %s failed: %s\n", test_priv_mount_unpriv_remount()
306 die("remount of /tmp failed: %s\n", test_priv_mount_unpriv_remount()
312 die("Mount flags unexpectedly changed during remount of %s originally mounted on %s\n", test_priv_mount_unpriv_remount()
321 die("MS_RDONLY malfunctions\n"); main()
324 die("MS_NODEV malfunctions\n"); main()
327 die("MS_NOSUID malfunctions\n"); main()
330 die("MS_NOEXEC malfunctions\n"); main()
335 die("MS_RELATIME malfunctions\n"); main()
340 die("MS_STRICTATIME malfunctions\n"); main()
345 die("MS_NOATIME malfunctions\n"); main()
350 die("MS_RELATIME|MS_NODIRATIME malfunctions\n"); main()
355 die("MS_STRICTATIME|MS_NODIRATIME malfunctions\n"); main()
360 die("MS_NOATIME|MS_DIRATIME malfunctions\n"); main()
364 die("Default atime malfunctions\n"); main()
367 die("Mount flags unexpectedly changed after remount\n"); main()
/linux-4.4.14/arch/cris/boot/tools/
H A Dbuild.c95 void die(const char * str) die() function
103 die("Usage: build bootsect setup system [rootdev] [> image]"); usage()
124 die("Couldn't stat /"); main()
131 die("Couldn't stat root device."); main()
146 die("Unable to open 'boot'"); main()
148 die("Unable to read header of 'boot'"); main()
150 die("Non-Minix header of 'boot'"); main()
152 die("Non-Minix header of 'boot'"); main()
154 die("Illegal data segment in 'boot'"); main()
156 die("Illegal bss in 'boot'"); main()
158 die("Non-Minix header of 'boot'"); main()
160 die("Illegal symbol table in 'boot'"); main()
164 die("Boot block must be exactly 512 bytes"); main()
166 die("Boot block hasn't got boot flag (0xAA55)"); main()
171 die("Write call failed"); main()
175 die("Unable to open 'setup'"); main()
177 die("Unable to read header of 'setup'"); main()
179 die("Non-Minix header of 'setup'"); main()
181 die("Non-Minix header of 'setup'"); main()
183 die("Illegal data segment in 'setup'"); main()
185 die("Illegal bss in 'setup'"); main()
187 die("Non-Minix header of 'setup'"); main()
189 die("Illegal symbol table in 'setup'"); main()
198 die("Wrong magic in loader header of 'setup'"); main()
201 die("Wrong version of loader header of 'setup'"); main()
208 die("Write call failed"); main()
213 die("read-error on 'setup'"); main()
227 die("Write call failed"); main()
232 die("Unable to open 'system'"); main()
235 die("Unable to read header of 'system'"); main()
240 die("Non-GCC header of 'system'"); main()
250 die ("Unable to stat 'system'"); main()
257 die("System is too big"); main()
269 die("Can't read 'system'"); main()
272 die("Write failed"); main()
278 die("Write of setup sectors failed"); main()
284 die("Write failed"); main()
/linux-4.4.14/arch/h8300/include/asm/
H A Dbug.h10 extern void die(const char *str, struct pt_regs *fp, unsigned long err);
/linux-4.4.14/arch/mn10300/boot/tools/
H A Dbuild.c47 void die(const char *str, ...) die() function
60 die("Unable to open `%s': %m", name); file_open()
66 die("Usage: build [-b] bootsect setup system [rootdev] [> image]"); usage()
86 die("Couldn't stat /"); main()
93 die("Couldn't stat root device."); main()
111 die("Boot block must be exactly 512 bytes"); main()
113 die("Boot block hasn't got boot flag (0xAA55)"); main()
117 die("Write call failed"); main()
124 die("Write call failed"); main()
126 die("read-error on `setup'"); main()
141 die("Write call failed"); main()
147 die("Unable to stat `%s': %m", argv[3]); main()
153 die("System is too big. Try using %smodules.", main()
166 die("Error reading %s: %m", argv[3]); main()
168 die("%s: Unexpected EOF", argv[3]); main()
171 die("Write failed"); main()
178 die("Output: seek failed"); main()
181 die("Write of setup sector count failed"); main()
183 die("Output: seek failed"); main()
187 die("Write of image length failed"); main()
/linux-4.4.14/tools/perf/util/
H A Dabspath.c28 die("Too long path: %.*s", 60, path); make_nonrelative_path()
32 die("Cannot determine the current working directory"); make_nonrelative_path()
34 die("Too long path: %.*s", 60, path); make_nonrelative_path()
H A Dwrapper.c22 die("Out of memory, strdup failed"); xstrdup()
38 die("Out of memory, realloc failed"); xrealloc()
H A Dstrbuf.c48 die("you want to use way too much memory"); strbuf_grow()
58 die("you want to use way too much memory"); strbuf_splice()
60 die("`pos' is too far after the end of the buffer"); strbuf_splice()
62 die("`pos + len' is too far after the end of the buffer"); strbuf_splice()
96 die("your vsnprintf is broken"); strbuf_addv()
102 die("this should not happen, your vsnprintf is broken"); strbuf_addv()
H A Dvalues.c13 die("failed to allocate read_values threads arrays"); perf_read_values_init()
22 die("failed to allocate read_values counters arrays"); perf_read_values_init()
54 die("failed to enlarge read_values threads arrays"); perf_read_values__enlarge_threads()
74 die("failed to allocate read_values counters array"); perf_read_values__findnew_thread()
89 die("failed to enlarge read_values counters arrays"); perf_read_values__enlarge_counters()
95 die("failed to enlarge read_values counters arrays"); perf_read_values__enlarge_counters()
139 die("failed to allocate counterwidth array"); perf_read_values__display_pretty()
H A Dsigchain.c16 die("BUG: signal out of range: %d", sig); check_signum()
H A Dtrace-event-scripting.c92 die("error registering Python script extension"); register_python_scripting()
96 die("error registering py script extension"); register_python_scripting()
156 die("error registering Perl script extension"); register_perl_scripting()
160 die("error registering pl script extension"); register_perl_scripting()
H A Dquote.c52 die("Too many or long arguments"); sq_quote_argv()
H A Dusage.c63 void die(const char *err, ...) die() function
H A Ddwarf-aux.h59 /* Get type die */
62 /* Get a type die, but skip qualifiers and typedef */
H A Dconfig.c277 die("bad config file line %d in %s", config_linenr, config_file_name); perf_parse_file()
331 die("bad config value for '%s' in %s", name, config_file_name); die_bad_config()
332 die("bad config value for '%s'", name); die_bad_config()
H A Drun-command.c103 die("exec %s: cd to %s failed (%s)", cmd->argv[0], start_command()
H A Dutil.h134 extern void die(const char *err, ...) NORETURN __attribute__((format (printf, 1, 2)));
142 die(" at (" __FILE__ ":" __stringify(__LINE__) "): " \
H A Dparse-options.c224 die("should not happen, someone must be hit on the forehead"); get_value()
374 die("STOP_AT_NON_OPTION and KEEP_UNKNOWN don't go together"); parse_options_start()
H A Ddwarf-aux.c200 /* Get a type die, but skip qualifiers */ __die_get_real_type()
219 * die_get_real_type - Get a type die, but skip qualifiers and typedef
743 /* Get the CU die */ die_walk_lines()
/linux-4.4.14/arch/x86/tools/
H A Drelocs_common.c3 void die(char *fmt, ...) die() function
14 die("relocs [--abs-syms|--abs-relocs|--reloc-info|--text|--realmode]" \ usage()
68 die("Cannot open %s: %s\n", fname, strerror(errno)); main()
71 die("Cannot read %s: %s", fname, strerror(errno)); main()
H A Drelocs.h19 void die(char *fmt, ...);
H A Drelocs.c132 die("%s", errbuf); regex_init()
336 die("Cannot read ELF header: %s\n", read_ehdr()
340 die("No ELF magic\n"); read_ehdr()
343 die("Not a %d bit executable\n", ELF_BITS); read_ehdr()
346 die("Not a LSB ELF executable\n"); read_ehdr()
349 die("Unknown ELF version\n"); read_ehdr()
367 die("Unsupported ELF header type\n"); read_ehdr()
370 die("Not for %s\n", ELF_MACHINE_NAME); read_ehdr()
373 die("Unknown ELF version\n"); read_ehdr()
376 die("Bad Elf header size\n"); read_ehdr()
379 die("Bad program header entry\n"); read_ehdr()
382 die("Bad section header entry\n"); read_ehdr()
385 die("String table index out of bounds\n"); read_ehdr()
396 die("Unable to allocate %d section headers\n", read_shdrs()
400 die("Seek to %d failed: %s\n", read_shdrs()
406 die("Cannot read ELF section headers %d/%d: %s\n", read_shdrs()
434 die("malloc of %d bytes for strtab failed\n", read_strtabs()
438 die("Seek to %d failed: %s\n", read_strtabs()
443 die("Cannot read symbol table: %s\n", read_strtabs()
459 die("malloc of %d bytes for symtab failed\n", read_symtabs()
463 die("Seek to %d failed: %s\n", read_symtabs()
468 die("Cannot read symbol table: %s\n", read_symtabs()
492 die("malloc of %d bytes for relocs failed\n", read_relocs()
496 die("Seek to %d failed: %s\n", read_relocs()
501 die("Cannot read symbol table: %s\n", read_relocs()
637 die("realloc of %ld entries for relocs failed\n", add_reloc()
716 die("can't find __per_cpu_load\n"); percpu_init()
797 die("Invalid absolute %s relocation: %s\n", do_reloc64()
809 die("Relocation offset doesn't fit in 32 bits\n"); do_reloc64()
818 die("Unsupported relocation type: %s (%d)\n", do_reloc64()
854 die("Invalid absolute %s relocation: %s\n", do_reloc32()
863 die("Unsupported relocation type: %s (%d)\n", do_reloc32()
905 die("Invalid %s %s relocation: %s\n", do_reloc_real()
928 die("Invalid %s %s relocation: %s\n", do_reloc_real()
934 die("Unsupported relocation type: %s (%d)\n", do_reloc_real()
980 die("--realmode not valid for a 64-bit ELF file"); emit_relocs()
992 die("Segment relocations found but --realmode not specified\n"); emit_relocs()
/linux-4.4.14/arch/s390/include/asm/
H A Dkdebug.h25 extern void die(struct pt_regs *, const char *);
/linux-4.4.14/arch/metag/include/asm/
H A Dbug.h9 extern void __noreturn die(const char *str, struct pt_regs *regs, long err,
/linux-4.4.14/arch/sparc/boot/
H A Dpiggyback.c68 static void die(const char *str) die() function
121 die(filename); get_start_end()
153 die("lseek"); get_hdrs_offset()
155 die(filename); get_hdrs_offset()
169 die("lseek"); get_hdrs_offset()
171 die(filename); get_hdrs_offset()
198 die(argv[4]); main()
206 die(argv[2]); main()
208 die(argv[2]); main()
226 die("lseek"); main()
241 die(argv[2]); main()
247 die("lseek"); main()
256 die(argv[2]); main()
261 die("lseek"); main()
263 die(argv[4]); main()
266 die(argv[2]); main()
268 die("close"); main()
270 die("close"); main()
/linux-4.4.14/drivers/block/aoe/
H A Daoemain.c24 static volatile ulong die; discover_timer() local
35 die = 0; discover_timer()
38 if (!die) { discover_timer()
48 die = 1; discover_timer()
/linux-4.4.14/arch/score/include/asm/
H A Dbug.h12 #define die(msg, regs) \ macro
/linux-4.4.14/arch/x86/boot/tools/
H A Dbuild.c130 static void die(const char * str, ...) die() function
141 die("Usage: build setup system zoffset.h image"); usage()
270 die("32-bit and 64-bit EFI entry points do not match\n"); efi_stub_entry_update()
310 die("Unable to open `%s': %m", fname); parse_zoffset()
313 die("read-error on `zoffset.h'"); parse_zoffset()
350 die("Unable to write `%s': %m", argv[4]); main()
355 die("Unable to open `%s': %m", argv[1]); main()
358 die("read-error on `setup'"); main()
360 die("The setup must be at least 1024 bytes"); main()
362 die("Boot block hasn't got boot flag (0xAA55)"); main()
384 die("Unable to open `%s': %m", argv[2]); main()
386 die("Unable to stat `%s': %m", argv[2]); main()
391 die("Unable to mmap '%s': %m", argv[2]); main()
407 die("Writing setup failed"); main()
412 die("Writing kernel failed"); main()
418 die("Writing padding failed"); main()
425 die("Writing CRC failed"); main()
429 die("Writing image failed"); main()
/linux-4.4.14/lib/
H A Dbust_spinlocks.c6 * bust_spinlocks() clears any spinlocks which would prevent oops, die(), BUG()
H A Dklist.c68 /* and no knode should die twice ever either, see we're very humane */ knode_kill()
/linux-4.4.14/arch/sh/kernel/
H A Dtraps.c17 void die(const char *str, struct pt_regs *regs, long err) die() function
60 die(str, regs, err); die_if_kernel()
79 die(str, regs, err); die_if_no_fixup()
106 die("Kernel BUG", regs, TRAPA_BUG_OPCODE & 0xff); handle_BUG()
180 die("Fatal Non-Maskable Interrupt", regs, SIGINT); BUILD_TRAP_HANDLER()
H A Dnmi_debug.c66 else if (strcmp(p, "die") == 0) nmi_debug_setup()
H A Dtraps_32.c280 die("delay-slot-insn faulting in handle_unaligned_delayslot", handle_delayslot()
547 die("unaligned program counter", regs, error_code); do_address_error()
556 die("insn faulting in do_address_error", regs, 0); do_address_error()
H A Dsmp.c100 pr_err("CPU %u didn't die...\n", cpu); native_cpu_die()
H A Dtraps_64.c378 die ("Misaligned FPU load inside kernel", regs, 0); misaligned_fpu_load()
451 die ("Misaligned FPU load inside kernel", regs, 0); misaligned_fpu_store()
/linux-4.4.14/scripts/dtc/
H A Dflattree.c385 die("Unknown device tree blob version %d\n", version); dt_to_blob()
436 die("Error writing device tree blob: %s\n", dt_to_blob()
439 die("Short write on device tree blob\n"); dt_to_blob()
476 die("Unknown device tree blob version %d\n", version); dt_to_asm()
594 die("Premature end of data parsing flat device tree\n"); flat_read_chunk()
618 die("Premature end of data parsing flat device tree\n"); flat_realign()
629 die("Premature end of data parsing flat device tree\n"); flat_read_string()
666 die("String offset %d overruns string table\n", flat_read_stringtable()
733 die("Path \"%s\" is not valid as a child of \"%s\"\n", nodename_from_path()
783 die("Premature FDT_END in device tree blob\n"); unflatten_tree()
795 die("Invalid opcode word %08x in device tree blob\n", unflatten_tree()
825 die("Error reading DT blob magic number: %s\n", dt_from_blob()
829 die("EOF reading DT blob magic number\n"); dt_from_blob()
831 die("Mysterious short read reading magic number\n"); dt_from_blob()
836 die("Blob has incorrect magic number\n"); dt_from_blob()
840 die("Error reading DT blob size: %s\n", strerror(errno)); dt_from_blob()
843 die("EOF reading DT blob size\n"); dt_from_blob()
845 die("Mysterious short read reading blob size\n"); dt_from_blob()
850 die("DT blob size (%d) is too small\n", totalsize); dt_from_blob()
863 die("EOF before reading %d bytes of DT blob\n", dt_from_blob()
868 die("Error reading DT blob: %s\n", dt_from_blob()
882 die("Mem Reserve structure offset exceeds total size\n"); dt_from_blob()
885 die("DT structure offset exceeds total size\n"); dt_from_blob()
888 die("String table offset exceeds total size\n"); dt_from_blob()
893 die("String table extends past total size\n"); dt_from_blob()
902 die("Structure block extends past total size\n"); dt_from_blob()
920 die("Device tree blob doesn't begin with FDT_BEGIN_NODE (begins with 0x%08x)\n", val); dt_from_blob()
926 die("Device tree blob doesn't end with FDT_END\n"); dt_from_blob()
H A Dfstree.c35 die("Couldn't opendir() \"%s\": %s\n", dirname, strerror(errno)); read_fstree()
49 die("stat(%s): %s\n", tmpname, strerror(errno)); read_fstree()
H A Ddtc.c174 die("Invalid argument \"%s\" to -H option\n", main()
206 die("Can't set both -p and -S\n"); main()
211 die("Couldn't open dependency file %s: %s\n", depname, main()
223 die("Unknown input format \"%s\"\n", inform); main()
244 die("Couldn't open output file %s: %s\n", main()
257 die("Unknown output format \"%s\"\n", outform); main()
H A Ddata.c109 die("Error reading file into data: %s", strerror(errno)); data_copy_file()
112 die("Overflow reading file into data\n"); data_copy_file()
196 die("Invalid literal size (%d)\n", bits); data_append_integer()
H A Dsrcpos.c128 die("Couldn't open \"%s\": %s\n", fname, srcfile_relative_open()
148 die("Includes nested too deeply"); srcfile_push()
171 die("Error closing \"%s\": %s\n", srcfile->name, srcfile_pop()
288 die("Couldn't allocate in srcpos string"); srcpos_string()
H A Dtreesource.c41 die("Unable to parse input tree\n"); dt_from_source()
44 die("Syntax error parsing input tree\n"); dt_from_source()
H A Dutil.h30 static inline void __attribute__((noreturn)) die(const char *str, ...) die() function
46 die("malloc() failed\n"); xmalloc()
56 die("realloc() failed (len=%d)\n", len); xrealloc()
H A Dsrcpos.h48 * die().
H A Ddtc-parser.y241 die("Couldn't seek to offset %llu in \"%s\": %s",
H A Dutil.c143 die("\\x used with no following hex digits\n"); get_hex_char()
/linux-4.4.14/arch/arm/mach-zynq/
H A Dslcr.c161 * 0 means cpu is running, 1 cpu is going to die.
163 * Return: true if cpu is running, false if cpu is going to die
178 * @die: cpu state - true if cpu is going to die
181 * 0 means cpu is running, 1 cpu is going to die.
183 void zynq_slcr_cpu_state_write(int cpu, bool die) zynq_slcr_cpu_state_write() argument
189 if (die) zynq_slcr_cpu_state_write()
H A Dcommon.h25 extern void zynq_slcr_cpu_state_write(int cpu, bool die);
H A Dplatsmp.c140 * zynq_cpu_die - Let a CPU core die
/linux-4.4.14/arch/microblaze/kernel/
H A Dexceptions.c39 void die(const char *str, struct pt_regs *fp, long err) die() function
65 die("Exception in kernel mode", regs, signr); _exception()
95 die("opcode exception", regs, SIGBUS); full_exception()
104 die("bus exception", regs, SIGBUS); full_exception()
113 die("bus exception", regs, SIGBUS); full_exception()
122 die("Divide by zero exception", regs, SIGBUS); full_exception()
/linux-4.4.14/drivers/scsi/
H A Dscript_asm.pl298 die "$0 : syntax error in line $lineno : $_
316 die "$0 : syntax error in line $lineno : $_
338 die "$0 : syntax error in line $lineno : $_
343 die "$0 : syntax error in line $lineno : $_
359 die "$0 : syntax error in line $lineno : $_
370 die "$0 : syntax error in line $lineno : $_
374 die "$0 : syntax error in line $lineno : $_
379 die "$0 : syntax error in line $lineno : $_
408 die "$0 : redefinition of symbol $1 in line $lineno : $_\n";
429 die "$0 : redefinition of symbol $id in line $lineno : $_\n";
432 die
446 die "$0 : redefinition of symbol $1 in line $lineno : $_\n";
451 die
462 die
508 die
534 die "- is not implemented yet.\n"
552 die
559 die
569 die
580 die
588 die
608 die
622 die
654 die
675 die
699 die
733 die
744 die
761 die
784 die
815 die
833 die
838 die
865 die "$0 : symbol $label has invalid reference at $1, size $2\n";
882 die
895 open (OUTPUT, ">$output") || die "$0 : can't open $output for writing\n";
896 open (OUTPUTU, ">$outputu") || die "$0 : can't open $outputu for writing\n";
/linux-4.4.14/drivers/sbus/char/
H A Dmax1617.h6 #define MAX1617_CPU_TEMP 0x01 /* Processor die temp in C */
/linux-4.4.14/arch/unicore32/include/asm/
H A Dbug.h18 extern void die(const char *msg, struct pt_regs *regs, int err);
/linux-4.4.14/arch/x86/include/asm/
H A Dkdebug.h25 extern void die(const char *, struct pt_regs *,long);
/linux-4.4.14/arch/arc/include/asm/
H A Dbug.h22 void die(const char *str, struct pt_regs *regs, unsigned long address);
/linux-4.4.14/arch/c6x/include/asm/
H A Dbug.h19 extern void die(char *str, struct pt_regs *fp, int nr);
/linux-4.4.14/fs/jffs2/
H A Dbackground.c117 goto die; jffs2_garbage_collect_thread()
140 goto die; jffs2_garbage_collect_thread()
157 goto die; jffs2_garbage_collect_thread()
160 die: jffs2_garbage_collect_thread()
H A Dnodelist.h91 uint32_t __totlen; /* This may die; use ref_totlen(c, jeb, ) below */
305 #define ALLOC_GC 2 /* Space requested for GC. Give it or die */
/linux-4.4.14/arch/h8300/mm/
H A Dfault.c22 void die(const char *str, struct pt_regs *fp, unsigned long err);
53 die("Oops", regs, error_code); do_page_fault()
/linux-4.4.14/arch/avr32/kernel/
H A Dtraps.c27 void die(const char *str, struct pt_regs *regs, long err) die() function
90 die("Unhandled exception in kernel mode", regs, signr); _exception()
112 die("Fatal Non-Maskable Interrupt", regs, SIGINT); do_nmi()
123 die("Critical exception", regs, SIGKILL); do_critical_exception()
205 die("Kernel BUG", regs, SIGKILL); do_illegal_opcode()
H A Dnmi_debug.c71 else if (strcmp(p, "die") == 0) nmi_debug_setup()
H A Dptrace.c337 die("Unhandled debug trap in kernel mode", do_debug()
/linux-4.4.14/arch/hexagon/kernel/
H A Dtraps.c198 int die(const char *str, struct pt_regs *regs, long err) die() function
203 } die = { die() local
204 .lock = __SPIN_LOCK_UNLOCKED(die.lock), die()
211 spin_lock_irq(&die.lock); die()
213 printk(KERN_EMERG "Oops: %s[#%d]:\n", str, ++die.counter); die()
226 spin_unlock_irq(&die.lock); die()
242 return die(str, regs, err); die_if_kernel()
292 * source module. For now, just die.
296 die("Cache Error", regs, 0); cache_error()
/linux-4.4.14/arch/arc/kernel/
H A Dtraps.c31 void die(const char *str, struct pt_regs *regs, unsigned long address) die() function
42 * -for kernel, chk if due to copy_(to|from)_user, otherwise die()
59 die(str, regs, (unsigned long)info->si_addr); unhandled_exception()
106 die("Machine Check Exception", regs, address); do_machine_check_fault()
/linux-4.4.14/arch/hexagon/include/asm/
H A Dtraps.h26 extern int die(const char *str, struct pt_regs *regs, long err);
/linux-4.4.14/arch/avr32/include/asm/
H A Dbug.h74 void die(const char *str, struct pt_regs *regs, long err);
/linux-4.4.14/arch/ia64/kernel/
H A Dtraps.c39 die (const char *str, struct pt_regs *regs, long err) die() function
45 } die = { die() local
46 .lock = __SPIN_LOCK_UNLOCKED(die.lock), die()
53 if (die.lock_owner != cpu) { die()
55 spin_lock_irq(&die.lock); die()
56 die.lock_owner = cpu; die()
57 die.lock_owner_depth = 0; die()
62 if (++die.lock_owner_depth < 3) { die()
71 printk(KERN_ERR "Recursive die() failure, output suppressed\n"); die()
74 die.lock_owner = -1; die()
76 spin_unlock_irq(&die.lock); die()
92 return die(str, regs, err); die_if_kernel()
H A Dirq.c194 * Now let processor die. We do irq disable and max_xtp() to fixup_irqs()
/linux-4.4.14/tools/testing/ktest/
H A Dktest.pl464 open(OUT, ">> $opt{LOG_FILE}") or die "Can't write to $opt{LOG_FILE}";
749 die "$name: $.: Option $lvalue defined more than once!\n$extra";
861 die "$name: $.: Unable to process comparison\n";
880 die ("$name: $.: Undefined content $val in if statement\n");
897 open($in, $config) || die "can't read file $config";
934 die "$name: $.: Can not specify both NUM_TESTS and TEST_START\n";
957 die "$name: $.: ELSE found with out matching IF section\n$_";
995 die "$name: $.: Gargbage found after $type\n$_";
1005 die "$name: $.: ELSE found with out matching IF section\n$_";
1028 die "$name: $.: Gargbage found after DEFAULTS\n$_";
1036 die "$name: $.: INCLUDE can only be done in default sections\n$_";
1051 die "$name: $.: Can't read file $file\n$_";
1083 die "$name: $.: $lvalue must be set in DEFAULTS section\n";
1088 die "$name: $.: Can not specify both NUM_TESTS and TEST_START\n";
1091 die "$name: $.: NUM_TESTS must be set in default section\n";
1123 die "$name: $.: Garbage found in config\n$_";
1309 die "Over 100 evaluations accurred with $option\n" .
1415 die @_, "\n";
1457 die "Can't open console $console";
1605 die "can't create $dir";
1618 die "failed to copy $source";
1772 or die "unable to get $grub_file";
1787 die "Could not find '$grub_menu' in $grub_file on $machine"
1815 or die "unable to get menu.lst";
1830 die "Could not find '$grub_menu' in /boot/grub/menu on $machine"
1938 die "unable to write to $dmesg";
2818 die "can't create bisect log";
2827 die "BISECT_GOOD[$i] not defined\n" if (!defined($bisect_good));
2828 die "BISECT_BAD[$i] not defined\n" if (!defined($bisect_bad));
2829 die "BISECT_TYPE[$i] not defined\n" if (!defined($bisect_type));
2892 die "Failed to checkout $bad";
2904 die "Failed to checkout $good";
2915 die "Failed to checkout $head";
3373 die "PATCHCHECK_START[$i] not defined\n"
3375 die "PATCHCHECK_TYPE[$i] not defined\n"
3389 die "PATCHCHECK_END must be defined with PATCHCHECK_CHERRY\n";
3453 die "Failed to checkout $sha1";
3544 or die "Can't open $kconfig";
3705 die "this should never happen";
3966 or die "Can't write to $temp_config";
3994 or die "Can't write to $temp_config";
4048 $#ARGV < 1 or die "ktest.pl version: $VERSION\n usage: ktest.pl [config-file]\n";
4063 open(OUT, ">$ktest_config") or die "Can not create $ktest_config";
4098 open(OUT, ">>$ktest_config") or die "Can not append to $ktest_config";
4204 chdir $builddir || die "can't change directory to $builddir";
4208 die "can't create $outputdir";
4239 die "can't create $tmpdir";
4312 die "failed to checkout $checkout";
/linux-4.4.14/arch/openrisc/kernel/
H A Dtraps.c249 void die(const char *str, struct pt_regs *regs, long err) die() function
273 die(str, regs, err); die_if_kernel()
280 die("Oops", regs, 9); unhandled_exception()
314 die("Die:", regs, address); do_unaligned_access()
333 die("Die:", regs, address); do_bus_fault()
353 die("Die:", regs, address); do_illegal_instruction()
/linux-4.4.14/arch/um/os-Linux/
H A Dutil.c116 * kernel wants to abort, not die through SIGTERM, so we os_dump_core()
131 * die by ptrace. Processes can survive what's been done to os_dump_core()
H A Dmain.c70 * handler is hanging for some reason, the UML will just die install_fatal_handler()
/linux-4.4.14/scripts/kconfig/
H A Dstreamline_config.pl118 open(my $infile, '-|', "$exec $file") || die "Failed to run $exec $file";
123 die "No config file found";
173 open(my $kinfile, '<', $source) || die "Can't open $kconfig";
300 open(my $infile, '<', $makefile) || die "Can't open $makefile";
359 die "$lsmod_file not found";
382 open($linfile, '-|', $lsmod) || die "Can not call lsmod with $lsmod";
469 die "this should never happen";
519 die "this should never happen";
/linux-4.4.14/arch/mips/dec/
H A Dkn02xa-berr.c117 * we must die. dec_kn02xa_be_interrupt()
124 die("Unrecoverable bus error", regs); dec_kn02xa_be_interrupt()
H A Dkn01-berr.c168 * we must die. dec_kn01_be_interrupt()
175 die("Unrecoverable bus error", regs); dec_kn01_be_interrupt()
H A Decc-berr.c213 * we must die. dec_ecc_be_interrupt()
220 die("Unrecoverable bus error", regs); dec_ecc_be_interrupt()
/linux-4.4.14/arch/m32r/mm/
H A Dfault-nommu.c31 extern void die(const char *, struct pt_regs *, long);
88 die("Oops", regs, error_code); do_page_fault()
H A Dfault.c34 extern void die(const char *, struct pt_regs *, long);
266 die("Oops", regs, error_code); do_page_fault()
284 /* Kernel mode? Handle exception or die */ do_page_fault()
/linux-4.4.14/arch/um/drivers/
H A Dstderr_console.c48 * impossible to open. My FC5 filesystem started having init die, and the
/linux-4.4.14/arch/sh/include/asm/
H A Dbug.h115 extern void die(const char *str, struct pt_regs *regs, long err) __attribute__ ((noreturn));
/linux-4.4.14/arch/microblaze/include/asm/
H A Dexceptions.h72 void die(const char *str, struct pt_regs *fp, long err);
/linux-4.4.14/arch/m32r/kernel/
H A Dtraps.c217 void die(const char * str, struct pt_regs * regs, long err) die() function
233 die(str, regs, err); die_if_kernel()
252 die(str, regs, error_code); do_trap()
314 die("insn faulting in do_address_error", regs, 0); do_alignment_check()
/linux-4.4.14/arch/arm64/include/asm/
H A Dsystem_misc.h32 void die(const char *msg, struct pt_regs *regs, int err);
H A Dalternative.h41 * but most assemblers die if insn1 or insn2 have a .inst. This should
H A Dcpu_ops.h37 * @cpu_disable: Prepares a cpu to die. May fail for some mechanism-specific
/linux-4.4.14/tools/perf/bench/
H A Dmem-functions.c71 die("No CONFIG_PERF_EVENTS=y kernel support configured?\n"); init_cycles()
199 die("memory allocation failed - maybe size is too large?\n"); memcpy_alloc_mem()
203 die("memory allocation failed - maybe size is too large?\n"); memcpy_alloc_mem()
297 die("memory allocation failed - maybe size is too large?\n"); memset_alloc_mem()
/linux-4.4.14/tools/perf/
H A Dperf.c318 die("Failed to run '%s' when expanding alias '%s'", handle_alias()
323 die("Bad alias.%s string", alias_command); handle_alias()
326 die("alias '%s' changes environment variables\n" handle_alias()
334 die("empty alias for %s", alias_command); handle_alias()
337 die("recursive alias: %s", alias_command); handle_alias()
475 die("unable to run '%s'", argv[0]); execv_dashed_external()
550 * die if that one cannot handle it. main()
/linux-4.4.14/arch/xtensa/kernel/
H A Dtraps.c9 * Complete output from die() by Ulf Carlsson, 1998
165 void die(const char*, struct pt_regs*, long);
171 die(str, regs, err); __die_if_kernel()
197 die("Caught multihit exception", regs, SIGKILL); do_multihit()
517 void die(const char * str, struct pt_regs * regs, long err) die() function
/linux-4.4.14/Documentation/dvb/
H A Dget_dvb_firmware42 die $@ if $@;
414 open IN, '<', $sourcefile or die "Couldn't open $sourcefile to extract $fwfile data\n";
447 die "Couldn't find valid register-value sequence in $sourcefile for $fwfile\n";
558 die "Ran out of data\n" if ($rcount != $chunklength);
824 die "This firmware requires the unzip command - see ftp://ftp.info-zip.org/pub/infozip/UnZip.html\n";
827 die "This firmware requires the md5sum command - see http://www.gnu.org/software/coreutils/\n";
830 die "This firmware requires the wget command - see http://wget.sunsite.dk/\n";
836 die "This firmware requires the unshield command - see http://sourceforge.net/projects/synce/\n";
844 system("wget -O \"$sourcefile\" \"$url\"") and die "wget failed - unable to download firmware";
853 die ("unzip failed - unable to extract firmware");
860 system("unshield x -d \"$todir\" \"$sourcefile\" > /dev/null" ) and die ("unshield failed - unable to extract firmware");
872 die "Hash of extracted file does not match!\n" if ($testhash ne $hash);
878 system("cp -f \"$from\" \"$to\"") and die ("cp failed");
894 die "Ran out of data\n" if ($rcount != $chunklength);
/linux-4.4.14/arch/x86/boot/
H A Dheader.S517 .globl die
518 .type die, @function
519 die: label
521 jmp die
523 .size die, .-die
H A Dpm.c112 die(); go_to_protected_mode()
H A Dmain.c152 die(); main()
H A Dboot.h307 void __attribute__((noreturn)) die(void);
/linux-4.4.14/drivers/mtd/onenand/
H A Donenand_base.c50 "DIE_BDRY: SLC boundary of the die"
92 * 4Gb M-die OneNAND Flash (KFM4G16Q4M, KFN8G16Q4M). Rev. 1.3, Apr. 2010
275 unsigned boundary, blk, die = 0; flexonenand_block() local
278 die = 1; flexonenand_block()
282 boundary = this->boundary[die]; flexonenand_block()
288 blk += die ? this->density_mask : 0; flexonenand_block()
309 int die = 0, boundary; flexonenand_addr() local
313 die = 1; flexonenand_addr()
317 boundary = this->boundary[die]; flexonenand_addr()
386 /* addr contains die index */ onenand_command()
3515 unsigned die, bdry; flexonenand_get_boundary() local
3522 for (die = 0; die < this->dies; die++) { flexonenand_get_boundary()
3523 this->command(mtd, FLEXONENAND_CMD_PI_ACCESS, die, 0); flexonenand_get_boundary()
3526 this->command(mtd, FLEXONENAND_CMD_READ_PI, die, 0); flexonenand_get_boundary()
3534 this->boundary[die] = bdry & FLEXONENAND_PI_MASK; flexonenand_get_boundary()
3539 printk(KERN_INFO "Die %d boundary: %d%s\n", die, flexonenand_get_boundary()
3540 this->boundary[die], locked ? "(Locked)" : "(Unlocked)"); flexonenand_get_boundary()
3556 int die, i, eraseshift, density; flexonenand_get_size() local
3570 die = ofs = 0; flexonenand_get_size()
3572 for (; die < this->dies; die++) { flexonenand_get_size()
3573 if (!die || this->boundary[die-1] != maxbdry) { flexonenand_get_size()
3578 this->boundary[die] + 1; flexonenand_get_size()
3584 this->boundary[die] + 1; flexonenand_get_size()
3585 ofs += (this->boundary[die] + 1) << (eraseshift - 1); flexonenand_get_size()
3587 if (this->boundary[die] != maxbdry) { flexonenand_get_size()
3592 this->boundary[die]; flexonenand_get_size()
3612 for (die = 0, mtd->size = 0; die < this->dies; die++) { flexonenand_get_size()
3613 this->diesize[die] = (loff_t)blksperdie << this->erase_shift; flexonenand_get_size()
3614 this->diesize[die] -= (loff_t)(this->boundary[die] + 1) flexonenand_get_size()
3616 mtd->size += this->diesize[die]; flexonenand_get_size()
3681 static int flexonenand_set_boundary(struct mtd_info *mtd, int die, flexonenand_set_boundary() argument
3689 if (die && (!ONENAND_IS_DDP(this))) flexonenand_set_boundary()
3693 if (boundary < 0 || boundary == this->boundary[die]) flexonenand_set_boundary()
3707 old = this->boundary[die] + (die * this->density_mask); flexonenand_set_boundary()
3708 new = boundary + (die * this->density_mask); flexonenand_set_boundary()
3716 this->command(mtd, FLEXONENAND_CMD_PI_ACCESS, die, 0); flexonenand_set_boundary()
3720 this->command(mtd, FLEXONENAND_CMD_READ_PI, die, 0); flexonenand_set_boundary()
3730 printk(KERN_INFO "Changing die %d boundary: %d%s\n", flexonenand_set_boundary()
3731 die, boundary, lock ? "(Locked)" : "(Unlocked)"); flexonenand_set_boundary()
3733 addr = die ? this->diesize[0] : 0; flexonenand_set_boundary()
3742 __func__, die); flexonenand_set_boundary()
3751 __func__, die); flexonenand_set_boundary()
3755 this->command(mtd, FLEXONENAND_CMD_PI_UPDATE, die, 0); flexonenand_set_boundary()
/linux-4.4.14/arch/mips/include/asm/
H A Dptrace.h167 extern void die(const char *, struct pt_regs *) __noreturn;
172 die(str, regs); die_if_kernel()
/linux-4.4.14/arch/metag/mm/
H A Dfault.c219 /* Kernel mode? Handle exceptions or die */ do_page_fault()
243 die("Oops", regs, (write_access << 15) | trapno, address); do_page_fault()
/linux-4.4.14/arch/nios2/kernel/
H A Dtraps.c37 void die(const char *str, struct pt_regs *regs, long err) die() function
54 die("Exception in kernel mode", regs, signo); _exception()
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dclk.h98 /*XXX: die, these are here *only* to support the completely
/linux-4.4.14/arch/powerpc/include/asm/
H A Dbug.h135 extern void die(const char *, struct pt_regs *, long);
H A Dthread_info.h102 #define TIF_ELF2ABI 18 /* function descriptors must die! */
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Dsocket.h24 SIGPIPE when they die. */
/linux-4.4.14/arch/s390/kernel/
H A Dentry.h60 void die(struct pt_regs *regs, const char *str);
H A Dtraps.c81 die(regs, str); do_report_trap()
118 die(regs, "Unknown program exception"); default_trap_handler()
H A Ddumpstack.c170 void die(struct pt_regs *regs, const char *str) die() function
/linux-4.4.14/arch/arm/include/asm/
H A Dbug.h65 void die(const char *msg, struct pt_regs *regs, int err);
/linux-4.4.14/tools/perf/scripts/perl/
H A Drw-by-file.pl23 my $for_comm = shift or die $usage;
H A Drwtop.pl97 POSIX::sigaction(SIGALRM, $sa) or die "Can't set SIGALRM handler: $!\n";
/linux-4.4.14/drivers/crypto/vmx/
H A Dghashp8-ppc.pl36 } else { die "nonsense $flavour"; }
41 die "can't locate ppc-xlate.pl";
43 open STDOUT,"| $^X $xlate $flavour $output" || die "can't call $xlate: $!";
H A Dppc-xlate.pl7 open STDOUT,">$output" || die "can't open $output: $!";
/linux-4.4.14/arch/unicore32/kernel/
H A Dtraps.c215 void die(const char *str, struct pt_regs *regs, int err) die() function
249 die(str, regs, err); uc32_notify_die()
264 die("Oops - bad mode", regs, 0); bad_mode()
/linux-4.4.14/arch/xtensa/mm/
H A Dfault.c197 /* Kernel mode? Handle exceptions or die */ do_page_fault()
245 extern void die(const char*, struct pt_regs*, long); bad_page_fault()
265 die("Oops", regs, sig); bad_page_fault()
/linux-4.4.14/arch/powerpc/platforms/cell/
H A Dcbe_regs.c212 /* That hack must die die die ! */ cbe_fill_regs_map()
/linux-4.4.14/arch/avr32/mm/
H A Dfault.c226 die("Kernel access of bad area", regs, signr); do_page_fault()
243 /* Kernel mode? Handle exceptions or die */ do_page_fault()
267 die("Bus Error", regs, SIGKILL); do_bus_error()
/linux-4.4.14/Documentation/trace/postprocess/
H A Dtrace-pagealloc-postprocess.pl124 die("Fewer fields than expected in format");
161 die("Failed to math stat line for process name :: $statline");
176 die("Failed to match stat line process ppid:: $statline");
H A Dtrace-vmscan-postprocess.pl178 die("Fewer fields than expected in format");
253 die("Failed to math stat line for process name :: $statline");
/linux-4.4.14/drivers/net/ethernet/sfc/
H A Dmcdi_mon.c79 SENSOR(VREG_INTERNAL_TEMP, "Regulator die temp.", TEMP, -1),
85 "Controller die temp. (int. ADC)", TEMP, -1),
89 "Controller die temp. (ext. ADC)", TEMP, -1),
92 SENSOR(VDD08D_VSS08D_CSR, "0.9V die (int. ADC)", IN, -1),
93 SENSOR(VDD08D_VSS08D_CSR_EXTADC, "0.9V die (ext. ADC)", IN, -1),
/linux-4.4.14/arch/powerpc/kernel/
H A Dtraps.c159 crash_fadump(regs, "die oops"); oops_end()
223 void die(const char *str, struct pt_regs *regs, long err) die() function
250 die("Exception in kernel mode", regs, signr); _exception()
280 die("System Reset", regs, SIGABRT); system_reset_exception()
282 /* Must die if the interrupt is not recoverable */ system_reset_exception()
738 die("Machine check", regs, SIGBUS); machine_check_exception()
740 /* Must die if the interrupt is not recoverable */ machine_check_exception()
750 die("System Management Interrupt", regs, SIGABRT); SMIException()
1197 die("Unrecoverable exception", regs, SIGABRT); program_check_exception()
1313 die("nonrecoverable exception", regs, SIGKILL); nonrecoverable_exception()
1329 die("Unrecoverable FP Unavailable Exception", regs, SIGABRT); kernel_fp_unavailable_exception()
1347 die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT); altivec_unavailable_exception()
1364 die("Unrecoverable VSX Unavailable Exception", regs, SIGABRT); vsx_unavailable_exception()
1454 die("Unexpected facility unavailable exception", regs, SIGABRT); facility_unavailable_exception()
1571 die("Kernel Mode Unimplemented Instruction or SW FPU Emulation", SoftwareEmulation()
1721 die("Kernel VMX/Altivec assist exception", regs, SIGILL); altivec_assist_exception()
1852 die("Unrecoverable exception", regs, SIGABRT); unrecoverable_exception()
1882 die("Bad kernel stack pointer", regs, SIGABRT); kernel_bad_stack()
/linux-4.4.14/fs/lockd/
H A Dclntproc.c696 goto die; nlmclnt_unlock_callback()
703 goto die; nlmclnt_unlock_callback()
714 die: nlmclnt_unlock_callback()
763 goto die; nlmclnt_cancel_callback()
788 die: nlmclnt_cancel_callback()
794 goto die; nlmclnt_cancel_callback()
/linux-4.4.14/arch/sh/mm/
H A Dfault.c244 die("Oops", regs, error_code); no_context()
313 /* Kernel mode? Handle exceptions or die: */ do_sigbus()
340 /* Kernel mode? Handle exceptions or die: */ mm_fault_error()
/linux-4.4.14/arch/openrisc/mm/
H A Dfault.c38 extern void die(char *, struct pt_regs *, long);
259 die("Oops", regs, write_acc); do_page_fault()
291 /* Kernel mode? Handle exceptions or die */ do_page_fault()
/linux-4.4.14/fs/ntfs/
H A Drunlist.h66 LCN_HOLE = -1, /* Keep this as highest value or die! */
/linux-4.4.14/arch/h8300/kernel/
H A Dtraps.c98 void die(const char *str, struct pt_regs *fp, unsigned long err) die() function
/linux-4.4.14/tools/testing/selftests/timers/
H A Dthreadtest.c200 /* die */ main()
/linux-4.4.14/arch/x86/kernel/
H A Dtraps.c205 die(str, regs, error_code); do_trap_no_signal()
255 * kernelspace faults which result in die(), but not do_trap()
256 * kernelspace faults which are fixed up. die() gives the do_trap()
358 die(str, regs, error_code); do_double_fault()
374 die("bounds", regs, error_code); do_bounds()
424 die("bounds", regs, error_code); do_bounds()
463 die("general protection fault", regs, error_code); do_general_protection()
705 die(str, regs, error_code); math_error()
H A Ddumpstack.c306 void die(const char *str, struct pt_regs *regs, long err) die() function
/linux-4.4.14/arch/score/mm/
H A Dfault.c169 die("Oops", regs); do_page_fault()
184 /* Kernel mode? Handle exceptions or die */ do_page_fault()
/linux-4.4.14/arch/mips/mm/
H A Dfault.c251 die("Oops", regs); __do_page_fault()
267 /* Kernel mode? Handle exceptions or die */ __do_page_fault()
/linux-4.4.14/arch/mips/mti-malta/
H A Dmalta-int.c138 pr_emerg("CoreHI interrupt, shouldn't happen, we die here!\n"); corehi_irqdispatch()
184 die("CoreHi interrupt", regs); corehi_irqdispatch()
H A Dmalta-init.c285 while (1); /* We die here... */ prom_init()
/linux-4.4.14/arch/ia64/mm/
H A Dfault.c19 extern int die(char *, struct pt_regs *, long);
296 if (die("Oops", regs, isr)) ia64_do_page_fault()
/linux-4.4.14/arch/mn10300/kernel/
H A Dtraps.c194 /* make the process die as the last resort */ die_if_no_fixup()
195 die(str, regs, code); die_if_no_fixup()
407 void die(const char *str, struct pt_regs *regs, enum exception_code code) die() function
/linux-4.4.14/arch/arm64/kernel/
H A Dtraps.c238 void die(const char *str, struct pt_regs *regs, int err) die() function
274 die(str, regs, err); arm64_notify_die()
498 die("Oops - BUG", regs, 0); bug_handler()
/linux-4.4.14/include/video/
H A Dneomagic.h165 u8 *cursorPad; /* Must die !! */
/linux-4.4.14/include/linux/power/
H A Dsmb347-charger.h55 * @chip_temp_threshold: die temperature where device starts limiting charge
/linux-4.4.14/arch/s390/mm/
H A Dfault.c280 die(regs, "Oops"); do_no_context()
290 die (regs, "Low-address protection"); do_low_address()
343 /* Kernel mode? Handle exceptions or die */ do_fault_error()
349 /* Kernel mode? Handle exceptions or die */ do_fault_error()
/linux-4.4.14/arch/mn10300/include/asm/
H A Dexceptions.h112 extern void die(const char *, struct pt_regs *, enum exception_code)
/linux-4.4.14/arch/hexagon/mm/
H A Dvm_fault.c179 die("Bad Kernel VA", regs, SIGKILL); do_page_fault()
/linux-4.4.14/tools/perf/tests/
H A Dattr.c136 die("test attr FAILED"); test_attr__open()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/
H A Dlib.c128 * We are just here to eat cpu and die. So make sure we can be killed, eat_cpu_child()
/linux-4.4.14/arch/powerpc/mm/
H A Dicswx.c210 * kernel access, for now we just die */ acop_handle_fault()
211 die("ICSWX from kernel failed", regs, SIGSEGV); acop_handle_fault()
H A Dfault.c287 die("Weird page fault", regs, SIGSEGV); do_page_fault()
547 die("Kernel access of bad area", regs, sig); bad_page_fault()
/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Dhotplug-cpu.c103 printk("cpu %u (hwid %u) Ready to die...\n", rtas_stop_self()
188 * pseries_cpu_die: Wait for the cpu to die.
/linux-4.4.14/arch/microblaze/mm/
H A Dfault.c79 die("kernel access of bad area", regs, sig); bad_page_fault()
120 die("Weird page fault", regs, SIGSEGV); do_page_fault()
/linux-4.4.14/arch/mn10300/mm/
H A Dfault.c343 die("Oops", regs, fault_code); do_page_fault()
371 /* Kernel mode? Handle exceptions or die */ do_page_fault()
/linux-4.4.14/arch/arm/mach-omap2/
H A Dclockdomains3xxx_data.c284 * The die-to-die clockdomain was documented in the 34xx ES1 TRM, but
/linux-4.4.14/arch/arm/kernel/
H A Dtraps.c319 void die(const char *str, struct pt_regs *regs, int err) die() function
345 die(str, regs, err); arm_notify_die()
501 die("Oops - bad mode", regs, 0); bad_mode()
/linux-4.4.14/drivers/platform/x86/
H A Dintel_mid_thermal.c78 /* MSIC die attributes */
139 /* Direct conversion for die temperature */ adc_to_temp()
H A Dacerhdf.c59 * measured by the on-die thermal monitor are within 0 <= Tj <= 90. So,
73 * Maximum interval between two temperature checks is 15 seconds, as the die
/linux-4.4.14/arch/c6x/kernel/
H A Dtraps.c71 void die(char *str, struct pt_regs *fp, int nr) die() function
91 die(str, fp, nr); die_if_kernel()
/linux-4.4.14/tools/usb/
H A Dffs-test.c94 #define die(...) (_msg(2, __VA_ARGS__), exit(1)) macro
103 die(__VA_ARGS__); \
/linux-4.4.14/arch/tile/kernel/
H A Dcompat_signal.c170 * will die with SIGSEGV. compat_get_sigframe()
H A Dsignal.c128 * will die with SIGSEGV. get_sigframe()
H A Dtraps.c298 do_exit(SIGKILL); /* FIXME: implement i386 die() */ do_trap()
/linux-4.4.14/arch/arc/mm/
H A Dfault.c218 die("Oops", regs, address); do_page_fault()
/linux-4.4.14/fs/jfs/
H A Djfs_incore.h100 u32 dev; /* will die when we get wide dev_t */
/linux-4.4.14/kernel/sched/
H A Didle.c284 * This #ifdef needs to die, but it's too late in the cycle to cpu_startup_entry()
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_da_btree.h97 #define XFS_DA_OP_OKNOENT 0x0008 /* lookup/add op, ENOENT ok, else die */
/linux-4.4.14/include/linux/
H A Dcpu.h102 #define CPU_BROKEN 0x000C /* CPU (unsigned)v did not die properly,
H A Dkdb.h114 * kernel 'die' panic function.
/linux-4.4.14/arch/score/kernel/
H A Dtraps.c287 die("NMI", regs); nmi_exception_handler()
/linux-4.4.14/arch/sparc/include/asm/
H A Dprocessor_64.h64 /* XXX This should die, everything can go into thread_info now. */
/linux-4.4.14/arch/nios2/mm/
H A Dfault.c230 /* Kernel mode? Handle exceptions or die */ do_page_fault()
/linux-4.4.14/arch/frv/mm/
H A Dfault.c281 /* Kernel mode? Handle exceptions or die */ do_page_fault()
/linux-4.4.14/arch/arm/mach-omap1/
H A Did.c165 /* Check if we can find the die revision */ omap_check_revision()
/linux-4.4.14/arch/arm/mach-bcm/
H A Dplatsmp-brcmstb.c198 /* Sit and wait to die */ brcmstb_cpu_die()
/linux-4.4.14/drivers/watchdog/
H A Dbcm63xx_wdt.c77 die(PFX " fire", regs); bcm63xx_wdt_isr()
/linux-4.4.14/drivers/hwmon/pmbus/
H A Dltc2978.c70 #define LTC2980_ID_A 0x8030 /* A/B for two die IDs */
78 #define LTM2987_ID_A 0x8010 /* A/B for two die IDs */
/linux-4.4.14/arch/arm/mm/
H A Dfault.c150 die("Oops", regs, fsr); __do_kernel_fault()
598 * on the boot CPU. This makes sure that the machine will not die if the
/linux-4.4.14/drivers/mtd/maps/
H A Dphysmap_of.c186 * consists internally of 2 non-identical NOR chips on one die. of_flash_probe()
/linux-4.4.14/drivers/pnp/pnpbios/
H A Dbioscalls.c276 * Note that some PnP BIOSes (e.g., on Sony Vaio laptops) die a horrible
/linux-4.4.14/arch/sparc/kernel/
H A Dwuf.S24 /* Don't touch the above registers or else you die horribly... */
/linux-4.4.14/arch/unicore32/mm/
H A Dalignment.c449 * We got a fault - fix it up, or die. do_alignment()
H A Dfault.c110 die("Oops", regs, fsr); __do_kernel_fault()
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
H A Dmce-severity.c197 /* Processor Context Corrupt, no need to fumble too much, die! */ mce_severity_amd()
/linux-4.4.14/arch/x86/mm/
H A Dmmio-mod.c118 * unmatched order. Report and die.
H A Dfault.c860 /* Kernel mode? Handle exceptions or die: */ do_sigbus()
895 /* Kernel mode? Handle exceptions or die: */ mm_fault_error()
1266 /* Not returning to user mode? Handle exceptions or die: */ __do_page_fault()
/linux-4.4.14/arch/m68k/sun3/
H A Dmmu_emu.c239 die first */
/linux-4.4.14/arch/cris/mm/
H A Dfault.c305 /* Kernel mode? Handle exceptions or die */ do_page_fault()
/linux-4.4.14/arch/arm/mach-u300/
H A Dcore.c316 /* Wait for system do die/reset. */ u300_restart()
/linux-4.4.14/drivers/staging/sm750fb/
H A Dsm750.c191 * If not use spin_lock,system will die if user load driver lynxfb_ops_fillrect()
225 * If not use spin_lock, system will die if user load driver lynxfb_ops_copyarea()
274 * If not use spin_lock, system will die if user load driver lynxfb_ops_imageblit()
/linux-4.4.14/drivers/hv/
H A Dvmbus_drv.c58 * We prefer to report panic on 'die' chain as we have proper hyperv_report_panic()
92 struct die_args *die = (struct die_args *)args; hyperv_die_event() local
93 struct pt_regs *regs = die->regs; hyperv_die_event()
/linux-4.4.14/arch/tile/mm/
H A Dfault.c543 * implement a generic die() routine. Not today. handle_page_fault()
546 die("Oops", regs); handle_page_fault()
566 /* Kernel mode? Handle exceptions or die */ handle_page_fault()
/linux-4.4.14/drivers/net/wan/
H A Dz85230.c625 * (eg the MacII) we must clear the interrupt cause or die.
654 * (eg the MacII) we must clear the interrupt cause or die.
669 * (eg the MacII) we must clear the interrupt cause or die.
/linux-4.4.14/Documentation/video4linux/
H A Dextract_xc3028.pl33 die "This firmware requires the md5sum command - see http://www.gnu.org/software/coreutils/\n";
41 die "Hash of extracted file does not match (found $testhash, expected $hash!\n" if ($testhash ne $hash);
56 die "Ran out of data\n" if ($rcount != $chunklength);
/linux-4.4.14/kernel/
H A Dexit.c121 * Accumulate here the counters for all threads as they die. We could __exit_signal()
481 * When we die, we re-parent all our children, and try to:
1115 /* We dropped tasklist, ptracer could die and untrace */ wait_task_zombie()
/linux-4.4.14/arch/sparc/mm/
H A Dfault_64.c542 /* Kernel mode? Handle exceptions or die */ do_sparc64_fault()

Completed in 5366 milliseconds

12