Home
last modified time | relevance | path

Searched refs:dprintf (Results 1 – 25 of 40) sorted by relevance

12

/kernel/top/
A Dmain.cpp64 dprintf(INFO, "\nwelcome to Zircon\n\n"); in lk_main()
69 dprintf(SPEW, "initializing vm pre-heap\n"); in lk_main()
74 dprintf(SPEW, "initializing heap\n"); in lk_main()
78 dprintf(SPEW, "initializing vm\n"); in lk_main()
83 dprintf(SPEW, "initializing kernel\n"); in lk_main()
89 dprintf(SPEW, "creating bootstrap completion thread\n"); in lk_main()
100 dprintf(SPEW, "top of bootstrap2()\n"); in bootstrap2()
106 dprintf(SPEW, "initializing platform\n"); in bootstrap2()
111 dprintf(SPEW, "initializing target\n"); in bootstrap2()
115 dprintf(SPEW, "moving to last init level\n"); in bootstrap2()
[all …]
/kernel/kernel/
A Dinit.cpp17 dprintf(SPEW, "initializing mp\n"); in kernel_init()
20 dprintf(SPEW, "initializing timers\n"); in kernel_init()
A Dthread.cpp1196 dprintf(INFO, "dump_thread WARNING: thread at %p has bad magic\n", t); in dump_thread_locked()
1209 dprintf(INFO, "dump_thread: t %p (%s:%s)\n", t, oname, t->name); in dump_thread_locked()
1215 dprintf(INFO, "\truntime_ns %" PRIi64 ", runtime_s %" PRIi64 "\n", in dump_thread_locked()
1217 dprintf(INFO, "\tstack.base 0x%lx, stack.vmar %p, stack.size %zu\n", in dump_thread_locked()
1220 dprintf(INFO, "\tstack.unsafe_base 0x%lx, stack.unsafe_vmar %p\n", in dump_thread_locked()
1223 dprintf(INFO, "\tentry %p, arg %p, flags 0x%x %s%s%s%s\n", t->entry, t->arg, t->flags, in dump_thread_locked()
1228 dprintf(INFO, "\twait queue %p, blocked_status %d, interruptable %d, mutexes held %d\n", in dump_thread_locked()
1230 dprintf(INFO, "\taspace %p\n", t->aspace); in dump_thread_locked()
1231 dprintf(INFO, "\tuser_thread %p, pid %" PRIu64 ", tid %" PRIu64 "\n", in dump_thread_locked()
1255 dprintf(INFO, "bad magic on thread struct %p, aborting.\n", t); in dump_all_threads_locked()
[all …]
/kernel/platform/
A Dpower.cpp28 dprintf(ALWAYS, "CRASH: starting debug shell... (reason = %d)\n", reason); in platform_halt()
34 dprintf(ALWAYS, "HALT: spinning forever... (reason = %d)\n", reason); in platform_halt()
/kernel/arch/x86/
A Dfaults.cpp46 dprintf(CRITICAL, " CS: %#18" PRIx64 " RIP: %#18" PRIx64 " EFL: %#18" PRIx64 " CR2: %#18lx\n", in dump_fault_frame()
48dprintf(CRITICAL, " RAX: %#18" PRIx64 " RBX: %#18" PRIx64 " RCX: %#18" PRIx64 " RDX: %#18" PRIx64 … in dump_fault_frame()
50dprintf(CRITICAL, " RSI: %#18" PRIx64 " RDI: %#18" PRIx64 " RBP: %#18" PRIx64 " RSP: %#18" PRIx64 … in dump_fault_frame()
56 dprintf(CRITICAL, "errc: %#18" PRIx64 "\n", in dump_fault_frame()
63 dprintf(CRITICAL, "bottom of kernel stack at %p:\n", stack); in dump_fault_frame()
87 dprintf(CRITICAL, "%s", msg); in exception_die()
209 dprintf(CRITICAL, "<PAGE FAULT> Instruction Pointer = 0x%lx:0x%lx\n", in x86_dump_pfe()
212 dprintf(CRITICAL, "<PAGE FAULT> Stack Pointer = 0x%lx:0x%lx\n", in x86_dump_pfe()
215 dprintf(CRITICAL, "<PAGE FAULT> Fault Linear Address = 0x%lx\n", in x86_dump_pfe()
217 dprintf(CRITICAL, "<PAGE FAULT> Error Code Value = 0x%lx\n", in x86_dump_pfe()
[all …]
A Dsmp.cpp98 dprintf(INFO, "booting apic ids: "); in x86_bringup_aps()
101 dprintf(INFO, "%#x ", apic_id); in x86_bringup_aps()
104 dprintf(INFO, "\n"); in x86_bringup_aps()
A Dthread.cpp82 dprintf(INFO, "\tarch: "); in arch_dump_thread()
83 dprintf(INFO, "sp %#" PRIxPTR "\n", t->arch.sp); in arch_dump_thread()
/kernel/lib/debuglog/
A Ddebuglog.cpp386 dprintf(INFO, "{{{mmap:%#lx:%#lx:load:0:%s:%#lx}}}\n", start, size, perm, start + bias); in print_mmap()
398 dprintf(INFO, "\nZIRCON KERNEL PANIC\n\n"); in dlog_bluescreen_init()
399 dprintf(INFO, "UPTIME: %" PRIi64 "ms\n", current_time() / ZX_MSEC(1)); in dlog_bluescreen_init()
400 dprintf(INFO, "BUILDID %s\n\n", version.buildid); in dlog_bluescreen_init()
405 dprintf(INFO, "{{{module:0:kernel:elf:%s}}}\n", version.elf_build_id); in dlog_bluescreen_init()
411 dprintf(INFO, "dso: id=%s base=%#lx name=zircon.elf\n", in dlog_bluescreen_init()
421 dprintf(INFO, "Shutting down debuglog\n"); in dlog_shutdown()
433 dprintf(INFO, "Failed to join notifier thread: %d\n", status); in dlog_shutdown()
443 dprintf(INFO, "Failed to join dumper thread: %d\n", status); in dlog_shutdown()
/kernel/platform/generic-arm/
A Dplatform.cpp151 dprintf(INFO, "Trying to start cpu %u:%u returned: %d\n", cluster, cpu, (int)ret); in platform_start_cpu()
208 dprintf(INFO, "mem_arena.base %#" PRIx64 " size %#" PRIx64 "\n", mem_arena.base, in process_mem_range()
213 dprintf(INFO, "overriding mem arena 0 base from FDT: %#zx\n", mem_arena.base); in process_mem_range()
217 dprintf(INFO, "overriding mem arena 0 size from FDT: %#zx\n", mem_arena.size); in process_mem_range()
226 dprintf(INFO, "boot reserve mem range: phys base %#" PRIx64 " length %#" PRIx64 "\n", in process_mem_range()
278 dprintf(INFO, "boot reserve nvram range: phys base %#" PRIx64 " length %#" PRIx64 "\n", in process_zbi_item()
353 dprintf(INFO, "reserving ramdisk phys range [%#" PRIx64 ", %#" PRIx64 "]\n", in platform_early_init()
369 dprintf(INFO, "memory limit lib returned an error (%d), falling back to default arena\n", in platform_early_init()
467 dprintf(ALWAYS, "CRASH: starting debug shell... (reason = %d)\n", reason); in platform_halt()
473 dprintf(ALWAYS, "HALT: spinning forever... (reason = %d)\n", reason); in platform_halt()
/kernel/lib/vdso/
A Drodso.cpp74 dprintf(CRITICAL, in MapSegment()
81 dprintf(SPEW, "userboot: %-8s %-6s %#7zx @ [%#" PRIxPTR in MapSegment()
/kernel/arch/arm64/
A Dthread.cpp117 dprintf(INFO, "\tarch: "); in arch_dump_thread()
118 dprintf(INFO, "sp 0x%lx\n", t->arch.sp); in arch_dump_thread()
A Dfeature.cpp175 dprintf(INFO, "ARM cpu %u: midr %#x '%s' mpidr %#" PRIx64 " aff %u:%u:%u:%u\n", in print_cpu_info()
305 dprintf(INFO, "ARM cache line sizes: icache %u dcache %u zva %u\n", in arm64_feature_debug()
/kernel/vm/
A Dbootreserve.cpp31 dprintf(INFO, "PMM: boot reserve add [%#" PRIxPTR ", %#" PRIxPTR "]\n", pa, pa + len - 1); in boot_reserve_add_range()
69 dprintf(INFO, "PMM: boot reserve marking WIRED [%#" PRIxPTR ", %#" PRIxPTR "]\n", in boot_reserve_wire()
A Dvm.cpp87dprintf(INFO, "VM: marking boot alloc used range [%#" PRIxPTR ", %#" PRIxPTR ")\n", boot_alloc_sta… in vm_init_preheap()
160dprintf(INFO, "VM: reserving kernel region [%#" PRIxPTR ", %#" PRIxPTR ") flags %#x name '%s'\n", in vm_init()
/kernel/arch/arm64/hypervisor/
A Del2_cpu_state.cpp68 dprintf(CRITICAL, "Failed to turn EL2 on for CPU %u\n", cpu_num); in OnTask()
81 dprintf(CRITICAL, "Failed to turn EL2 off for CPU %u\n", arch_curr_cpu_num()); in el2_off_task()
A Dvmexit.cpp236 dprintf(CRITICAL, "Unhandled system register %#x\n", static_cast<uint16_t>(si.sysreg)); in handle_system_instruction()
245 dprintf(CRITICAL, "Unhandled instruction abort %#lx\n", guest_paddr); in handle_instruction_abort()
261 dprintf(CRITICAL, "Unhandled data abort %#lx\n", guest_paddr); in handle_data_abort()
349 dprintf(CRITICAL, "VM exit handler for %u (%s) in EL%u at %#lx returned %d\n", in vmexit_handler()
/kernel/arch/x86/hypervisor/
A Dvmexit.cpp454 dprintf(CRITICAL, "Unsupported IO instruction\n"); in handle_io_instruction()
461 dprintf(CRITICAL, "Unhandled IO port %s %#x\n", in handle_io_instruction()
537 dprintf(INFO, "Unhandled x2APIC rdmsr %#lx\n", guest_state->rcx); in handle_apic_rdmsr()
594 dprintf(INFO, "Unhandled rdmsr %#lx\n", guest_state->rcx); in handle_rdmsr()
654 dprintf(CRITICAL, "Logical IPI destination mode is not supported\n"); in handle_ipi()
681 dprintf(CRITICAL, "Unsupported IPI delivery mode %#x\n", in handle_ipi()
745 dprintf(INFO, "Unhandled x2APIC wrmsr %#lx\n", guest_state->rcx); in handle_apic_wrmsr()
821 dprintf(INFO, "Unhandled wrmsr %#lx\n", guest_state->rcx); in handle_wrmsr()
1019 dprintf(INFO, "CLOCK_PAIRING hypercall doesn't support clock type %lu\n", in handle_vmcall()
1026 dprintf(INFO, "Populating lock offset failed with %d\n", status); in handle_vmcall()
[all …]
A Dvmx_cpu_state.cpp145 dprintf(CRITICAL, "Failed to turn on VMX on CPU %u\n", cpu_num); in vmxon_task()
156 dprintf(CRITICAL, "Failed to turn off VMX on CPU %u\n", arch_curr_cpu_num()); in vmxoff_task()
/kernel/dev/interrupt/arm_gic/v2/
A Darm_gicv2m_pcie.cpp63 dprintf(SPEW, "GICv2 MSI init\n"); in arm_gicv2_pcie_init()
A Darm_gicv2m.cpp55 dprintf(SPEW, "GICv2m %u: base spi %u count %u\n", i, base_spi, num_spi); in arm_gicv2m_init()
/kernel/lib/ktrace/
A Dktrace.cpp190 dprintf(INFO, "ktrace: disabled\n"); in ktrace_init()
200 dprintf(INFO, "ktrace: cannot alloc buffer %d\n", status); in ktrace_init()
208 dprintf(INFO, "ktrace: buffer at %p (%u bytes)\n", ks->buffer, mb); in ktrace_init()
/kernel/include/
A Ddebug.h79 #define dprintf(level, x...) do { if ((level) <= LK_DEBUGLEVEL) { printf(x); } } while (0) macro
/kernel/dev/timer/arm_generic/
A Darm_generic_timer.cpp298dprintf(SPEW, "cntpct_per_ns: %08x.%08x%08x\n", cntpct_per_ns.l0, cntpct_per_ns.l32, cntpct_per_ns… in arm_generic_timer_init_conversion_factors()
299dprintf(SPEW, "ns_per_cntpct: %08x.%08x%08x\n", ns_per_cntpct.l0, ns_per_cntpct.l32, ns_per_cntpct… in arm_generic_timer_init_conversion_factors()
316 dprintf(INFO, "arm generic timer freq %u Hz\n", cntfrq); in arm_generic_timer_init()
/kernel/lib/watchdog/
A Dwatchdog.cpp26 dprintf(INFO, "Watchdog \"%s\" (timeout %" PRId64 " mSec) just fired!!\n", in watchdog_handler()
/kernel/platform/pc/
A Dkeyboard.cpp425 dprintf(SPEW, "Failed to read CTR while initializing i8042\n"); in platform_init_keyboard()
437 dprintf(SPEW, "Failed to write CTR while initializing i8042\n"); in platform_init_keyboard()

Completed in 40 milliseconds

12