/openbmc/qemu/target/i386/ |
H A D | cpu-dump.c | 193 qemu_printf("\n"); in dump_apic_lvt() 235 qemu_printf("ICR\t 0x%08x %s %s %s %s\n", in dump_apic_icr() 242 qemu_printf("ICR2\t 0x%08x", icr2); in dump_apic_icr() 244 qemu_printf("\n"); in dump_apic_icr() 254 qemu_printf(" cpu %u (APIC ID)\n", in dump_apic_icr() 281 qemu_printf("%s\t ", name); in dump_apic_interrupt() 284 qemu_printf("%u%s ", i, in dump_apic_interrupt() 289 qemu_printf("%s\n", empty ? "(none)" : ""); in dump_apic_interrupt() 325 qemu_printf("ESR\t 0x%08x\n", s->esr); in x86_cpu_dump_local_apic_state() 333 qemu_printf("(cluster %u: id %u)", in x86_cpu_dump_local_apic_state() [all …]
|
H A D | cpu.c | 5858 qemu_printf("\n"); in listflags() 5861 qemu_printf("%s%s", len == 0 ? " " : " ", name); in listflags() 5864 qemu_printf("\n"); in listflags() 5943 qemu_printf(" %-20s %s\n", name, desc); in x86_cpu_list_entry() 5953 qemu_printf("Available CPUs:\n"); in x86_cpu_list() 5970 qemu_printf("\nRecognized CPUID flags:\n"); in x86_cpu_list() 5972 qemu_printf("\n"); in x86_cpu_list()
|
/openbmc/qemu/target/m68k/ |
H A D | helper.c | 566 qemu_printf("T"); \ 569 qemu_printf("C"); \ 572 qemu_printf("S"); \ 575 qemu_printf("N"); \ 590 qemu_printf("U"); in dump_ttr() 593 qemu_printf("S"); in dump_ttr() 596 qemu_printf("*"); in dump_ttr() 601 qemu_printf("R"); in dump_ttr() 603 qemu_printf("W"); in dump_ttr() 622 qemu_printf("MMUSR: "); in dump_mmu() [all …]
|
/openbmc/qemu/block/ |
H A D | qapi.c | 784 qemu_printf("%s", tmp); in dump_qobject() 825 qemu_printf("\n"); in dump_qlist() 849 qemu_printf("\n"); in dump_qdict() 936 qemu_printf("%s%s: %s\n" in bdrv_node_info_dump() 950 qemu_printf("%sencrypted: yes\n", ind_s); in bdrv_node_info_dump() 970 qemu_printf("\n"); in bdrv_node_info_dump() 980 qemu_printf("%sSnapshot list:\n", ind_s); in bdrv_node_info_dump() 981 qemu_printf("%s", ind_s); in bdrv_node_info_dump() 983 qemu_printf("\n"); in bdrv_node_info_dump() 1001 qemu_printf("%s", ind_s); in bdrv_node_info_dump() [all …]
|
/openbmc/qemu/target/ppc/ |
H A D | mmu_common.c | 359 qemu_printf("Cannot access KVM TLB\n"); in mmubooke_dump_mmu() 364 qemu_printf("\nTLB:\n"); in mmubooke_dump_mmu() 403 qemu_printf("\nTLB%d:\n", tlbn); in mmubooke206_dump_one_tlb() 452 qemu_printf("Cannot access KVM TLB\n"); in mmubooke206_dump_mmu() 492 qemu_printf("%s BAT%d BATu " TARGET_FMT_lx in mmu6xx_dump_BATs() 510 qemu_printf("\nSegment registers:\n"); in mmu6xx_dump_mmu() 514 qemu_printf("%02d T=%d Ks=%d Kp=%d BUID=0x%03x " in mmu6xx_dump_mmu() 520 qemu_printf("%02d T=%d Ks=%d Kp=%d N=%d VSID=0x%06x\n", i, in mmu6xx_dump_mmu() 527 qemu_printf("\nBATs:\n"); in mmu6xx_dump_mmu() 531 qemu_printf("\nTLBs [EPN EPN + SIZE]\n"); in mmu6xx_dump_mmu() [all …]
|
H A D | mmu-hash64.c | 93 qemu_printf("SLB\tESID\t\t\tVSID\n"); in dump_slb() 100 qemu_printf("%d\t0x%016" PRIx64 "\t0x%016" PRIx64 "\n", in dump_slb()
|
/openbmc/qemu/target/sparc/ |
H A D | mmu_helper.c | 356 qemu_printf("Root ptr: " HWADDR_FMT_plx ", ctx: %d\n", in dump_mmu() 362 qemu_printf("VA: " TARGET_FMT_lx ", PA: " HWADDR_FMT_plx in dump_mmu() 368 qemu_printf(" VA: " TARGET_FMT_lx ", PA: " in dump_mmu() 375 qemu_printf(" VA: " TARGET_FMT_lx ", PA: " in dump_mmu() 786 qemu_printf("MMU contexts: Primary: %" PRId64 ", Secondary: %" in dump_mmu() 793 qemu_printf("DMMU disabled\n"); in dump_mmu() 795 qemu_printf("DMMU dump\n"); in dump_mmu() 813 qemu_printf("[%02u] VA: %" PRIx64 ", PA: %llx" in dump_mmu() 832 qemu_printf("IMMU disabled\n"); in dump_mmu() 834 qemu_printf("IMMU dump\n"); in dump_mmu() [all …]
|
H A D | cpu.c | 570 qemu_printf("%s", prefix); in print_features() 572 qemu_printf("%s ", feature_name[i]); in print_features() 581 qemu_printf("Available CPU types:\n"); in sparc_cpu_list() 583 qemu_printf(" %-20s (IU " TARGET_FMT_lx in sparc_cpu_list() 592 qemu_printf("\n"); in sparc_cpu_list() 594 qemu_printf("Default CPU feature flags (use '-' to remove): "); in sparc_cpu_list() 596 qemu_printf("\n"); in sparc_cpu_list() 597 qemu_printf("Available CPU feature flags (use '+' to add): "); in sparc_cpu_list() 599 qemu_printf("\n"); in sparc_cpu_list() 600 qemu_printf("Numerical features (use '=' to set): iu_version " in sparc_cpu_list()
|
/openbmc/qemu/qom/ |
H A D | object_interfaces.c | 192 qemu_printf("List of user creatable objects:\n"); in user_creatable_print_types() 196 qemu_printf(" %s\n", object_class_get_name(oc)); in user_creatable_print_types() 227 qemu_printf("%s options:\n", type); in type_print_class_properties() 229 qemu_printf("There are no options for %s.\n", type); in type_print_class_properties() 232 qemu_printf("%s\n", (char *)array->pdata[i]); in type_print_class_properties()
|
/openbmc/qemu/target/xtensa/ |
H A D | mmu_helper.c | 1120 qemu_printf("Way %u (%d %s)\n", wi, sz, sz_text); in dump_tlb() 1156 qemu_printf("\t %c 0x%08x 0x%08x %c%c%c %c%c%c ", in dump_mpu() 1169 qemu_printf("Device %cB %3s\n", in dump_mpu() 1174 qemu_printf("Sys NC %cB %c%c%c\n", in dump_mpu() 1181 qemu_printf("Sys C %c%c%c %c%c%c\n", in dump_mpu() 1190 qemu_printf("Unknown\n"); in dump_mpu() 1203 qemu_printf("ITLB:\n"); in dump_mmu() 1205 qemu_printf("\nDTLB:\n"); in dump_mmu() 1208 qemu_printf("Foreground map:\n"); in dump_mmu() 1210 qemu_printf("\nBackground map:\n"); in dump_mmu() [all …]
|
/openbmc/qemu/system/ |
H A D | qdev-monitor.c | 147 qemu_printf("name \"%s\"", object_class_get_name(OBJECT_CLASS(dc))); in qdev_print_devinfo() 149 qemu_printf(", bus %s", dc->bus_type); in qdev_print_devinfo() 152 qemu_printf(", alias \"%s\"", qdev_class_get_alias(dc)); in qdev_print_devinfo() 155 qemu_printf(", desc \"%s\"", dc->desc); in qdev_print_devinfo() 158 qemu_printf(", no-user"); in qdev_print_devinfo() 160 qemu_printf("\n"); in qdev_print_devinfo() 198 qemu_printf("%s%s devices:\n", i ? "\n" : "", cat_name[i]); in qdev_print_devinfos() 313 qemu_printf("%s options:\n", driver); in qdev_device_help() 315 qemu_printf("There are no options for %s.\n", driver); in qdev_device_help() 327 qemu_printf("%s\n", (char *)array->pdata[i]); in qdev_device_help()
|
H A D | memory.c | 3229 qemu_printf(" id=%s", dev->id); in mtree_expand_owner() 3239 qemu_printf("}"); in mtree_expand_owner() 3248 qemu_printf(" orphan"); in mtree_print_mr_owner() 3303 qemu_printf(MTREE_INDENT); in mtree_print_mr() 3320 qemu_printf("\n"); in mtree_print_mr() 3338 qemu_printf("\n"); in mtree_print_mr() 3400 qemu_printf("\n"); in mtree_print_flatview() 3449 qemu_printf("\n"); in mtree_print_flatview() 3459 qemu_printf("\n"); in mtree_print_flatview() 3542 qemu_printf("\n"); in mtree_print_as() [all …]
|
H A D | physmem.c | 3775 qemu_printf("\t%3d ", start); in mtree_print_phys_entries() 3777 qemu_printf("\t%3d..%-3d ", start, end - 1); in mtree_print_phys_entries() 3779 qemu_printf(" skip=%d ", skip); in mtree_print_phys_entries() 3781 qemu_printf(" ptr=NIL"); in mtree_print_phys_entries() 3783 qemu_printf(" ptr=#%d", ptr); in mtree_print_phys_entries() 3785 qemu_printf(" ptr=[%d]", ptr); in mtree_print_phys_entries() 3787 qemu_printf("\n"); in mtree_print_phys_entries() 3797 qemu_printf(" Dispatch\n"); in mtree_print_dispatch() 3798 qemu_printf(" Physical sections\n"); in mtree_print_dispatch() 3820 qemu_printf("\n"); in mtree_print_dispatch() [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | qemu-print.h | 17 int qemu_printf(const char *fmt, ...) G_GNUC_PRINTF(1, 2);
|
/openbmc/qemu/ |
H A D | cpu-target.c | 299 qemu_printf(" %s (deprecated)\n", model); in cpu_list_entry() 301 qemu_printf(" %s\n", model); in cpu_list_entry() 310 qemu_printf("Available CPUs:\n"); in cpu_list()
|
H A D | blockdev.c | 311 qemu_printf(" %s", name); in bdrv_format_print() 544 qemu_printf("Supported formats:"); in blockdev_init() 546 qemu_printf("\nSupported formats (read-only):"); in blockdev_init() 548 qemu_printf("\n"); in blockdev_init()
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_models.c | 367 qemu_printf(" %-15s %-35s (%s)\n", name, scc->desc, details->str); in s390_print_cpu_model_list_entry() 369 qemu_printf(" %-15s %-35s\n", name, scc->desc); in s390_print_cpu_model_list_entry() 414 qemu_printf("Available CPUs:\n"); in s390_cpu_list() 420 qemu_printf("\nRecognized feature flags:\n"); in s390_cpu_list() 424 qemu_printf(" %-20s %s\n", def->name, def->desc); in s390_cpu_list() 427 qemu_printf("\nRecognized feature groups:\n"); in s390_cpu_list() 431 qemu_printf(" %-20s %s\n", def->name, def->desc); in s390_cpu_list()
|
/openbmc/qemu/util/ |
H A D | qemu-print.c | 34 int qemu_printf(const char *fmt, ...) in qemu_printf() function
|
H A D | qsp.c | 724 qemu_printf("Type Object Call site%*s Wait Time (s) " in pr_report() 732 qemu_printf("%s\n", dashes); in pr_report() 748 qemu_printf("%s", s->str); in pr_report() 752 qemu_printf("%s\n", dashes); in pr_report()
|
/openbmc/qemu/audio/ |
H A D | wavcapture.c | 97 qemu_printf("Capturing audio(%d,%d,%d) to %s: %d bytes\n", in wav_capture_info()
|
/openbmc/qemu/trace/ |
H A D | simple.c | 377 qemu_printf("Trace file \"%s\" %s.\n", in st_print_trace_file_status()
|
/openbmc/qemu/chardev/ |
H A D | char-pty.c | 347 qemu_printf("char device redirected to %s (label %s)\n", in char_pty_open()
|
H A D | char.c | 646 qemu_printf("Available chardev backend types: %s\n", str->str); in __qemu_chr_new_from_opts()
|
/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec.c | 108 qemu_printf("Warning: The guest is now late by %.1f to %.1f seconds\n", in print_delay()
|
/openbmc/qemu/net/ |
H A D | net.c | 1386 qemu_printf("Available netdev backend types:\n"); in show_netdevs() 1388 qemu_printf("%s\n", available_netdevs[idx]); in show_netdevs()
|