Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 25 of 42) sorted by relevance

12

/kernel/target/pc/multiboot/
A Dmultiboot-main.c36 panic("zbi_create_section(%p, %#"PRIxPTR", %#zx) failed: %d", in add_memory_info()
163 panic("multiboot memory map doesn't cover %#" PRIxPTR, in multiboot_main()
167 panic("multiboot memory information missing"); in multiboot_main()
171 panic("missing multiboot modules"); in multiboot_main()
174 panic("cannot handle multiboot mods_count %"PRIu32" != 1\n", in multiboot_main()
183 panic("insufficient multiboot module [%#"PRIx32",%#"PRIx32")" in multiboot_main()
192 panic("insufficient multiboot module [%#"PRIx32",%#"PRIx32")" in multiboot_main()
204 panic("ZBI failed check: %d at offset %#zx", in multiboot_main()
212 panic("ZBI missing kernel"); in multiboot_main()
230 panic("upper memory limit %#"PRIxPTR" < kernel end %p", in multiboot_main()
[all …]
A Dtrampoline.c26 panic("ZBI kernel entry point %#llx truncated to %#"PRIx32, in boot_zbi()
31 panic("ZBI kernel entry point %#"PRIx32" outside kernel [%p, %p)", in boot_zbi()
A Dtrampoline.h61 __PRINTFLIKE(1, 2) static inline noreturn void panic(const char* msg, ...) { in panic() function
A Dpaging.c66 panic("ran out of page table memory"); in get_page_table()
/kernel/kernel/
A Dmutex.cpp52 panic("mutex_destroy: thread %p (%s) tried to destroy locked mutex %p," in mutex_destroy()
84 panic("mutex_acquire: thread %p (%s) tried to acquire mutex %p it already owns.\n", in mutex_acquire()
114 panic("mutex_acquire: wait_queue_block returns with error %d m %p, thr %p, sp %p\n", in mutex_acquire()
166panic("mutex_release: thread %p (%s) tried to release mutex %p it doesn't own. owned by %p (%s)\n", in mutex_release_internal()
188 panic("bad state in mutex release %p, current thread %p\n", m, ct); in mutex_release_internal()
A Dtimer.cpp210 panic("timer %p already in list\n", timer); in timer_set()
234 panic("invalid timer mode\n"); in timer_set()
249 panic("timer %p currently active on a different cpu %d\n", timer, timer->active_cpu); in timer_set()
/kernel/lib/version/
A Dversion.cpp74 panic("ELF build ID note has bad format!\n"); in init_build_id()
77 panic("ELF build ID is %u bytes, expected %u or fewer\n", in init_build_id()
/kernel/include/
A Ddebug.h84 #define panic(x...) _panic(__GET_CALLER(), __GET_FRAME(), x) macro
92 #define PANIC_UNIMPLEMENTED panic("%s unimplemented\n", __PRETTY_FUNCTION__)
/kernel/lib/heap/
A Dheap_wrapper.cpp152 panic("malloc of size %zu failed\n", size); in malloc()
171 panic("malloc of size %zu failed\n", size); in malloc_debug_caller_()
190 panic("memalign of size %zu align %zu failed\n", size, boundary); in memalign()
228 panic("realloc of size %zu old ptr %p failed\n", size, ptr); in realloc()
/kernel/syscalls/
A Dsystem.cpp125 panic("Failed to allocate contiguous memory"); in vmo_coalesce_pages()
134 panic("Failed to read to contiguous vmo"); in vmo_coalesce_pages()
324 panic("Execution should never reach here\n"); in sys_system_mexec()
337 panic("ERROR: failed to halt the platform\n"); in platform_graceful_halt()
/kernel/lib/libc/include/
A Dassert.h13 #define PANIC(args...) panic(args)
/kernel/vm/
A Dbootreserve.cpp34 panic("too many boot reservations\n"); in boot_reserve_add_range()
43 panic("boot_reserve_add_range: pa %#" PRIxPTR " len %zx intersects existing range\n", in boot_reserve_add_range()
/kernel/platform/generic-arm/
A Dplatform.cpp132 panic("psci_cpu_off returned %u\n", result); in platform_halt_cpu()
231 panic("bad mem_range->type in process_mem_range\n"); in process_mem_range()
310 panic("no zbi_paddr!\n"); in platform_early_init()
324 panic("no bootdata!\n"); in platform_early_init()
328 panic("no ramdisk!\n"); in platform_early_init()
/kernel/lib/debuglog/include/lib/
A Ddebuglog.h31 bool panic; member
/kernel/dev/intel_rng/
A Dintel-rng.cpp65 panic("Invalid entropy instruction %d\n", (int)instr); in instruction_step()
/kernel/arch/arm64/
A Dmp.cpp115 panic("control should never reach here\n"); in arch_flush_state_and_halt()
/kernel/platform/pc/
A Dacpi.cpp243 panic("Unknown IRQ polarity in override: %u\n", in platform_enumerate_interrupt_source_overrides()
256 panic("Unknown IRQ trigger in override: %u\n", in platform_enumerate_interrupt_source_overrides()
A Dtimer.cpp136 panic("Invalid wall clock source\n"); in current_time()
160 panic("Invalid wall clock source\n"); in discrete_time_roundup()
526 panic("Could not satisfy kernel.wallclock choice\n"); in pc_init_timer()
/kernel/lib/crypto/
A Dglobal_prng.cpp57 panic("Invalid entropy string: idx %zu is not an ASCII hex digit\n", i); in IntegrateCmdlineEntropy()
/kernel/lib/debuglog/
A Ddebuglog.cpp39 .panic = false,
115 if (log->panic) { in dlog_write()
392 DLOG.panic = true; in dlog_bluescreen_init()
/kernel/dev/iommu/intel/
A Dsecond_level_pt.cpp28 default: panic("Unsupported iommu width\n"); in compute_vaddr_mask()
/kernel/arch/x86/
A Dmmu.cpp168 panic("PML4_L invld found; should not be here\n"); in TlbInvalidatePage_task()
230 panic("Unreachable case in supports_page_size\n"); in supports_page_size()
386 panic("Unreachable case in supports_page_size\n"); in supports_page_size()
A Dlapic.cpp134 panic("Could not allocate APIC management page: %d\n", res); in apic_vm_init()
430 panic("APIC error detected: %u\n", lapic_reg_read(LAPIC_REG_ERROR_STATUS)); in apic_error_interrupt_handler()
/kernel/object/
A Dexception.cpp271 panic("fell out of thread exit somehow!\n"); in dispatch_user_exception()
/kernel/arch/x86/page_tables/
A Dpage_tables.cpp35 panic("page_size: invalid level\n"); in page_size()
56 panic("vaddr_to_index: invalid level\n"); in vaddr_to_index()
76 panic("paddr_from_pte at unhandled level %d\n", level); in paddr_from_pte()
1010 panic("arch_mmu_query: unhandled frame level\n"); in QueryVaddr()

Completed in 695 milliseconds

12