/Linux-v5.10/tools/testing/selftests/wireguard/qemu/ |
D | init.c | 37 static void panic(const char *what) in panic() function 51 panic("uname"); in print_banner() 71 panic("mknod(/dev/urandom)"); in seed_rng() 74 panic("open(urandom)"); in seed_rng() 77 panic("ioctl(urandom)"); in seed_rng() 92 panic("devtmpfs mount"); in mount_filesystems() 94 panic("procfs mount"); in mount_filesystems() 96 panic("sysfs mount"); in mount_filesystems() 98 panic("tmpfs mount"); in mount_filesystems() 100 panic("tmpfs mount"); in mount_filesystems() [all …]
|
/Linux-v5.10/arch/xtensa/kernel/ |
D | s32c1i_selftest.c | 79 panic("S32C1I exception error"); in check_s32c1i() 81 panic("S32C1I compare error"); in check_s32c1i() 93 panic("S32C1I exception error (b)"); in check_s32c1i() 95 panic("S32C1I store error"); in check_s32c1i() 104 panic("S32C1I exceptions not currently supported"); in check_s32c1i() 107 panic("inconsistent S32C1I exceptions"); in check_s32c1i()
|
/Linux-v5.10/arch/mips/pci/ |
D | msi-octeon.c | 140 panic("arch_setup_msi_irq: Unable to find a free MSI interrupt"); in arch_setup_msi_irq() 171 panic("arch_setup_msi_irq: Invalid octeon_dma_bar_type"); in arch_setup_msi_irq() 229 panic("arch_teardown_msi_irq: Attempted to teardown illegal " in arch_teardown_msi_irq() 252 panic("arch_teardown_msi_irq: Attempted to teardown MSI " in arch_teardown_msi_irq() 403 panic("request_irq(OCTEON_IRQ_PCI_MSI0) failed"); in octeon_msi_initialize() 407 panic("request_irq(OCTEON_IRQ_PCI_MSI1) failed"); in octeon_msi_initialize() 411 panic("request_irq(OCTEON_IRQ_PCI_MSI2) failed"); in octeon_msi_initialize() 415 panic("request_irq(OCTEON_IRQ_PCI_MSI3) failed"); in octeon_msi_initialize() 421 panic("request_irq(OCTEON_IRQ_PCI_MSI0) failed"); in octeon_msi_initialize() 425 panic("request_irq(OCTEON_IRQ_PCI_MSI1) failed"); in octeon_msi_initialize() [all …]
|
/Linux-v5.10/drivers/clk/ |
D | clk-tango4.c | 33 panic("%s: input not set to XTAL_IN\n", name); in make_pll() 47 panic("%s: unsupported divider %x\n", name, val); in make_cd() 57 panic("%pOFn: invalid address\n", np); in tango4_clkgen_setup() 60 panic("%pOFn: unsupported cpuclk setup\n", np); in tango4_clkgen_setup() 63 panic("%pOFn: unsupported sysclk setup\n", np); in tango4_clkgen_setup() 80 panic("%pOFn: clk registration failed\n", np); in tango4_clkgen_setup() 83 panic("%pOFn: clk provider registration failed\n", np); in tango4_clkgen_setup()
|
/Linux-v5.10/arch/mips/mti-malta/ |
D | malta-dtshim.c | 202 panic("Unsupported physical memory map v%u detected", in append_memory() 208 panic("Unable to add memory node to DT: %d", mem_off); in append_memory() 212 panic("Unable to set memory node device_type: %d", err); in append_memory() 218 panic("Unable to set memory regs property: %d", err); in append_memory() 224 panic("Unable to set linux,usable-memory property: %d", err); in append_memory() 307 panic("Corrupt DT"); in malta_dt_shim() 311 panic("Unable to open FDT: %d", err); in malta_dt_shim() 315 panic("No / node in DT"); in malta_dt_shim() 319 panic("No root compatible property in DT: %d", len); in malta_dt_shim() 330 panic("Unable to pack FDT: %d\n", err); in malta_dt_shim()
|
/Linux-v5.10/arch/hexagon/lib/ |
D | io.c | 24 panic("unaligned pointer to readsw"); in __raw_readsw() 43 panic("unaligned pointer to writesw"); in __raw_writesw() 58 panic("unaligned pointer to readsl"); in __raw_readsl() 72 panic("unaligned pointer to writesl"); in __raw_writesl()
|
/Linux-v5.10/arch/arm/mach-s3c/ |
D | init.c | 50 panic("Unknown S3C24XX CPU"); in s3c_init_cpu() 57 panic("Unsupported Samsung CPU"); in s3c_init_cpu() 79 panic("s3c24xx_init_clocks: no cpu setup?\n"); in s3c24xx_init_clocks() 82 panic("s3c24xx_init_clocks: cpu has no clock init\n"); in s3c24xx_init_clocks() 161 panic("s3c_arch_init: NULL cpu\n"); in s3c_arch_init()
|
/Linux-v5.10/drivers/clocksource/ |
D | dw_apb_timer_of.c | 27 panic("Unable to map regs for %pOFn", np); in timer_get_base_and_rate() 61 panic("No clock nor clock-frequency property for %pOFn", np); in timer_get_base_and_rate() 72 panic("No IRQ for clock event timer"); in add_clockevent() 79 panic("Unable to initialise clockevent device"); in add_clockevent() 97 panic("Unable to initialise clocksource device"); in add_clocksource()
|
/Linux-v5.10/arch/mips/generic/ |
D | irq.c | 24 panic("Unimplemented!"); in get_c0_fdc_int() 40 panic("Unimplemented!"); in get_c0_perfcount_int() 56 panic("Unimplemented!"); in get_c0_compare_int()
|
/Linux-v5.10/arch/sparc/include/asm/ |
D | floppy_32.h | 120 panic("floppy: Port bolixed."); in sun_82072_fd_inb() 128 panic("sun_82072_fd_inb: How did I get here?"); in sun_82072_fd_inb() 137 panic("floppy: Port bolixed."); in sun_82072_fd_outb() 160 panic("floppy: Port bolixed."); in sun_82077_fd_inb() 176 panic("sun_82077_fd_inb: How did I get here?"); in sun_82077_fd_inb() 185 panic("floppy: Port bolixed."); in sun_82077_fd_outb() 239 panic("floppy: Giving up..."); in sun_fd_set_dma_mode()
|
/Linux-v5.10/arch/powerpc/platforms/44x/ |
D | fsp2.c | 128 panic("Bus Error\n"); in bus_err_handler() 134 panic("CMU Error\n"); in cmu_err_handler() 142 panic("Configuration Logic Error\n"); in conf_err_handler() 146 panic("OPBD Error\n"); in opbd_err_handler() 187 panic("DDR: Uncorrectable Error\n"); in mcue_handler() 194 panic("Received chassis-initiated reset request"); in rst_wrn_handler() 196 panic("Unknown external reset: CRCS=0x%x", crcs); in rst_wrn_handler()
|
/Linux-v5.10/Documentation/admin-guide/ |
D | pstore-blk.rst | 3 pstore block oops/panic logger 9 pstore block (pstore/blk) is an oops/panic logger that writes its logs to a 75 The chunk size in KB for oops/panic front-end. It **MUST** be a multiple of 4. 76 It's optional if you do not care oops/panic log. 78 There are multiple chunks for oops/panic front-end depending on the remaining 81 pstore/blk will log to oops/panic chunks one by one, and always overwrite the 90 Unlike oops/panic front-end, there is only one chunk for pmsg front-end. 168 the first line of oops/panic data. For example:: 173 Sometimes the number of occurrences of oops|panic since the first booting is 186 files is ``dmesg-pstore-blk-[N]`` for oops/panic front-end, [all …]
|
/Linux-v5.10/arch/mips/loongson32/common/ |
D | time.c | 54 panic("Failed to remap timer registers"); in ls1x_pwmtimer_init() 185 panic("Invalid timer clock rate"); in ls1x_time_init() 200 panic(KERN_ERR "Failed to register clocksource: %d\n", ret); in ls1x_time_init() 220 panic("unable to get timer clock, err=%ld", PTR_ERR(clk)); in plat_time_init() 228 panic("unable to get cpu clock, err=%ld", PTR_ERR(clk)); in plat_time_init()
|
/Linux-v5.10/arch/csky/kernel/ |
D | vdso.c | 27 panic("Cannot allocate vdso"); in init_vdso() 31 panic("Cannot map vdso"); in init_vdso() 37 panic("Cannot set signal return code, err: %x.", err); in init_vdso()
|
/Linux-v5.10/arch/mips/ralink/ |
D | of.c | 36 panic("Failed to find %s node", node); in plat_of_remap_node() 39 panic("Failed to get resource for %s", node); in plat_of_remap_node() 44 panic("Failed to request resources for %s", node); in plat_of_remap_node()
|
D | irq.c | 159 panic("Failed to get INTC IRQ"); in intc_of_init() 162 panic("Failed to get intc memory range"); in intc_of_init() 171 panic("Failed to remap intc memory"); in intc_of_init() 182 panic("Failed to add irqdomain"); in intc_of_init()
|
/Linux-v5.10/arch/powerpc/sysdev/ |
D | dart_iommu.c | 96 panic("DART: TLB did not flush after waiting a long " in dart_tlb_invalidate_all() 128 panic("DART: TLB did not flush after waiting a long " in dart_tlb_invalidate_one() 244 panic("Failed to allocate 16MB below 2GB for DART table\n"); in allocate_dart() 255 panic("DART: table allocation failed\n"); in allocate_dart() 286 panic("DART: can't get register base ! "); in dart_init() 291 panic("DART: Cannot map registers!"); in dart_init()
|
/Linux-v5.10/sound/usb/hiface/ |
D | pcm.c | 53 bool panic; /* if set driver won't do anymore pcm on device */ member 212 rt->panic = false; in hiface_pcm_stream_start() 311 if (rt->panic || rt->stream_state == STREAM_STOPPING) in hiface_pcm_out_urb_handler() 346 rt->panic = true; in hiface_pcm_out_urb_handler() 356 if (rt->panic) in hiface_pcm_open() 398 if (rt->panic) in hiface_pcm_close() 423 if (rt->panic) in hiface_pcm_prepare() 457 if (rt->panic) in hiface_pcm_trigger() 489 if (rt->panic || !sub) in hiface_pcm_pointer() 533 rt->panic = true; in hiface_pcm_abort()
|
/Linux-v5.10/kernel/ |
D | panic.c | 142 panic("%s", msg); in nmi_panic() 177 void panic(const char *fmt, ...) in panic() function 364 EXPORT_SYMBOL(panic); 450 panic("panic_on_taint set ..."); in add_taint() 605 panic("panic_on_warn set ...\n"); in __warn() 687 panic("stack-protector: Kernel stack is corrupted in: %pB", in __stack_chk_fail() 695 core_param(panic, panic_timeout, int, 0644);
|
/Linux-v5.10/arch/csky/mm/ |
D | tcm.c | 35 goto panic; 56 goto panic; 105 panic: 106 panic("TCM init error");
|
/Linux-v5.10/arch/arm/mach-mvebu/ |
D | platsmp.c | 99 panic("Invalid number of CPUs in DT\n"); in armada_xp_smp_init_cpus() 138 panic("Cannot find 'marvell,bootrom' compatible node"); in armada_xp_smp_prepare_cpus() 143 panic("Cannot get 'bootrom' node address"); in armada_xp_smp_prepare_cpus() 147 panic("The address for the BootROM is incorrect"); in armada_xp_smp_prepare_cpus()
|
/Linux-v5.10/arch/mips/bcm47xx/ |
D | setup.c | 113 panic("Failed to initialize SSB bus (err %d)", err); in bcm47xx_register_ssb() 138 panic("Failed to register BCMA bus (err %d)", err); in bcm47xx_register_bcma() 213 panic("Failed to setup SoC device\n"); in bcm47xx_bus_setup() 217 panic("Failed to initialize BCMA bus (err %d)", err); in bcm47xx_bus_setup()
|
/Linux-v5.10/arch/nds32/mm/ |
D | init.c | 75 panic("%s: Kernel hardcoded for " in map_ram() 82 panic("%s: Failed to allocate %lu bytes align=0x%lx\n", in map_ram() 113 panic("%s: Failed to allocate %lu bytes align=0x%lx\n", in fixedrange_init() 126 panic("%s: Failed to allocate %lu bytes align=0x%lx\n", in fixedrange_init() 154 panic("%s: Failed to allocate %lu bytes align=0x%lx\n", in paging_init()
|
/Linux-v5.10/arch/mips/bmips/ |
D | setup.c | 148 panic("missing 'cpus' DT node"); in plat_time_init() 150 panic("missing 'mips-hpt-frequency' property"); in plat_time_init() 173 panic("no dtb found"); in plat_mem_setup()
|
/Linux-v5.10/arch/um/kernel/ |
D | mem.c | 71 panic("%s: Failed to allocate %lu bytes align=%lx\n", in one_page_table_init() 86 panic("%s: Failed to allocate %lu bytes align=%lx\n", in one_md_table_init() 138 panic("%s: Failed to allocate %lu bytes align=%lx\n", in fixaddr_user_init() 159 panic("%s: Failed to allocate %lu bytes align=%lx\n", in paging_init()
|