Searched refs:panic (Results 1 - 25 of 103) sorted by relevance

12345

/barrelfish-2018-10-04/kernel/arch/x86_32/
H A Dgdb_arch.c82 panic("NYI");
93 panic("NYI");
104 panic("NYI");
128 panic("NYI");
137 panic("NYI");
H A Ddebug.c32 panic("NYI");
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A Dexample.c26 panic(what, where) function
45 if ((int) shared_mem_init(1, "map1", 0, 0, 0, panic, &h1) == -1)
51 if ((int) shared_mem_init(1, "map2", 0, 0, 0, panic, &h2) == -1)
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dexn.c159 panic("syscall ended up in exception handler ? Yuck.");
169 panic("pagefault while in kernel? Yuck.");
178 panic("pagefault while in kernel? Yuck.");
196 panic("Unknown exception syndrome: %u", cause);
287 panic("Unhandled IRQ %"PRIu32"\n", irq);
294 /* For unhandled faults, we print a register dump and panic. */
429 panic("Unknown reason/instruction.\n");
432 panic("Trapped WFI/WFI.\n");
436 panic("CP15 abort.\n");
441 panic("CP1
[all...]
H A Dpaging.c322 panic("oops: wrong page flags");
349 panic("oops: slot id >= %d", VMSAv8_64_PTABLE_NUM_ENTRIES);
355 panic("oops: pte_count");
363 panic("oops: l0 wrong src type");
369 // panic("oops: l0 slot id");
431 panic("oops: slot id >= %d", VMSAv8_64_PTABLE_NUM_ENTRIES);
437 panic("oops: pte_count");
442 panic("oops: l1 wrong src type");
448 panic("oops: l1 slot id");
504 panic("oop
[all...]
H A Dinit.c79 panic("No free memory found!\n");
146 panic("Multiboot did not contain an kernel CMD line\n");
159 panic("Multiboot image does not have EFI mmap!");
200 panic("Implement AP booting!");
H A Dexec.c120 panic("wfi returned");
/barrelfish-2018-10-04/lib/compiler-rt/builtins/
H A Dint_util.c26 NORETURN extern void panic(const char *, ...);
31 panic("%s:%d: abort in %s", file, line, function);
/barrelfish-2018-10-04/kernel/include/arch/x86_64/
H A Dmisc.h28 panic("shouldn't be called for x64 -AB");
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Dbf_support.h52 #define panic(x...) do { \ macro
53 printf("panic:sf: " x); \
69 panic(#_exp); \
76 panic("assertion failed at %s:%u", __FILE__, __LINE__); \
/barrelfish-2018-10-04/kernel/arch/arm/
H A Dexn.c156 * and never actually report the panic. */
199 panic("Undefined instruction.\n");
207 panic("Breakpoint: %4x\n", bkpt);
210 panic("Prefetch abort: ifsr %08x\n", ifsr);
251 panic("Data abort: dfsr %08"PRIx32"\n", dfsr);
256 panic("IRQ %"PRIu32" in the kernel", irq);
260 panic("Caused by evector: %02"PRIx32, evector);
267 panic("FIQ Interrupt in the kernel");
274 panic("FIQ interrupt from user mode");
337 panic("Unhandle
[all...]
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dmisc.c58 panic("finally reached __stack_chk_fail()");
H A Dipi_notify.c84 panic("NO PCN for core %d!", my_arch_id);
123 panic("FULL");
H A Dsyscall.c64 panic("invalid IO command");
/barrelfish-2018-10-04/kernel/
H A Dlogging.c43 * Something irrecoverably bad happened. Print a panic message, then halt.
45 void panic(const char *msg, ...) function
88 panic("kernel assertion \"%s\" failed at %s:%d", exp, file, line);
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dboot_driver.c246 /* If there's no commandline passed, panic on port 0. */
249 panic("No commandline arguments.\n");
278 panic("No memory map.\n");
280 if(mbi->mmap_length == 0) panic("Memory map is empty.\n");
288 if(region == mbi->mmap_length) panic("No RAM regions.\n");
292 panic("First RAM region is >4GB - I can't address it.\n");
306 panic("Reduce the first MMAP entry to <1GB, otherwise everything\n"
370 panic("Shut up GCC, I'm not returning.\n");
H A Dpaging.c192 * \return the kernel virtual address of the mapped device, or panic.
208 panic("Attempt to map device spanning >1 section 0x%"PRIxLPADDR"+0x%x\n",
241 panic("Ran out of section entries to map a kernel device");
349 panic("oops: slot >= 4096");
354 panic("oops: src->type != ObjType_Frame && src->type != ObjType_DevFrame");
364 panic("oops: frame offset invalid");
379 panic("Remapping valid page.");
384 panic("Invalid target");
491 panic("oops: slot >= 256");
496 panic("oop
[all...]
H A Dpaging_init.c134 panic("The kernel memory window must either be 1-1, or init code\n"
205 panic("MMU is enabled.\n");
214 panic("Caches are enabled.\n");
H A Dplat_omap44xx.c142 panic("sys_clksel_status is uninitialised.\n");
161 panic("sys_clksel_status is invalid.\n");
176 panic("MPU DPLL seems to be disabled.\n");
H A Dplat_vexpress.c81 if(periphclk == 0) panic("No periphclk argument supplied.");
/barrelfish-2018-10-04/include/vm/
H A Dredzone.c44 SYSCTL_INT(_vm_redzone, OID_AUTO, panic, CTLFLAG_RWTUN, &redzone_panic, 0,
161 panic("Stopping here.");
180 panic("Stopping here.");
H A Dvm_init.c212 panic("startup: no room for tables");
220 panic("startup: table size inconsistency");
261 panic("Clean map calculation incorrect");
H A Duma_dbg.c80 panic("Memory modified after free %p(%d) val=%x @ %p\n",
160 panic("Most recently used by %s\n", (*ksp == NULL)?
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dpaging.c172 panic("error while mapping physical memory!");
177 panic("error while mapping physical memory!");
183 panic("error while mapping physical memory!");
/barrelfish-2018-10-04/lib/libc/iconv/
H A D_strtoul.h59 panic("%s: invalid base %d", __func__, base);

Completed in 117 milliseconds

12345