die                19 arch/arc/include/asm/bug.h void die(const char *str, struct pt_regs *regs, unsigned long address);
die                57 arch/arc/kernel/traps.c 		die(str, regs, (unsigned long)addr);
die               100 arch/arc/kernel/traps.c 	die("Unhandled Machine Check Exception", regs, address);
die               203 arch/arc/mm/fault.c 	die("Oops", regs, address);
die                25 arch/arc/plat-eznps/mtm.c 	die("Invalid Mem Access", regs, address);
die                63 arch/arm/include/asm/bug.h void die(const char *msg, struct pt_regs *regs, int err);
die               374 arch/arm/kernel/traps.c 		die(str, regs, err);
die               526 arch/arm/kernel/traps.c 	die("Oops - bad mode", regs, 0);
die                17 arch/arm/mach-zynq/common.h extern void zynq_slcr_cpu_state_write(int cpu, bool die);
die               175 arch/arm/mach-zynq/slcr.c void zynq_slcr_cpu_state_write(int cpu, bool die)
die               181 arch/arm/mach-zynq/slcr.c 	if (die)
die               125 arch/arm/mm/fault.c 	die("Oops", regs, fsr);
die                21 arch/arm64/include/asm/system_misc.h void die(const char *msg, struct pt_regs *regs, int err);
die               267 arch/arm64/kernel/traps.c 		die(str, regs, err);
die               960 arch/arm64/kernel/traps.c 		die("Oops - BUG", regs, 0);
die              1013 arch/arm64/kernel/traps.c 		die("Oops - KASAN", regs, 0);
die               297 arch/arm64/mm/fault.c 	die("Oops", regs, esr);
die                16 arch/c6x/include/asm/bug.h extern void die(char *str, struct pt_regs *fp, int nr);
die                88 arch/c6x/kernel/traps.c 	die(str, fp, nr);
die                11 arch/h8300/include/asm/bug.h extern void die(const char *str, struct pt_regs *fp, unsigned long err);
die                23 arch/h8300/mm/fault.c void die(const char *str, struct pt_regs *fp, unsigned long err);
die                54 arch/h8300/mm/fault.c 		die("Oops", regs, error_code);
die                13 arch/hexagon/include/asm/traps.h extern int die(const char *str, struct pt_regs *regs, long err);
die               192 arch/hexagon/kernel/traps.c 	} die = {
die               193 arch/hexagon/kernel/traps.c 		.lock = __SPIN_LOCK_UNLOCKED(die.lock),
die               200 arch/hexagon/kernel/traps.c 	spin_lock_irq(&die.lock);
die               202 arch/hexagon/kernel/traps.c 	printk(KERN_EMERG "Oops: %s[#%d]:\n", str, ++die.counter);
die               215 arch/hexagon/kernel/traps.c 	spin_unlock_irq(&die.lock);
die               231 arch/hexagon/kernel/traps.c 		return die(str, regs, err);
die               285 arch/hexagon/kernel/traps.c 	die("Cache Error", regs, 0);
die               161 arch/hexagon/mm/vm_fault.c 	die("Bad Kernel VA", regs, SIGKILL);
die                49 arch/ia64/kernel/traps.c 	} die = {
die                50 arch/ia64/kernel/traps.c 		.lock =	__SPIN_LOCK_UNLOCKED(die.lock),
die                57 arch/ia64/kernel/traps.c 	if (die.lock_owner != cpu) {
die                59 arch/ia64/kernel/traps.c 		spin_lock_irq(&die.lock);
die                60 arch/ia64/kernel/traps.c 		die.lock_owner = cpu;
die                61 arch/ia64/kernel/traps.c 		die.lock_owner_depth = 0;
die                66 arch/ia64/kernel/traps.c 	if (++die.lock_owner_depth < 3) {
die                78 arch/ia64/kernel/traps.c 	die.lock_owner = -1;
die                80 arch/ia64/kernel/traps.c 	spin_unlock_irq(&die.lock);
die                96 arch/ia64/kernel/traps.c 		return die(str, regs, err);
die                22 arch/ia64/mm/fault.c extern int die(char *, struct pt_regs *, long);
die               271 arch/ia64/mm/fault.c 	if (die("Oops", regs, isr))
die                72 arch/microblaze/include/asm/exceptions.h void die(const char *str, struct pt_regs *fp, long err);
die                64 arch/microblaze/kernel/exceptions.c 		die("Exception in kernel mode", regs, signr);
die                90 arch/microblaze/kernel/exceptions.c 		die("opcode exception", regs, SIGBUS);
die                99 arch/microblaze/kernel/exceptions.c 		die("bus exception", regs, SIGBUS);
die               108 arch/microblaze/kernel/exceptions.c 		die("bus exception", regs, SIGBUS);
die               117 arch/microblaze/kernel/exceptions.c 		die("Divide by zero exception", regs, SIGBUS);
die                79 arch/microblaze/mm/fault.c 	die("kernel access of bad area", regs, sig);
die               119 arch/microblaze/mm/fault.c 		die("Weird page fault", regs, SIGSEGV);
die                56 arch/mips/boot/tools/relocs.c 		die("%s", errbuf);
die               208 arch/mips/boot/tools/relocs.c 		die("Cannot read ELF header: %s\n", strerror(errno));
die               211 arch/mips/boot/tools/relocs.c 		die("No ELF magic\n");
die               214 arch/mips/boot/tools/relocs.c 		die("Not a %d bit executable\n", ELF_BITS);
die               218 arch/mips/boot/tools/relocs.c 		die("Unknown ELF Endianness\n");
die               221 arch/mips/boot/tools/relocs.c 		die("Unknown ELF version\n");
die               239 arch/mips/boot/tools/relocs.c 		die("Unsupported ELF header type\n");
die               242 arch/mips/boot/tools/relocs.c 		die("Not for %s\n", ELF_MACHINE_NAME);
die               245 arch/mips/boot/tools/relocs.c 		die("Unknown ELF version\n");
die               248 arch/mips/boot/tools/relocs.c 		die("Bad Elf header size\n");
die               251 arch/mips/boot/tools/relocs.c 		die("Bad program header entry\n");
die               254 arch/mips/boot/tools/relocs.c 		die("Bad section header entry\n");
die               257 arch/mips/boot/tools/relocs.c 		die("String table index out of bounds\n");
die               267 arch/mips/boot/tools/relocs.c 		die("Unable to allocate %d section headers\n", ehdr.e_shnum);
die               270 arch/mips/boot/tools/relocs.c 		die("Seek to %d failed: %s\n", ehdr.e_shoff, strerror(errno));
die               277 arch/mips/boot/tools/relocs.c 			die("Cannot read ELF section headers %d/%d: %s\n",
die               306 arch/mips/boot/tools/relocs.c 			die("malloc of %d bytes for strtab failed\n",
die               310 arch/mips/boot/tools/relocs.c 			die("Seek to %d failed: %s\n",
die               315 arch/mips/boot/tools/relocs.c 			die("Cannot read symbol table: %s\n", strerror(errno));
die               330 arch/mips/boot/tools/relocs.c 			die("malloc of %d bytes for symtab failed\n",
die               334 arch/mips/boot/tools/relocs.c 			die("Seek to %d failed: %s\n",
die               339 arch/mips/boot/tools/relocs.c 			die("Cannot read symbol table: %s\n", strerror(errno));
die               361 arch/mips/boot/tools/relocs.c 			die("Could not find .text section\n");
die               374 arch/mips/boot/tools/relocs.c 			die("malloc of %d bytes for relocs failed\n",
die               378 arch/mips/boot/tools/relocs.c 			die("Seek to %d failed: %s\n",
die               383 arch/mips/boot/tools/relocs.c 			die("Cannot read symbol table: %s\n", strerror(errno));
die               419 arch/mips/boot/tools/relocs.c 			die("Seek to %d failed: %s\n",
die               423 arch/mips/boot/tools/relocs.c 			die("Cannot read ELF section headers %d/%d: %s\n",
die               433 arch/mips/boot/tools/relocs.c 			die("Seek to %d failed: %s\n",
die               437 arch/mips/boot/tools/relocs.c 			die("Cannot write ELF section headers %d/%d: %s\n",
die               450 arch/mips/boot/tools/relocs.c 		die("Kernel image exceeds maximum size for relocation!\n");
die               459 arch/mips/boot/tools/relocs.c 			die("realloc failed\n");
die               543 arch/mips/boot/tools/relocs.c 		die("Unsupported relocation type: %s (%d)\n",
die               582 arch/mips/boot/tools/relocs.c 		die("Could not find relocation section\n");
die               608 arch/mips/boot/tools/relocs.c 			die("Seek to %d failed: %s\n",
die               625 arch/mips/boot/tools/relocs.c 		die("Relocations overflow available space!\n" \
die                19 arch/mips/boot/tools/relocs.h void die(char *fmt, ...);
die                26 arch/mips/boot/tools/relocs_main.c 	die("relocs [--reloc-info|--text|--bin|--keep] vmlinux\n");
die                73 arch/mips/boot/tools/relocs_main.c 		die("Cannot open %s: %s\n", fname, strerror(errno));
die                76 arch/mips/boot/tools/relocs_main.c 		die("Cannot read %s: %s", fname, strerror(errno));
die               216 arch/mips/dec/ecc-berr.c 	die("Unrecoverable bus error", regs);
die               171 arch/mips/dec/kn01-berr.c 	die("Unrecoverable bus error", regs);
die               120 arch/mips/dec/kn02xa-berr.c 	die("Unrecoverable bus error", regs);
die               167 arch/mips/include/asm/ptrace.h 		die(str, regs);
die              1919 arch/mips/kernel/traps.c 	die(str, regs);
die               247 arch/mips/mm/fault.c 	die("Oops", regs);
die               138 arch/mips/mti-malta/malta-int.c 	die("CoreHi interrupt", regs);
die                43 arch/mips/tools/elf-entry.c 		die("Usage: elf-entry <elf-file>\n");
die                58 arch/mips/tools/elf-entry.c 		die("Input is not an ELF\n");
die                70 arch/mips/tools/elf-entry.c 			die("Invalid ELF encoding\n");
die                86 arch/mips/tools/elf-entry.c 			die("Invalid ELF encoding\n");
die                91 arch/mips/tools/elf-entry.c 		die("Invalid ELF class\n");
die               190 arch/nds32/kernel/traps.c EXPORT_SYMBOL(die);
die               197 arch/nds32/kernel/traps.c 	die(str, regs, err);
die               282 arch/nds32/kernel/traps.c 			die("unexpected kernel_trap", regs, 0);
die                17 arch/nds32/mm/fault.c extern void die(const char *str, struct pt_regs *regs, long err);
die               312 arch/nds32/mm/fault.c 	die("Oops", regs, error_code);
die                49 arch/nios2/kernel/traps.c 		die("Exception in kernel mode", regs, signo);
die               230 arch/openrisc/kernel/traps.c 	die(str, regs, err);
die               237 arch/openrisc/kernel/traps.c 	die("Oops", regs, 9);
die               260 arch/openrisc/kernel/traps.c 		die("Die:", regs, address);
die               273 arch/openrisc/kernel/traps.c 		die("Die:", regs, address);
die               469 arch/openrisc/kernel/traps.c 		die("Die:", regs, address);
die                34 arch/openrisc/mm/fault.c extern void die(char *, struct pt_regs *, long);
die               251 arch/openrisc/mm/fault.c 	die("Oops", regs, write_acc);
die               129 arch/powerpc/include/asm/bug.h extern void die(const char *, struct pt_regs *, long);
die               303 arch/powerpc/kernel/traps.c NOKPROBE_SYMBOL(die);
die               340 arch/powerpc/kernel/traps.c 		die("Exception in kernel mode", regs, signr);
die               503 arch/powerpc/kernel/traps.c 	die("System Reset", regs, SIGABRT);
die               857 arch/powerpc/kernel/traps.c 	die("Machine check", regs, SIGBUS);
die               872 arch/powerpc/kernel/traps.c 	die("System Management Interrupt", regs, SIGABRT);
die              1527 arch/powerpc/kernel/traps.c 			die("Unrecoverable exception", regs, SIGABRT);
die              1646 arch/powerpc/kernel/traps.c 	die("Unrecoverable FP Unavailable Exception", regs, SIGABRT);
die              1664 arch/powerpc/kernel/traps.c 	die("Unrecoverable VMX/Altivec Unavailable Exception", regs, SIGABRT);
die              1681 arch/powerpc/kernel/traps.c 	die("Unrecoverable VSX Unavailable Exception", regs, SIGABRT);
die              1698 arch/powerpc/kernel/traps.c 	die("Unrecoverable TM Unavailable Exception", regs, SIGABRT);
die              1737 arch/powerpc/kernel/traps.c 		die("Unexpected facility unavailable exception", regs, SIGABRT);
die              2046 arch/powerpc/kernel/traps.c 		die("Kernel VMX/Altivec assist exception", regs, SIGILL);
die              2185 arch/powerpc/kernel/traps.c 	die("Unrecoverable exception", regs, SIGABRT);
die              2216 arch/powerpc/kernel/traps.c 	die("Bad kernel stack pointer", regs, SIGABRT);
die               673 arch/powerpc/kvm/book3s_hv_builtin.c 		die("Bad interrupt in KVM entry/exit code", regs, SIGABRT);
die               688 arch/powerpc/mm/fault.c 	die("Kernel access of bad area", regs, sig);
die               162 arch/powerpc/platforms/83xx/misc.c 	die("Watchdog NMI Reset", regs, 0);
die               545 arch/powerpc/platforms/powernv/opal.c 			die("Machine check", regs, SIGBUS);
die               763 arch/powerpc/platforms/pseries/ras.c 			die("Machine check", regs, SIGBUS);
die                80 arch/riscv/include/asm/bug.h void die(struct pt_regs *regs, const char *str);
die                82 arch/riscv/kernel/traps.c 			die(regs, str);
die               131 arch/riscv/kernel/traps.c 		die(regs, "Kernel BUG");
die               191 arch/riscv/mm/fault.c 	die(regs, "Oops");
die                26 arch/s390/include/asm/kdebug.h extern void die(struct pt_regs *, const char *);
die                63 arch/s390/kernel/entry.h void die(struct pt_regs *regs, const char *str);
die                61 arch/s390/kernel/traps.c 			die(regs, str);
die                92 arch/s390/kernel/traps.c 		die(regs, "Unknown program exception");
die               274 arch/s390/mm/fault.c 	die(regs, "Oops");
die               284 arch/s390/mm/fault.c 		die (regs, "Low-address protection");
die               117 arch/sh/include/asm/bug.h extern void die(const char *str, struct pt_regs *regs, long err) __attribute__ ((noreturn));
die                66 arch/sh/kernel/traps.c 		die(str, regs, err);
die                85 arch/sh/kernel/traps.c 		die(str, regs, err);
die               112 arch/sh/kernel/traps.c 	die("Kernel BUG", regs, TRAPA_BUG_OPCODE & 0xff);
die               186 arch/sh/kernel/traps.c 		die("Fatal Non-Maskable Interrupt", regs, SIGINT);
die               279 arch/sh/kernel/traps_32.c 		die("delay-slot-insn faulting in handle_unaligned_delayslot",
die               541 arch/sh/kernel/traps_32.c 			die("unaligned program counter", regs, error_code);
die               550 arch/sh/kernel/traps_32.c 			die("insn faulting in do_address_error", regs, 0);
die               376 arch/sh/kernel/traps_64.c 		die ("Misaligned FPU load inside kernel", regs, 0);
die               449 arch/sh/kernel/traps_64.c 		die ("Misaligned FPU load inside kernel", regs, 0);
die               223 arch/sh/mm/fault.c 	die("Oops", regs, error_code);
die               110 arch/sparc/boot/piggyback.c 		die(filename);
die               142 arch/sparc/boot/piggyback.c 		die("lseek");
die               144 arch/sparc/boot/piggyback.c 		die(filename);
die               158 arch/sparc/boot/piggyback.c 			die("lseek");
die               160 arch/sparc/boot/piggyback.c 			die(filename);
die               187 arch/sparc/boot/piggyback.c 		die(argv[4]);
die               195 arch/sparc/boot/piggyback.c 		die(argv[2]);
die               197 arch/sparc/boot/piggyback.c 		die(argv[2]);
die               215 arch/sparc/boot/piggyback.c 		die("lseek");
die               230 arch/sparc/boot/piggyback.c 		die(argv[2]);
die               236 arch/sparc/boot/piggyback.c 			die("lseek");
die               245 arch/sparc/boot/piggyback.c 			die(argv[2]);
die               250 arch/sparc/boot/piggyback.c 		die("lseek");
die               252 arch/sparc/boot/piggyback.c 		die(argv[4]);
die               255 arch/sparc/boot/piggyback.c 			die(argv[2]);
die               257 arch/sparc/boot/piggyback.c 		die("close");
die               259 arch/sparc/boot/piggyback.c 		die("close");
die                15 arch/unicore32/include/asm/bug.h extern void die(const char *msg, struct pt_regs *regs, int err);
die               250 arch/unicore32/kernel/traps.c 		die(str, regs, err);
die               265 arch/unicore32/kernel/traps.c 	die("Oops - bad mode", regs, 0);
die               107 arch/unicore32/mm/fault.c 	die("Oops", regs, fsr);
die               305 arch/x86/boot/boot.h void __attribute__((noreturn)) die(void);
die               151 arch/x86/boot/main.c 		die();
die               110 arch/x86/boot/pm.c 		die();
die               142 arch/x86/boot/tools/build.c 	die("Usage: build setup system zoffset.h image");
die               271 arch/x86/boot/tools/build.c 		die("32-bit and 64-bit EFI entry points do not match\n");
die               311 arch/x86/boot/tools/build.c 		die("Unable to open `%s': %m", fname);
die               314 arch/x86/boot/tools/build.c 		die("read-error on `zoffset.h'");
die               351 arch/x86/boot/tools/build.c 		die("Unable to write `%s': %m", argv[4]);
die               356 arch/x86/boot/tools/build.c 		die("Unable to open `%s': %m", argv[1]);
die               359 arch/x86/boot/tools/build.c 		die("read-error on `setup'");
die               361 arch/x86/boot/tools/build.c 		die("The setup must be at least 1024 bytes");
die               363 arch/x86/boot/tools/build.c 		die("Boot block hasn't got boot flag (0xAA55)");
die               385 arch/x86/boot/tools/build.c 		die("Unable to open `%s': %m", argv[2]);
die               387 arch/x86/boot/tools/build.c 		die("Unable to stat `%s': %m", argv[2]);
die               392 arch/x86/boot/tools/build.c 		die("Unable to mmap '%s': %m", argv[2]);
die               415 arch/x86/boot/tools/build.c 		die("Writing setup failed");
die               420 arch/x86/boot/tools/build.c 		die("Writing kernel failed");
die               426 arch/x86/boot/tools/build.c 			die("Writing padding failed");
die               433 arch/x86/boot/tools/build.c 		die("Writing CRC failed");
die               437 arch/x86/boot/tools/build.c 		die("Writing image failed");
die               878 arch/x86/events/intel/uncore.c 	int die;
die               880 arch/x86/events/intel/uncore.c 	for (die = 0; die < max_dies; die++)
die               881 arch/x86/events/intel/uncore.c 		kfree(pmu->boxes[die]);
die               988 arch/x86/events/intel/uncore.c 	int phys_id, die, ret;
die               994 arch/x86/events/intel/uncore.c 	die = (topology_max_die_per_package() > 1) ? phys_id :
die               996 arch/x86/events/intel/uncore.c 	if (die < 0)
die              1002 arch/x86/events/intel/uncore.c 		uncore_extra_pci_dev[die].dev[idx] = pdev;
die              1041 arch/x86/events/intel/uncore.c 	if (WARN_ON_ONCE(pmu->boxes[die] != NULL))
die              1055 arch/x86/events/intel/uncore.c 	box->dieid = die;
die              1061 arch/x86/events/intel/uncore.c 	pmu->boxes[die] = box;
die              1069 arch/x86/events/intel/uncore.c 		pmu->boxes[die] = NULL;
die              1080 arch/x86/events/intel/uncore.c 	int i, phys_id, die;
die              1086 arch/x86/events/intel/uncore.c 		die = (topology_max_die_per_package() > 1) ? phys_id :
die              1089 arch/x86/events/intel/uncore.c 			if (uncore_extra_pci_dev[die].dev[i] == pdev) {
die              1090 arch/x86/events/intel/uncore.c 				uncore_extra_pci_dev[die].dev[i] = NULL;
die              1162 arch/x86/events/intel/uncore.c 	int i, die;
die              1164 arch/x86/events/intel/uncore.c 	die = topology_logical_die_id(old_cpu < 0 ? new_cpu : old_cpu);
die              1166 arch/x86/events/intel/uncore.c 		box = pmu->boxes[die];
die              1214 arch/x86/events/intel/uncore.c 	int die, target;
die              1234 arch/x86/events/intel/uncore.c 	die = topology_logical_die_id(cpu);
die              1235 arch/x86/events/intel/uncore.c 	uncore_box_unref(uncore_msr_uncores, die);
die              1236 arch/x86/events/intel/uncore.c 	uncore_box_unref(uncore_mmio_uncores, die);
die              1241 arch/x86/events/intel/uncore.c 			 unsigned int die, unsigned int cpu)
die              1254 arch/x86/events/intel/uncore.c 			if (pmu->boxes[die])
die              1260 arch/x86/events/intel/uncore.c 			box->dieid = die;
die              1267 arch/x86/events/intel/uncore.c 		box->pmu->boxes[die] = box;
die              1305 arch/x86/events/intel/uncore.c 	int die, target, msr_ret, mmio_ret;
die              1307 arch/x86/events/intel/uncore.c 	die = topology_logical_die_id(cpu);
die              1308 arch/x86/events/intel/uncore.c 	msr_ret = uncore_box_ref(uncore_msr_uncores, die, cpu);
die              1309 arch/x86/events/intel/uncore.c 	mmio_ret = uncore_box_ref(uncore_mmio_uncores, die, cpu);
die              1124 arch/x86/events/intel/uncore_snbep.c 		int die = box->dieid;
die              1125 arch/x86/events/intel/uncore_snbep.c 		struct pci_dev *filter_pdev = uncore_extra_pci_dev[die].dev[idx];
die                35 arch/x86/include/asm/kdebug.h extern void die(const char *, struct pt_regs *,long);
die               138 arch/x86/include/asm/topology.h int topology_phys_to_logical_die(unsigned int die, unsigned int cpu);
die               148 arch/x86/include/asm/topology.h static inline int topology_phys_to_logical_die(unsigned int die,
die               359 arch/x86/kernel/smpboot.c int topology_update_die_map(unsigned int die, unsigned int cpu)
die               364 arch/x86/kernel/smpboot.c 	new = topology_phys_to_logical_die(die, cpu);
die               369 arch/x86/kernel/smpboot.c 	if (new != die) {
die               371 arch/x86/kernel/smpboot.c 			cpu, die, new);
die               212 arch/x86/kernel/traps.c 		die(str, regs, error_code);
die               307 arch/x86/kernel/traps.c 	die(message, regs, 0);
die               427 arch/x86/kernel/traps.c 		die(str, regs, error_code);
die               442 arch/x86/kernel/traps.c 		die("bounds", regs, error_code);
die               501 arch/x86/kernel/traps.c 		die("bounds", regs, error_code);
die               556 arch/x86/kernel/traps.c 			die(desc, regs, error_code);
die               837 arch/x86/kernel/traps.c 			die(str, regs, error_code);
die               906 arch/x86/kernel/traps.c 		die("unexpected #NM exception", regs, error_code);
die               136 arch/x86/tools/relocs.c 			die("%s", errbuf);
die               341 arch/x86/tools/relocs.c 		die("Cannot read ELF header: %s\n",
die               345 arch/x86/tools/relocs.c 		die("No ELF magic\n");
die               348 arch/x86/tools/relocs.c 		die("Not a %d bit executable\n", ELF_BITS);
die               351 arch/x86/tools/relocs.c 		die("Not a LSB ELF executable\n");
die               354 arch/x86/tools/relocs.c 		die("Unknown ELF version\n");
die               375 arch/x86/tools/relocs.c 		die("Unsupported ELF header type\n");
die               377 arch/x86/tools/relocs.c 		die("Not for %s\n", ELF_MACHINE_NAME);
die               379 arch/x86/tools/relocs.c 		die("Unknown ELF version\n");
die               381 arch/x86/tools/relocs.c 		die("Bad Elf header size\n");
die               383 arch/x86/tools/relocs.c 		die("Bad program header entry\n");
die               385 arch/x86/tools/relocs.c 		die("Bad section header entry\n");
die               392 arch/x86/tools/relocs.c 			die("Seek to %d failed: %s\n", ehdr.e_shoff, strerror(errno));
die               395 arch/x86/tools/relocs.c 			die("Cannot read initial ELF section header: %s\n", strerror(errno));
die               405 arch/x86/tools/relocs.c 		die("String table index out of bounds\n");
die               415 arch/x86/tools/relocs.c 		die("Unable to allocate %d section headers\n",
die               419 arch/x86/tools/relocs.c 		die("Seek to %d failed: %s\n",
die               425 arch/x86/tools/relocs.c 			die("Cannot read ELF section headers %d/%d: %s\n",
die               453 arch/x86/tools/relocs.c 			die("malloc of %d bytes for strtab failed\n",
die               457 arch/x86/tools/relocs.c 			die("Seek to %d failed: %s\n",
die               462 arch/x86/tools/relocs.c 			die("Cannot read symbol table: %s\n",
die               478 arch/x86/tools/relocs.c 			die("malloc of %d bytes for symtab failed\n",
die               482 arch/x86/tools/relocs.c 			die("Seek to %d failed: %s\n",
die               487 arch/x86/tools/relocs.c 			die("Cannot read symbol table: %s\n",
die               511 arch/x86/tools/relocs.c 			die("malloc of %d bytes for relocs failed\n",
die               515 arch/x86/tools/relocs.c 			die("Seek to %d failed: %s\n",
die               520 arch/x86/tools/relocs.c 			die("Cannot read symbol table: %s\n",
die               656 arch/x86/tools/relocs.c 			die("realloc of %ld entries for relocs failed\n",
die               735 arch/x86/tools/relocs.c 			die("can't find __per_cpu_load\n");
die               807 arch/x86/tools/relocs.c 			die("Invalid R_X86_64_PC64 relocation against per-CPU symbol %s\n",
die               828 arch/x86/tools/relocs.c 			die("Invalid absolute %s relocation: %s\n",
die               840 arch/x86/tools/relocs.c 			die("Relocation offset doesn't fit in 32 bits\n");
die               849 arch/x86/tools/relocs.c 		die("Unsupported relocation type: %s (%d)\n",
die               885 arch/x86/tools/relocs.c 			die("Invalid absolute %s relocation: %s\n",
die               894 arch/x86/tools/relocs.c 		die("Unsupported relocation type: %s (%d)\n",
die               936 arch/x86/tools/relocs.c 		die("Invalid %s %s relocation: %s\n",
die               959 arch/x86/tools/relocs.c 		die("Invalid %s %s relocation: %s\n",
die               965 arch/x86/tools/relocs.c 		die("Unsupported relocation type: %s (%d)\n",
die              1011 arch/x86/tools/relocs.c 		die("--realmode not valid for a 64-bit ELF file");
die              1023 arch/x86/tools/relocs.c 		die("Segment relocations found but --realmode not specified\n");
die                20 arch/x86/tools/relocs.h void die(char *fmt, ...) __attribute__((noreturn));
die                15 arch/x86/tools/relocs_common.c 	die("relocs [--abs-syms|--abs-relocs|--reloc-info|--text|--realmode]" \
die                69 arch/x86/tools/relocs_common.c 		die("Cannot open %s: %s\n", fname, strerror(errno));
die                72 arch/x86/tools/relocs_common.c 		die("Cannot read %s: %s", fname, strerror(errno));
die               167 arch/xtensa/kernel/traps.c void die(const char*, struct pt_regs*, long);
die               173 arch/xtensa/kernel/traps.c 		die(str, regs, err);
die               200 arch/xtensa/kernel/traps.c 	die("Caught multihit exception", regs, SIGKILL);
die               235 arch/xtensa/mm/fault.c 	extern void die(const char*, struct pt_regs*, long);
die               253 arch/xtensa/mm/fault.c 	die("Oops", regs, sig);
die               108 drivers/gpu/drm/amd/include/discovery.h 	struct die
die               112 drivers/gpu/drm/amd/include/discovery.h 	} die;
die                87 drivers/hv/vmbus_drv.c 	struct die_args *die = (struct die_args *)args;
die                88 drivers/hv/vmbus_drv.c 	struct pt_regs *regs = die->regs;
die               303 drivers/mtd/nand/onenand/onenand_base.c 	unsigned boundary, blk, die = 0;
die               306 drivers/mtd/nand/onenand/onenand_base.c 		die = 1;
die               310 drivers/mtd/nand/onenand/onenand_base.c 	boundary = this->boundary[die];
die               316 drivers/mtd/nand/onenand/onenand_base.c 	blk += die ? this->density_mask : 0;
die               337 drivers/mtd/nand/onenand/onenand_base.c 	int die = 0, boundary;
die               341 drivers/mtd/nand/onenand/onenand_base.c 		die = 1;
die               345 drivers/mtd/nand/onenand/onenand_base.c 	boundary = this->boundary[die];
die              3394 drivers/mtd/nand/onenand/onenand_base.c 	unsigned die, bdry;
die              3401 drivers/mtd/nand/onenand/onenand_base.c 	for (die = 0; die < this->dies; die++) {
die              3402 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, FLEXONENAND_CMD_PI_ACCESS, die, 0);
die              3405 drivers/mtd/nand/onenand/onenand_base.c 		this->command(mtd, FLEXONENAND_CMD_READ_PI, die, 0);
die              3413 drivers/mtd/nand/onenand/onenand_base.c 		this->boundary[die] = bdry & FLEXONENAND_PI_MASK;
die              3418 drivers/mtd/nand/onenand/onenand_base.c 		printk(KERN_INFO "Die %d boundary: %d%s\n", die,
die              3419 drivers/mtd/nand/onenand/onenand_base.c 		       this->boundary[die], locked ? "(Locked)" : "(Unlocked)");
die              3435 drivers/mtd/nand/onenand/onenand_base.c 	int die, i, eraseshift, density;
die              3449 drivers/mtd/nand/onenand/onenand_base.c 	die = ofs = 0;
die              3451 drivers/mtd/nand/onenand/onenand_base.c 	for (; die < this->dies; die++) {
die              3452 drivers/mtd/nand/onenand/onenand_base.c 		if (!die || this->boundary[die-1] != maxbdry) {
die              3457 drivers/mtd/nand/onenand/onenand_base.c 							this->boundary[die] + 1;
die              3463 drivers/mtd/nand/onenand/onenand_base.c 							this->boundary[die] + 1;
die              3464 drivers/mtd/nand/onenand/onenand_base.c 			ofs += (this->boundary[die] + 1) << (eraseshift - 1);
die              3466 drivers/mtd/nand/onenand/onenand_base.c 		if (this->boundary[die] != maxbdry) {
die              3471 drivers/mtd/nand/onenand/onenand_base.c 							 this->boundary[die];
die              3491 drivers/mtd/nand/onenand/onenand_base.c 	for (die = 0, mtd->size = 0; die < this->dies; die++) {
die              3492 drivers/mtd/nand/onenand/onenand_base.c 		this->diesize[die] = (loff_t)blksperdie << this->erase_shift;
die              3493 drivers/mtd/nand/onenand/onenand_base.c 		this->diesize[die] -= (loff_t)(this->boundary[die] + 1)
die              3495 drivers/mtd/nand/onenand/onenand_base.c 		mtd->size += this->diesize[die];
die              3560 drivers/mtd/nand/onenand/onenand_base.c static int flexonenand_set_boundary(struct mtd_info *mtd, int die,
die              3568 drivers/mtd/nand/onenand/onenand_base.c 	if (die && (!ONENAND_IS_DDP(this)))
die              3572 drivers/mtd/nand/onenand/onenand_base.c 	if (boundary < 0 || boundary == this->boundary[die])
die              3586 drivers/mtd/nand/onenand/onenand_base.c 	old = this->boundary[die] + (die * this->density_mask);
die              3587 drivers/mtd/nand/onenand/onenand_base.c 	new = boundary + (die * this->density_mask);
die              3595 drivers/mtd/nand/onenand/onenand_base.c 	this->command(mtd, FLEXONENAND_CMD_PI_ACCESS, die, 0);
die              3599 drivers/mtd/nand/onenand/onenand_base.c 	this->command(mtd, FLEXONENAND_CMD_READ_PI, die, 0);
die              3610 drivers/mtd/nand/onenand/onenand_base.c 			die, boundary, lock ? "(Locked)" : "(Unlocked)");
die              3612 drivers/mtd/nand/onenand/onenand_base.c 	addr = die ? this->diesize[0] : 0;
die              3621 drivers/mtd/nand/onenand/onenand_base.c 		       __func__, die);
die              3630 drivers/mtd/nand/onenand/onenand_base.c 			__func__, die);
die              3634 drivers/mtd/nand/onenand/onenand_base.c 	this->command(mtd, FLEXONENAND_CMD_PI_UPDATE, die, 0);
die                23 drivers/soc/fsl/guts.c 	char	*die;
die                41 drivers/soc/fsl/guts.c 	{ .die		= "T4240",
die                46 drivers/soc/fsl/guts.c 	{ .die		= "T1040",
die                51 drivers/soc/fsl/guts.c 	{ .die		= "T2080",
die                56 drivers/soc/fsl/guts.c 	{ .die		= "T1024",
die                66 drivers/soc/fsl/guts.c 	{ .die		= "LS1043A",
die                71 drivers/soc/fsl/guts.c 	{ .die		= "LS2080A",
die                76 drivers/soc/fsl/guts.c 	{ .die		= "LS1088A",
die                81 drivers/soc/fsl/guts.c 	{ .die		= "LS1012A",
die                86 drivers/soc/fsl/guts.c 	{ .die		= "LS1046A",
die                91 drivers/soc/fsl/guts.c 	{ .die		= "LS2088A",
die                96 drivers/soc/fsl/guts.c 	{ .die		= "LS1021A",
die               101 drivers/soc/fsl/guts.c 	{ .die          = "LX2160A",
die               106 drivers/soc/fsl/guts.c 	{ .die          = "LS1028A",
die               171 drivers/soc/fsl/guts.c 						     "QorIQ %s", soc_die->die);
die                30 drivers/staging/gasket/gasket_ioctl.c 	struct gasket_interrupt_eventfd die;
die                32 drivers/staging/gasket/gasket_ioctl.c 	if (copy_from_user(&die, argp, sizeof(struct gasket_interrupt_eventfd)))
die                35 drivers/staging/gasket/gasket_ioctl.c 	trace_gasket_ioctl_eventfd_data(die.interrupt, die.event_fd);
die                38 drivers/staging/gasket/gasket_ioctl.c 		gasket_dev->interrupt_data, die.interrupt, die.event_fd);
die                74 drivers/watchdog/bcm63xx_wdt.c 	die(PFX " fire", regs);
die                16 fs/erofs/inode.c 	struct erofs_inode_extended *die;
die                33 fs/erofs/inode.c 		die = data;
die                36 fs/erofs/inode.c 		vi->xattr_isize = erofs_xattr_ibody_size(die->i_xattr_icount);
die                38 fs/erofs/inode.c 		inode->i_mode = le16_to_cpu(die->i_mode);
die                43 fs/erofs/inode.c 			vi->raw_blkaddr = le32_to_cpu(die->i_u.raw_blkaddr);
die                48 fs/erofs/inode.c 				new_decode_dev(le32_to_cpu(die->i_u.rdev));
die                57 fs/erofs/inode.c 		i_uid_write(inode, le32_to_cpu(die->i_uid));
die                58 fs/erofs/inode.c 		i_gid_write(inode, le32_to_cpu(die->i_gid));
die                59 fs/erofs/inode.c 		set_nlink(inode, le32_to_cpu(die->i_nlink));
die                63 fs/erofs/inode.c 			le64_to_cpu(die->i_ctime);
die                65 fs/erofs/inode.c 			le32_to_cpu(die->i_ctime_nsec);
die                67 fs/erofs/inode.c 		inode->i_size = le64_to_cpu(die->i_size);
die                71 fs/erofs/inode.c 			nblks = le32_to_cpu(die->i_u.compressed_blocks);
die               117 fs/jffs2/background.c 			goto die;
die               140 fs/jffs2/background.c 				goto die;
die               157 fs/jffs2/background.c 			goto die;
die               160 fs/jffs2/background.c  die:
die               721 fs/lockd/clntproc.c 		goto die;
die               728 fs/lockd/clntproc.c 			goto die;
die               739 fs/lockd/clntproc.c die:
die               789 fs/lockd/clntproc.c 		goto die;
die               814 fs/lockd/clntproc.c die:
die               820 fs/lockd/clntproc.c 		goto die;
die              1889 scripts/dtc/checks.c 	die("Unrecognized check name \"%s\"\n", name);
die                96 scripts/dtc/data.c 			die("Error reading file into data: %s", strerror(errno));
die                99 scripts/dtc/data.c 			die("Overflow reading file into data\n");
die               183 scripts/dtc/data.c 		die("Invalid literal size (%d)\n", bits);
die               311 scripts/dtc/dtc-parser.y 					die("Couldn't seek to offset %llu in \"%s\": %s",
die               209 scripts/dtc/dtc.c 				die("Invalid argument \"%d\" to -a option\n",
die               234 scripts/dtc/dtc.c 				die("Invalid argument \"%s\" to -H option\n",
die               276 scripts/dtc/dtc.c 		die("Can't set both -p and -S\n");
die               281 scripts/dtc/dtc.c 			die("Couldn't open dependency file %s: %s\n", depname,
die               298 scripts/dtc/dtc.c 		die("--annotate requires -I dts -O dts\n");
die               306 scripts/dtc/dtc.c 		die("Unknown input format \"%s\"\n", inform);
die               346 scripts/dtc/dtc.c 			die("Couldn't open output file %s: %s\n",
die               355 scripts/dtc/dtc.c 			die("YAML output format requires dts input format\n");
die               365 scripts/dtc/dtc.c 		die("Unknown output format \"%s\"\n", outform);
die               361 scripts/dtc/flattree.c 		die("Unknown device tree blob version %d\n", version);
die               419 scripts/dtc/flattree.c 			die("Error writing device tree blob: %s\n",
die               422 scripts/dtc/flattree.c 			die("Short write on device tree blob\n");
die               459 scripts/dtc/flattree.c 		die("Unknown device tree blob version %d\n", version);
die               579 scripts/dtc/flattree.c 		die("Premature end of data parsing flat device tree\n");
die               603 scripts/dtc/flattree.c 		die("Premature end of data parsing flat device tree\n");
die               614 scripts/dtc/flattree.c 			die("Premature end of data parsing flat device tree\n");
die               651 scripts/dtc/flattree.c 			die("String offset %d overruns string table\n",
die               720 scripts/dtc/flattree.c 		die("Path \"%s\" is not valid as a child of \"%s\"\n",
die               770 scripts/dtc/flattree.c 			die("Premature FDT_END in device tree blob\n");
die               782 scripts/dtc/flattree.c 			die("Invalid opcode word %08x in device tree blob\n",
die               817 scripts/dtc/flattree.c 		die("Error reading DT blob magic number: %s\n",
die               821 scripts/dtc/flattree.c 			die("EOF reading DT blob magic number\n");
die               823 scripts/dtc/flattree.c 			die("Mysterious short read reading magic number\n");
die               828 scripts/dtc/flattree.c 		die("Blob has incorrect magic number\n");
die               832 scripts/dtc/flattree.c 		die("Error reading DT blob size: %s\n", strerror(errno));
die               835 scripts/dtc/flattree.c 			die("EOF reading DT blob size\n");
die               837 scripts/dtc/flattree.c 			die("Mysterious short read reading blob size\n");
die               842 scripts/dtc/flattree.c 		die("DT blob size (%d) is too small\n", totalsize);
die               855 scripts/dtc/flattree.c 			die("EOF before reading %d bytes of DT blob\n",
die               860 scripts/dtc/flattree.c 			die("Error reading DT blob: %s\n",
die               874 scripts/dtc/flattree.c 		die("Mem Reserve structure offset exceeds total size\n");
die               877 scripts/dtc/flattree.c 		die("DT structure offset exceeds total size\n");
die               880 scripts/dtc/flattree.c 		die("String table offset exceeds total size\n");
die               885 scripts/dtc/flattree.c 			die("String table extends past total size\n");
die               894 scripts/dtc/flattree.c 			die("Structure block extends past total size\n");
die               912 scripts/dtc/flattree.c 		die("Device tree blob doesn't begin with FDT_BEGIN_NODE (begins with 0x%08x)\n", val);
die               918 scripts/dtc/flattree.c 		die("Device tree blob doesn't end with FDT_END\n");
die                20 scripts/dtc/fstree.c 		die("Couldn't opendir() \"%s\": %s\n", dirname, strerror(errno));
die                34 scripts/dtc/fstree.c 			die("stat(%s): %s\n", tmpname, strerror(errno));
die               805 scripts/dtc/livetree.c 		die("Could not build root node /%s\n", name);
die               898 scripts/dtc/livetree.c 		die("arguments should not contain ':'\n");
die               157 scripts/dtc/srcpos.c 			die("Couldn't open \"%s\": %s\n", fname,
die               177 scripts/dtc/srcpos.c 		die("Includes nested too deeply");
die               203 scripts/dtc/srcpos.c 		die("Error closing \"%s\": %s\n", srcfile->name,
die                26 scripts/dtc/treesource.c 		die("Unable to parse input tree\n");
die                29 scripts/dtc/treesource.c 		die("Syntax error parsing input tree\n");
die               177 scripts/dtc/util.c 		die("\\x used with no following hex digits\n");
die                27 scripts/dtc/util.h static inline void NORETURN PRINTF(1, 2) die(const char *str, ...)
die                43 scripts/dtc/util.h 		die("malloc() failed\n");
die                53 scripts/dtc/util.h 		die("realloc() failed (len=%zd)\n", len);
die                27 scripts/dtc/yamltree.c 		die("yaml '%s': %s in %s, line %i\n",			\
die                44 scripts/dtc/yamltree.c 			die("Invalid width %i", width);
die               135 scripts/dtc/yamltree.c 		die("No markers present in property '%s' value\n", prop->name);
die                79 scripts/pnmtologo.c static void die(const char *fmt, ...)
die                92 scripts/pnmtologo.c 	    die("%s: end of file\n", filename);
die                98 scripts/pnmtologo.c 		    die("%s: end of file\n", filename);
die               114 scripts/pnmtologo.c 	    die("%s: end of file\n", filename);
die               135 scripts/pnmtologo.c 	die("Cannot open file %s: %s\n", filename, strerror(errno));
die               140 scripts/pnmtologo.c 	die("%s is not a PNM file\n", filename);
die               153 scripts/pnmtologo.c 	    die("%s: Binary PNM is not supported\n"
die               157 scripts/pnmtologo.c 	    die("%s is not a PNM file\n", filename);
die               165 scripts/pnmtologo.c 	die("%s\n", strerror(errno));
die               169 scripts/pnmtologo.c 	    die("%s\n", strerror(errno));
die               234 scripts/pnmtologo.c 	    die("Cannot create file %s: %s\n", outputname, strerror(errno));
die               292 scripts/pnmtologo.c 		die("Image must be monochrome\n");
die               323 scripts/pnmtologo.c 		die("Image must use the 16 console colors only\n"
die               363 scripts/pnmtologo.c 		    die("Image has more than %d colors\n"
die               405 scripts/pnmtologo.c 		die("Image must be grayscale\n");
die               432 scripts/pnmtologo.c     die("\n"
die                61 tools/lib/subcmd/exec-cmd.c 			die("Too long path: %.*s", 60, path);
die                65 tools/lib/subcmd/exec-cmd.c 			die("Cannot determine the current working directory");
die                67 tools/lib/subcmd/exec-cmd.c 			die("Too long path: %.*s", 60, path);
die               338 tools/lib/subcmd/parse-options.c 		die("should not happen, someone must be hit on the forehead");
die               504 tools/lib/subcmd/parse-options.c 		die("STOP_AT_NON_OPTION and KEEP_UNKNOWN don't go together");
die               916 tools/lib/subcmd/parse-options.c 		die("vasprintf failed");
die               113 tools/lib/subcmd/run-command.c 			die("exec %s: cd to %s failed (%s)", cmd->argv[0],
die                18 tools/lib/subcmd/sigchain.c 		die("BUG: signal out of range: %d", sig);
die                60 tools/lib/subcmd/subcmd-util.h 			die("Out of memory, realloc failed");
die                69 tools/lib/subcmd/subcmd-util.h 		die("asprintf failed");					\
die                78 tools/lib/subcmd/subcmd-util.h 		die("asprintf failed");
die                17 tools/perf/util/util.h void die(const char *err, ...) __noreturn __printf(1, 2);
die                66 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("vsnprintf failed: %s\n",
die                70 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("vsnprintf output truncated\n");
die                77 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("open of %s failed: %s\n",
die                83 tools/testing/selftests/mount/unprivileged-remount-test.c 			die("short write to %s\n", filename);
die                85 tools/testing/selftests/mount/unprivileged-remount-test.c 			die("write to %s failed: %s\n",
die                90 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("close of %s failed: %s\n",
die               123 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("statvfs of %s failed: %s\n",
die               129 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("Unrecognized mount flags\n");
die               163 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("unshare(CLONE_NEWUSER) failed: %s\n",
die               172 tools/testing/selftests/mount/unprivileged-remount-test.c 		die ("setgid(0) failed %s\n",
die               176 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("setuid(0) failed %s\n",
die               189 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("fork failed: %s\n",
die               197 tools/testing/selftests/mount/unprivileged-remount-test.c 			die("waitpid failed: %s\n",
die               201 tools/testing/selftests/mount/unprivileged-remount-test.c 			die("waited for %d got %d\n",
die               205 tools/testing/selftests/mount/unprivileged-remount-test.c 			die("child did not terminate cleanly\n");
die               212 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("unshare(CLONE_NEWNS) failed: %s\n",
die               217 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("mount of %s with options '%s' on /tmp failed: %s\n",
die               226 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("unshare(CLONE_NEWNS) failed: %s\n",
die               233 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("remount of /tmp failed: %s\n",
die               240 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("remount of /tmp with invalid flags "
die               267 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("fork failed: %s\n",
die               275 tools/testing/selftests/mount/unprivileged-remount-test.c 			die("waitpid failed: %s\n",
die               279 tools/testing/selftests/mount/unprivileged-remount-test.c 			die("waited for %d got %d\n",
die               283 tools/testing/selftests/mount/unprivileged-remount-test.c 			die("child did not terminate cleanly\n");
die               293 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("unshare(CLONE_NEWNS) failed: %s\n",
die               299 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("recursive bind mount of %s onto %s failed: %s\n",
die               307 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("remount of /tmp failed: %s\n",
die               313 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("Mount flags unexpectedly changed during remount of %s originally mounted on %s\n",
die               322 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("MS_RDONLY malfunctions\n");
die               325 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("MS_NODEV malfunctions\n");
die               328 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("MS_NOSUID malfunctions\n");
die               331 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("MS_NOEXEC malfunctions\n");
die               336 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("MS_RELATIME malfunctions\n");
die               341 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("MS_STRICTATIME malfunctions\n");
die               346 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("MS_NOATIME malfunctions\n");
die               351 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("MS_RELATIME|MS_NODIRATIME malfunctions\n");
die               356 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("MS_STRICTATIME|MS_NODIRATIME malfunctions\n");
die               361 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("MS_NOATIME|MS_DIRATIME malfunctions\n");
die               365 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("Default atime malfunctions\n");
die               368 tools/testing/selftests/mount/unprivileged-remount-test.c 		die("Mount flags unexpectedly changed after remount\n");
die               106 tools/testing/selftests/safesetid/safesetid-test.c 			die("couldn't open file\n");
die               108 tools/testing/selftests/safesetid/safesetid-test.c 			die("couldn't fseek\n");
die               117 tools/testing/selftests/safesetid/safesetid-test.c 			die("putpwent failed\n");
die               119 tools/testing/selftests/safesetid/safesetid-test.c 			die("fclose failed\n");
die               131 tools/testing/selftests/safesetid/safesetid-test.c 				die("mounting securityfs failed\n");
die               133 tools/testing/selftests/safesetid/safesetid-test.c 			die("couldn't find securityfs for unknown reason\n");
die               137 tools/testing/selftests/safesetid/safesetid-test.c 			die("close of %s failed: %s\n",
die               155 tools/testing/selftests/safesetid/safesetid-test.c 		die("cant open add_whitelist_policy file\n");
die               159 tools/testing/selftests/safesetid/safesetid-test.c 			die("short write to %s\n", add_whitelist_policy_file);
die               161 tools/testing/selftests/safesetid/safesetid-test.c 			die("write to %s failed: %s\n",
die               166 tools/testing/selftests/safesetid/safesetid-test.c 		die("close of %s failed: %s\n",
die               212 tools/testing/selftests/safesetid/safesetid-test.c 		die("fork\n");
die               226 tools/testing/selftests/safesetid/safesetid-test.c 				die("waitpid\n");
die               234 tools/testing/selftests/safesetid/safesetid-test.c 						die("unexpected success\n");
die               238 tools/testing/selftests/safesetid/safesetid-test.c 						die("unexpected failure\n");
die               246 tools/testing/selftests/safesetid/safesetid-test.c 						die("killed unexpectedly\n");
die               250 tools/testing/selftests/safesetid/safesetid-test.c 					die("unexpected signal: %d\n", wstatus);
die               253 tools/testing/selftests/safesetid/safesetid-test.c 				die("unexpected status: %d\n", wstatus);
die               258 tools/testing/selftests/safesetid/safesetid-test.c 	die("should not reach here\n");
die               291 tools/testing/selftests/safesetid/safesetid-test.c 		die("Error with set keepcaps\n");
die               296 tools/testing/selftests/safesetid/safesetid-test.c 		die("Error with set uid(%d)\n", NO_POLICY_USER);
die               298 tools/testing/selftests/safesetid/safesetid-test.c 		die("Error with set gid(%d)\n", NO_POLICY_USER);
die               306 tools/testing/selftests/safesetid/safesetid-test.c 		die("Error with set dumpable\n");
die               309 tools/testing/selftests/safesetid/safesetid-test.c 		die("test_userns failed when it should work\n");
die               313 tools/testing/selftests/safesetid/safesetid-test.c 		die("Error with set uid(%d)\n", RESTRICTED_PARENT);
die               315 tools/testing/selftests/safesetid/safesetid-test.c 		die("Error with set gid(%d)\n", RESTRICTED_PARENT);
die               323 tools/testing/selftests/safesetid/safesetid-test.c 		die("test_userns worked when it should fail\n");
die               674 tools/testing/selftests/seccomp/seccomp_bpf.c 	bool die = (bool)data;
die               676 tools/testing/selftests/seccomp/seccomp_bpf.c 	if (die) {
die               103 tools/usb/ffs-test.c 		die(__VA_ARGS__); \