| /kernel/target/pc/multiboot/ |
| A D | multiboot-main.c | 36 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 D | trampoline.c | 26 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 D | trampoline.h | 61 __PRINTFLIKE(1, 2) static inline noreturn void panic(const char* msg, ...) { in panic() function
|
| A D | paging.c | 66 panic("ran out of page table memory"); in get_page_table()
|
| /kernel/kernel/ |
| A D | mutex.cpp | 52 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() 166 …panic("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 D | timer.cpp | 210 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 D | version.cpp | 74 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 D | debug.h | 84 #define panic(x...) _panic(__GET_CALLER(), __GET_FRAME(), x) macro 92 #define PANIC_UNIMPLEMENTED panic("%s unimplemented\n", __PRETTY_FUNCTION__)
|
| /kernel/lib/heap/ |
| A D | heap_wrapper.cpp | 152 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 D | system.cpp | 125 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 D | assert.h | 13 #define PANIC(args...) panic(args)
|
| /kernel/vm/ |
| A D | bootreserve.cpp | 34 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 D | platform.cpp | 132 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 D | debuglog.h | 31 bool panic; member
|
| /kernel/dev/intel_rng/ |
| A D | intel-rng.cpp | 65 panic("Invalid entropy instruction %d\n", (int)instr); in instruction_step()
|
| /kernel/arch/arm64/ |
| A D | mp.cpp | 115 panic("control should never reach here\n"); in arch_flush_state_and_halt()
|
| /kernel/platform/pc/ |
| A D | acpi.cpp | 243 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 D | timer.cpp | 136 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 D | global_prng.cpp | 57 panic("Invalid entropy string: idx %zu is not an ASCII hex digit\n", i); in IntegrateCmdlineEntropy()
|
| /kernel/lib/debuglog/ |
| A D | debuglog.cpp | 39 .panic = false, 115 if (log->panic) { in dlog_write() 392 DLOG.panic = true; in dlog_bluescreen_init()
|
| /kernel/dev/iommu/intel/ |
| A D | second_level_pt.cpp | 28 default: panic("Unsupported iommu width\n"); in compute_vaddr_mask()
|
| /kernel/arch/x86/ |
| A D | mmu.cpp | 168 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 D | lapic.cpp | 134 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 D | exception.cpp | 271 panic("fell out of thread exit somehow!\n"); in dispatch_user_exception()
|
| /kernel/arch/x86/page_tables/ |
| A D | page_tables.cpp | 35 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()
|