Home
last modified time | relevance | path

Searched refs:printk (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/xen/xen/drivers/passthrough/vtd/
A Dutils.c57 printk("---- print_iommu_regs ----\n"); in print_iommu_regs()
58 printk(" drhd->address = %"PRIx64"\n", drhd->address); in print_iommu_regs()
65 printk(" fault_recording_reg_l = %"PRIx64"\n", in print_iommu_regs()
67 printk(" fault_recording_reg_h = %"PRIx64"\n", in print_iommu_regs()
104 printk(" iommu->root_maddr = 0\n"); in print_vtd_entries()
111 printk(" root_entry == NULL\n"); in print_vtd_entries()
128 printk(" ctxt_entry == NULL\n"); in print_vtd_entries()
133 printk(" context[%02x] = %"PRIx64"_%"PRIx64"\n", in print_vtd_entries()
156 printk(" l%u == NULL\n", level); in print_vtd_entries()
192 printk(" Queued Invalidation: %ssupported%s.\n", in vtd_dump_iommu_info()
[all …]
/xen/xen/arch/x86/hvm/svm/
A Dsvmdebug.c26 printk("%s: %04x %04x %08x %016"PRIx64"\n", in svm_dump_sel()
41 printk("Dumping guest's current state at %s...\n", from); in svm_vmcb_dump()
45 printk("cr_intercepts = %#x dr_intercepts = %#x " in svm_vmcb_dump()
65 printk("np_ctrl = %#"PRIx64" guest_asid = %#x\n", in svm_vmcb_dump()
71 printk("CR0 = 0x%016"PRIx64" CR2 = 0x%016"PRIx64"\n", in svm_vmcb_dump()
73 printk("CR3 = 0x%016"PRIx64" CR4 = 0x%016"PRIx64"\n", in svm_vmcb_dump()
75 printk("RSP = 0x%016"PRIx64" RIP = 0x%016"PRIx64"\n", in svm_vmcb_dump()
77 printk("RAX = 0x%016"PRIx64" RFLAGS=0x%016"PRIx64"\n", in svm_vmcb_dump()
79 printk("DR6 = 0x%016"PRIx64", DR7 = 0x%016"PRIx64"\n", in svm_vmcb_dump()
85 printk("H_CR3 = 0x%016"PRIx64" CleanBits = %#x\n", in svm_vmcb_dump()
[all …]
/xen/xen/test/livepatch/
A Dxen_action_hooks_noapply.c24 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in pre_apply_hook()
34 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in pre_apply_hook()
43 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in apply_hook()
50 printk(KERN_DEBUG "%s: applying: %s\n", __func__, func->name); in apply_hook()
53 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in apply_hook()
62 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in post_apply_hook()
73 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in post_apply_hook()
80 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in pre_revert_hook()
90 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in pre_revert_hook()
99 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in post_revert_hook()
[all …]
A Dxen_action_hooks_norevert.c24 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in pre_apply_hook()
31 printk(KERN_DEBUG "%s: pre applied: %s\n", __func__, func->name); in pre_apply_hook()
34 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in pre_apply_hook()
43 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in post_apply_hook()
53 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in post_apply_hook()
60 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in pre_revert_hook()
70 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in pre_revert_hook()
79 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in revert_hook()
89 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in revert_hook()
98 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in post_revert_hook()
[all …]
A Dxen_action_hooks_marker.c22 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in pre_apply_hook()
29 printk(KERN_DEBUG "%s: pre applied: %s\n", __func__, func->name); in pre_apply_hook()
32 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in pre_apply_hook()
41 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in post_apply_hook()
48 printk(KERN_DEBUG "%s: post applied: %s\n", __func__, func->name); in post_apply_hook()
51 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in post_apply_hook()
58 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in pre_revert_hook()
65 printk(KERN_DEBUG "%s: pre reverted: %s\n", __func__, func->name); in pre_revert_hook()
68 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in pre_revert_hook()
77 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in post_revert_hook()
[all …]
A Dxen_prepost_hooks.c29 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in pre_apply_hook()
36 printk(KERN_DEBUG "%s: applying: %s\n", __func__, func->name); in pre_apply_hook()
39 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in pre_apply_hook()
48 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in post_apply_hook()
55 printk(KERN_DEBUG "%s: applied: %s\n", __func__, func->name); in post_apply_hook()
58 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in post_apply_hook()
65 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in pre_revert_hook()
75 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in pre_revert_hook()
85 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in post_revert_hook()
92 printk(KERN_DEBUG "%s: reverted: %s\n", __func__, func->name); in post_revert_hook()
[all …]
A Dxen_action_hooks_nofunc.c22 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in apply_hook()
29 printk(KERN_DEBUG "%s: applying: %s\n", __func__, func->name); in apply_hook()
32 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in apply_hook()
41 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in revert_hook()
48 printk(KERN_DEBUG "%s: reverting: %s\n", __func__, func->name); in revert_hook()
51 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in revert_hook()
60 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in post_revert_hook()
66 printk(KERN_DEBUG "%s: reverted: %s\n", __func__, func->name); in post_revert_hook()
70 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in post_revert_hook()
A Dxen_action_hooks.c25 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in apply_hook()
34 printk(KERN_DEBUG "%s: applying: %s\n", __func__, func->name); in apply_hook()
37 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in apply_hook()
46 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in revert_hook()
55 printk(KERN_DEBUG "%s: reverting: %s\n", __func__, func->name); in revert_hook()
58 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in revert_hook()
67 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in post_revert_hook()
73 printk(KERN_DEBUG "%s: reverted: %s\n", __func__, func->name); in post_revert_hook()
77 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in post_revert_hook()
A Dxen_prepost_hooks_fail.c23 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in pre_apply_hook()
29 printk(KERN_DEBUG "%s: pre applying: %s\n", __func__, func->name); in pre_apply_hook()
32 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in pre_apply_hook()
39 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in unreachable_pre_hook()
41 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in unreachable_pre_hook()
48 printk(KERN_DEBUG "%s: Hook starting.\n", __func__); in unreachable_post_hook()
50 printk(KERN_DEBUG "%s: Hook done.\n", __func__); in unreachable_post_hook()
/xen/xen/arch/arm/acpi/
A Dboot.c61 printk("Skip MADT cpu entry with invalid MPIDR\n"); in acpi_map_gic_cpu_interface()
68 printk("Skipping disabled CPU entry with 0x%"PRIx64" MPIDR\n", mpidr); in acpi_map_gic_cpu_interface()
74 printk("NR_CPUS limit of %d reached, Processor %d/0x%"PRIx64" ignored.\n", in acpi_map_gic_cpu_interface()
101 printk("Firmware bug, duplicate CPU MPIDR: 0x%"PRIx64" in MADT\n", in acpi_map_gic_cpu_interface()
109 printk("PSCI not present, skipping CPU MPIDR 0x%"PRIx64"\n", in acpi_map_gic_cpu_interface()
116 printk("cpu%d: init failed (0x%"PRIx64" MPIDR): %d\n", in acpi_map_gic_cpu_interface()
157 printk("Error parsing GIC CPU interface entry\n"); in acpi_smp_init_cpus()
163 printk("MADT missing boot CPU MPIDR, not enabling secondaries\n"); in acpi_smp_init_cpus()
171 printk("%d CPUs enabled, %d CPUs total\n", enabled_cpus, total_cpus); in acpi_smp_init_cpus()
267 printk("%s: Unable to initialize table parser (%d)\n", in acpi_boot_table_init()
[all …]
/xen/xen/common/
A Dshutdown.c22 printk("'noreboot' set - not rebooting.\n"); in maybe_reboot()
27 printk("rebooting machine in 5 seconds.\n"); in maybe_reboot()
38 printk("Hardware Dom%u halted: halting machine\n", in hwdom_shutdown()
45 printk("Hardware Dom%u crashed: ", hardware_domain->domain_id); in hwdom_shutdown()
51 printk("Hardware Dom%u shutdown: rebooting machine\n", in hwdom_shutdown()
57 printk("Hardware Dom%u shutdown: watchdog rebooting machine\n", in hwdom_shutdown()
64 printk("Hardware domain %d did unsupported soft reset, rebooting.\n", in hwdom_shutdown()
70 printk("Hardware Dom%u shutdown (unknown reason %u): ", in hwdom_shutdown()
A Dkeyhandler.c132 printk(" key '%c' (ascii '%02x') => %s\n", in show_handlers()
144 printk("*** Dumping CPU%u host state: ***\n", cpu); in dump_execstate()
153 printk("\n"); in dump_execstate()
179 printk("'%c' pressed -> dumping registers\n\n", key); in dump_registers()
246 printk("'%c' pressed -> rebooting machine\n", key); in reboot_machine()
269 printk(" refcnt=%d dying=%d pause_count=%d\n", in dump_domains()
295 printk("NODE affinity for domain %d: [%*pbl]\n", in dump_domains()
320 printk("\n"); in dump_domains()
326 printk("No periodic timer\n"); in dump_domains()
449 printk("[%c: %s]\n", k, h->desc); in run_all_nonirq_keyhandlers()
[all …]
A Dlivepatch_elf.c84 printk(XENLOG_ERR LIVEPATCH "%s: Section [%u] data %s of payload\n", in elf_resolve_sections()
129 printk(XENLOG_ERR LIVEPATCH in elf_resolve_sections()
140 printk(XENLOG_ERR LIVEPATCH "%s: No symbol table found\n", in elf_resolve_sections()
149 printk(XENLOG_ERR LIVEPATCH "%s: Symbol table header is corrupted\n", in elf_resolve_sections()
163 printk(XENLOG_ERR LIVEPATCH "%s: String table section is corrupted\n", in elf_resolve_sections()
307 printk(XENLOG_ERR LIVEPATCH "%s: Unknown symbol: %s\n", in livepatch_elf_resolve_symbols()
432 printk(XENLOG_ERR LIVEPATCH "%s: Not an ELF payload\n", elf->name); in livepatch_header_check()
445 printk(XENLOG_ERR LIVEPATCH "%s: Invalid ELF payload\n", elf->name); in livepatch_header_check()
455 printk(XENLOG_ERR LIVEPATCH "%s: Section name idx is undefined\n", in livepatch_header_check()
463 printk(XENLOG_ERR LIVEPATCH "%s: Too many (%u) sections\n", in livepatch_header_check()
[all …]
/xen/xen/arch/arm/
A Dtraps.c762 printk("\n"); in show_registers_32()
802 printk("\n"); in show_registers_32()
821 printk("\n"); in show_registers_32()
837 printk("\n"); in show_registers_64()
870 printk("\n"); in show_registers_64()
915 printk("\n"); in _show_registers()
920 printk("\n"); in _show_registers()
930 printk("\n"); in _show_registers()
1072 printk("\n"); in show_guest_stack()
1145 printk("\n"); in show_trace()
[all …]
A DKconfig.debug2 bool "Early printk"
22 bool "Early printk via 8250 UART"
36 bool "Early printk via Cadence UART"
50 bool "Early printk via Exynos4210 UART"
64 bool "Early printk via MESON UART"
78 bool "Early printk via MVEBU UART"
91 bool "Early printk via PL011 UART"
104 bool "Early printk via SCIF UART"
130 bool "Early printk with pl011 with Hikey 960"
231 int "Early printk UART baud rate for pl011"
[all …]
A Dsmpboot.c147 printk(XENLOG_WARNING "cpu node `%s`: #size-cells %d\n", in dt_smp_init_cpus()
153 printk(XENLOG_WARNING "cpu node `%s`: has no reg property\n", in dt_smp_init_cpus()
196 printk(XENLOG_WARNING in dt_smp_init_cpus()
223 printk(XENLOG_WARNING in dt_smp_init_cpus()
241 printk(XENLOG_WARNING "DT missing boot CPU MPIDR[23:0]\n" in dt_smp_init_cpus()
264 printk(XENLOG_WARNING "SMP init failed (%d)\n" in smp_init_cpus()
368 printk(XENLOG_DEBUG "CPU %u booted.\n", smp_processor_id()); in start_secondary()
423 printk("Bringing up CPU%d\n", cpu); in __cpu_up()
447 printk("Failed to bring up CPU%d\n", cpu); in __cpu_up()
480 printk("CPU%d never came online\n", cpu); in __cpu_up()
[all …]
/xen/xen/drivers/acpi/
A Dtables.c57 printk(KERN_INFO PREFIX in acpi_table_print_madt_entry()
68 printk(KERN_INFO PREFIX in acpi_table_print_madt_entry()
80 printk(KERN_INFO PREFIX in acpi_table_print_madt_entry()
90 printk(KERN_INFO PREFIX in acpi_table_print_madt_entry()
97 printk(KERN_INFO PREFIX in acpi_table_print_madt_entry()
109 printk(KERN_INFO PREFIX in acpi_table_print_madt_entry()
121 printk(KERN_INFO PREFIX in acpi_table_print_madt_entry()
139 printk(KERN_INFO PREFIX in acpi_table_print_madt_entry()
152 printk(KERN_INFO PREFIX in acpi_table_print_madt_entry()
162 printk(KERN_INFO PREFIX in acpi_table_print_madt_entry()
[all …]
/xen/xen/drivers/char/
A Darm-uart.c61 printk("Taking dtuart configuration from /chosen/stdout-path\n"); in dt_uart_init()
64 printk("WARNING: /chosen/stdout-path too long, truncated\n"); in dt_uart_init()
67 printk("Failed to read /chosen/stdout-path (%d)\n", ret); in dt_uart_init()
73 printk("No dtuart path configured\n"); in dt_uart_init()
83 printk("Looking for dtuart at \"%s\", options \"%s\"\n", devpath, options); in dt_uart_init()
91 printk("Unable to find device \"%s\"\n", devpath); in dt_uart_init()
98 printk("Unable to initialize dtuart: %d\n", ret); in dt_uart_init()
111 printk("Unable to get spcr table\n"); in acpi_uart_init()
118 printk("Unable to initialize acpi uart: %d\n", ret); in acpi_uart_init()
/xen/xen/arch/x86/x86_64/
A Dtraps.c67 printk(" %pS", _p(regs->rip)); in _show_registers()
68 printk("\nRFLAGS: %016lx ", regs->rflags); in _show_registers()
71 printk("CONTEXT: %s", context_names[context]); in _show_registers()
73 printk(" (%pv)", v); in _show_registers()
144 printk("CPU: %d\n", smp_processor_id()); in show_registers()
155 printk("ler: from %016"PRIx64" [%ps]\n", in show_registers()
157 printk(" to %016"PRIx64" [%ps]\n", in show_registers()
203 printk(" L4[0x%03lx] = %"PRIpte" %016lx\n", in show_page_walk()
243 printk(" L1[0x%03lx] = %"PRIpte" %016lx\n", in show_page_walk()
257 printk("*** DOUBLE FAULT ***\n"); in do_double_fault()
[all …]
/xen/xen/arch/x86/
A Dnuma.c264 printk(KERN_INFO "%s\n", in numa_initmem_init()
386 printk("NODE%u start->%lu size->%lu free->%lu\n", in dump_numa()
414 printk("CPU%u -> NODE%d\n", j, cpu_to_node[j]); in dump_numa()
418 printk("Memory location of each domain:\n"); in dump_numa()
456 printk(" %3u: pnode ???,", i); in dump_numa()
460 printk(" vcpus "); in dump_numa()
471 printk("%d", j); in dump_numa()
478 printk("-%d ", j - 1); in dump_numa()
480 printk(" "); in dump_numa()
486 printk("-%d", j - 1); in dump_numa()
[all …]
A Dmpparse.c94 printk(XENLOG_DEBUG "NR_CPUS:%u nr_cpumask_bits:%u\n", in set_nr_cpu_ids()
108 printk(XENLOG_DEBUG "nr_sockets: %u\n", nr_sockets); in set_nr_sockets()
182 printk(KERN_WARNING "WARNING: Can't alloc cpu_id." in MP_processor_info_x()
242 printk(KERN_INFO "I/O APIC #%d Version %d at %#x.\n", in MP_ioapic_info()
309 printk(KERN_ERR "SMP mptable: checksum error!\n"); in smp_read_mpc()
323 printk(KERN_INFO "OEM ID: %s ",oem); in smp_read_mpc()
327 printk("Product ID: %s ",str); in smp_read_mpc()
331 printk("APIC at: %#x\n", mpc->mpc_lapic); in smp_read_mpc()
530 printk("???\n"); in construct_default_ISA_mptable()
671 printk("Error: MPF size\n"); in smp_scan_config()
[all …]
/xen/xen/arch/x86/cpu/
A Dintel.c137 printk(XENLOG_WARNING in probe_masking_msrs()
243 printk(XENLOG_INFO in intel_init_levelling()
281 printk(KERN_INFO in early_init_intel()
328 printk(XENLOG_WARNING in probe_c3_errata()
406 printk(" core: %u Hz", ecx); in intel_log_freq()
409 printk("\n"); in intel_log_freq()
420 printk(" bus: %u MHz", ecx); in intel_log_freq()
422 printk(" base: %u MHz", eax); in intel_log_freq()
424 printk(" max: %u MHz", ebx); in intel_log_freq()
425 printk("\n"); in intel_log_freq()
[all …]
/xen/xen/arch/x86/guest/xen/
A Dpvh-boot.c120 printk("PVH start info: (pa %08x)\n", pvh_start_info_pa); in pvh_print_info()
121 printk(" version: %u\n", pvh_info->version); in pvh_print_info()
122 printk(" flags: %#"PRIx32"\n", pvh_info->flags); in pvh_print_info()
123 printk(" nr_modules: %u\n", pvh_info->nr_modules); in pvh_print_info()
124 printk(" modlist_pa: %016"PRIx64"\n", pvh_info->modlist_paddr); in pvh_print_info()
125 printk(" cmdline_pa: %016"PRIx64"\n", pvh_info->cmdline_paddr); in pvh_print_info()
128 printk(" rsdp_pa: %016"PRIx64"\n", pvh_info->rsdp_paddr); in pvh_print_info()
133 printk(" mod[%u].pa: %016"PRIx64"\n", i, entry[i].paddr); in pvh_print_info()
134 printk(" mod[%u].size: %016"PRIu64"\n", i, entry[i].size); in pvh_print_info()
135 printk(" mod[%u].cmdline_pa: %016"PRIx64"\n", in pvh_print_info()
[all …]
/xen/xen/arch/x86/acpi/
A Dboot.c299 printk(KERN_WARNING PREFIX in acpi_parse_hpet()
362 printk(KERN_INFO PREFIX in acpi_fadt_parse_sleep_info()
378 printk(KERN_WARNING PREFIX in acpi_fadt_parse_sleep_info()
400 printk(KERN_INFO PREFIX in acpi_fadt_parse_sleep_info()
416 printk(KERN_WARNING PREFIX in acpi_fadt_parse_sleep_info()
443 printk(KERN_WARNING PREFIX in acpi_fadt_parse_sleep_info()
451 printk(KERN_INFO PREFIX in acpi_fadt_parse_sleep_info()
540 printk(KERN_ERR PREFIX in acpi_parse_madt_lapic_entries()
601 printk(KERN_INFO PREFIX "Skipping IOAPIC probe " in acpi_parse_madt_ioapic_entries()
621 printk(KERN_ERR PREFIX in acpi_parse_madt_ioapic_entries()
[all …]
/xen/xen/arch/x86/hvm/
A Ddom0_build.c89 printk(XENLOG_WARNING in modify_identity_mmio()
297 printk("Unable to zero VM86 TSS area\n"); in pvh_setup_vmx_realmode_helpers()
305 printk("Unable to allocate VM86 TSS area\n"); in pvh_setup_vmx_realmode_helpers()
323 printk("Unable to map identity page tables\n"); in pvh_setup_vmx_realmode_helpers()
557 printk("Unable to init ELF\n"); in pvh_load_kernel()
584 printk("Failed to load kernel: %d\n", rc); in pvh_load_kernel()
646 printk("Unable to copy guest modules\n"); in pvh_load_kernel()
979 printk("Unable to map RSDP\n"); in pvh_setup_acpi_xsdt()
988 printk("Unable to map XSDT\n"); in pvh_setup_acpi_xsdt()
1104 printk("Failed to map native RSDP\n"); in pvh_setup_acpi()
[all …]

Completed in 834 milliseconds

12345678910>>...13