| /kernel/lib/debuglog/ |
| A D | debuglog.cpp | 386 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/arch/x86/ |
| A D | smp.cpp | 98 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 D | thread.cpp | 82 dprintf(INFO, "\tarch: "); in arch_dump_thread() 83 dprintf(INFO, "sp %#" PRIxPTR "\n", t->arch.sp); in arch_dump_thread()
|
| /kernel/top/ |
| A D | main.cpp | 64 dprintf(INFO, "\nwelcome to Zircon\n\n"); in lk_main() 66 dprintf(INFO, "KASLR: .text section at %p\n", __code_start); in lk_main()
|
| /kernel/platform/generic-arm/ |
| A D | platform.cpp | 151 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()
|
| /kernel/arch/arm64/ |
| A D | thread.cpp | 117 dprintf(INFO, "\tarch: "); in arch_dump_thread() 118 dprintf(INFO, "sp 0x%lx\n", t->arch.sp); in arch_dump_thread()
|
| A D | feature.cpp | 175 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()
|
| A D | arch.cpp | 201 dprintf(INFO, "ARM boot EL%lu\n", arm64_get_boot_el()); in arch_init()
|
| /kernel/vm/ |
| A D | bootreserve.cpp | 31 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 D | vm.cpp | 87 …dprintf(INFO, "VM: marking boot alloc used range [%#" PRIxPTR ", %#" PRIxPTR ")\n", boot_alloc_sta… in vm_init_preheap() 160 … dprintf(INFO, "VM: reserving kernel region [%#" PRIxPTR ", %#" PRIxPTR ") flags %#x name '%s'\n", in vm_init()
|
| /kernel/kernel/ |
| A D | thread.cpp | 1196 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/lib/ktrace/ |
| A D | ktrace.cpp | 190 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 D | debug.h | 23 #define INFO 1 macro
|
| /kernel/lib/watchdog/ |
| A D | watchdog.cpp | 26 dprintf(INFO, "Watchdog \"%s\" (timeout %" PRId64 " mSec) just fired!!\n", in watchdog_handler()
|
| /kernel/arch/x86/hypervisor/ |
| A D | vmexit.cpp | 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() 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() 1034 dprintf(INFO, "Unknown VMCALL(%lu) (arg0=%#lx, arg1=%#lx, arg2=%#lx, arg3=%#lx)\n", in handle_vmcall()
|
| A D | vcpu.cpp | 210 dprintf(INFO, "can not set vmcs controls %#x\n", static_cast<uint>(controls)); in SetControl() 214 dprintf(INFO, "can not clear vmcs controls %#x\n", static_cast<uint>(controls)); in SetControl() 218 dprintf(INFO, "can not set and clear the same vmcs controls %#x\n", in SetControl() 725 dprintf(INFO, "Invalid interrupt vector: %u\n", vector); in local_apic_maybe_interrupt() 782 dprintf(INFO, "VCPU resume failed: %#lx\n", error); in Resume()
|
| /kernel/lib/hypervisor/ |
| A D | trap_map.cpp | 89 dprintf(INFO, "Trap for kind %u (addr %#lx len %lu key %lu) already exists " in InsertTrap()
|
| /kernel/lib/heap/cmpctmalloc/ |
| A D | cmpctmalloc.cpp | 214 dprintf(INFO, "\t\tbase %p, end %#" PRIxPTR ", len %#zx (%zu)\n", in dump_free() 223 dprintf(INFO, "Heap dump (using cmpctmalloc):\n"); in cmpct_dump() 224 dprintf(INFO, "\tsize %lu, remaining %lu, cached free %lu\n", in cmpct_dump() 229 dprintf(INFO, "\tfree list:\n"); in cmpct_dump() 236 dprintf(INFO, "\tbucket %d\n", i); in cmpct_dump()
|
| /kernel/lib/console/ |
| A D | console.cpp | 623 dprintf(INFO, "entering main console loop\n"); in console_start() 628 dprintf(INFO, "exiting main console loop\n"); in console_start() 785 dprintf(INFO, "entering panic shell loop\n"); in panic_shell_start()
|
| /kernel/platform/pc/ |
| A D | platform.cpp | 813 dprintf(INFO, "cpu topology:\n"); in platform_init_smp() 824 dprintf(INFO, "\t%u: apic id 0x%x package %u node %u core %u smt %u%s%s\n", in platform_init_smp() 844 dprintf(INFO, "Found %u cpu%c\n", num_cpus, (num_cpus > 1) ? 's' : ' '); in platform_init_smp() 846 dprintf(INFO, "Clamping number of CPUs to %u\n", max_cpus); in platform_init_smp()
|
| A D | debug.cpp | 283 dprintf(INFO, "UART: FIFO depth %u\n", uart_fifo_depth); in pc_init_debug_early()
|
| /kernel/dev/timer/arm_generic/ |
| A D | arm_generic_timer.cpp | 316 dprintf(INFO, "arm generic timer freq %u Hz\n", cntfrq); in arm_generic_timer_init()
|
| /kernel/arch/arm64/hypervisor/ |
| A D | vcpu.cpp | 249 dprintf(INFO, "VCPU resume failed: %d\n", status); in Resume()
|
| /kernel/lib/userboot/ |
| A D | userboot.cpp | 291 dprintf(INFO, "userboot: ramdisk %#15zx @ %p\n", rsize, rbase); in attempt_userboot()
|
| /kernel/lib/gfx/ |
| A D | gfx.cpp | 567 dprintf(INFO, "invalid graphics format\n"); in gfx_init_surface()
|