/qemu/hw/intc/ |
H A D | exynos4210_combiner.c | 122 hw_error("exynos4210.combiner: overflow of reg_set by 0x" in exynos4210_combiner_read() 186 hw_error("exynos4210.combiner: unallowed write access at offset 0x" in exynos4210_combiner_write() 192 hw_error("exynos4210.combiner: unallowed write access at offset 0x" in exynos4210_combiner_write() 198 hw_error("exynos4210.combiner: overflow of reg_set by 0x" in exynos4210_combiner_write() 248 hw_error("exynos4210.combiner: unallowed write access at offset 0x" in exynos4210_combiner_write()
|
/qemu/hw/xen/ |
H A D | xen-hvm-common.c | 233 hw_error("Fatal error while trying to get io event!\n"); in cpu_get_ioreq() 258 hw_error("inp: bad size: %04x %lx", addr, size); in do_inp() 273 hw_error("outp: bad size: %04x %lx", addr, size); in do_outp() 321 hw_error("PIO: bad size (%u)", req->size); in cpu_ioreq_pio() 361 hw_error("MMIO: bad size (%u)", req->size); in cpu_ioreq_move() 399 hw_error("PCI config access: bad size (%u)", req->size); in cpu_ioreq_config() 403 hw_error("PCI config access: bad count (%u)", req->count); in cpu_ioreq_config() 523 hw_error("Incomplete quad word buffered ioreq"); in handle_buffered_iopage()
|
/qemu/include/hw/ |
H A D | hw.h | 4 G_NORETURN void hw_error(const char *fmt, ...) G_GNUC_PRINTF(1, 2);
|
/qemu/hw/arm/ |
H A D | xen-stubs.c | 16 hw_error("Invalid ioreq type 0x%x\n", req->type); in arch_handle_ioreq()
|
H A D | integratorcp.c | 111 hw_error("integratorcm_read: CM_LMBUSCNT"); in integratorcm_read() 187 hw_error("Core module interrupt\n"); in integratorcm_update()
|
/qemu/hw/vfio/ |
H A D | spapr.c | 45 hw_error("Cannot possibly preregister IOMMU memory"); in vfio_prereg_listener_skipped_section() 114 hw_error("vfio: Memory registering failed, unable to continue"); in vfio_prereg_listener_region_add() 177 hw_error("%s: Overlapped IOMMU are not enabled", __func__); in vfio_host_win_add() 461 hw_error("%s: Cannot delete missing window at %"HWADDR_PRIx, in vfio_spapr_container_del_section_window()
|
H A D | region.c | 64 hw_error("vfio: unsupported write size, %u bytes", size); in vfio_region_write() 125 hw_error("vfio: unsupported read size, %u bytes", size); in vfio_region_read()
|
H A D | listener.c | 343 hw_error("vfio: Trying to unregister missing RAM discard listener"); in vfio_ram_discard_unregister_listener() 473 hw_error("vfio: Trying to sync missing RAM discard listener"); in vfio_find_ram_discard_listener() 627 hw_error("vfio: DMA mapping failed, unable to continue"); in vfio_listener_region_add()
|
/qemu/hw/net/ |
H A D | igbvf.c | 270 hw_error("Failed to initialize PCIe capability"); in igbvf_pci_realize() 279 hw_error("Failed to initialize AER capability"); in igbvf_pci_realize()
|
H A D | e1000e.c | 465 hw_error("Failed to initialize PCIe capability"); in e1000e_pci_realize() 475 hw_error("Failed to initialize PM capability"); in e1000e_pci_realize() 480 hw_error("Failed to initialize AER capability"); in e1000e_pci_realize()
|
H A D | igb.c | 434 hw_error("Failed to initialize PM capability"); in igb_pci_realize() 443 hw_error("Failed to initialize AER capability"); in igb_pci_realize()
|
/qemu/hw/ppc/ |
H A D | ppce500_spin.c | 158 hw_error("ppce500: unexpected %s with len = %u", __func__, len); in spin_read()
|
/qemu/hw/misc/ |
H A D | omap_clk.c | 597 hw_error("%s: %s not found\n", __func__, name); in omap_findclk() 608 hw_error("%s: %s is not in use\n", __func__, clk->name); in omap_clk_put()
|
/qemu/hw/audio/ |
H A D | lm4549.c | 322 hw_error("Unable to open lm4549_dac_input.pcm for writing\n"); in lm4549_init()
|
/qemu/hw/timer/ |
H A D | arm_mptimer.c | 49 hw_error("arm_mptimer: num-cpu %d but this cpu is %d!\n", in get_current_cpu()
|
H A D | a9gtimer.c | 57 hw_error("a9gtimer: num-cpu %d but this cpu is %d!\n", in a9_gtimer_get_current_cpu()
|
/qemu/hw/dma/ |
H A D | pl080.c | 134 hw_error( in pl080_run()
|
H A D | xilinx_axidma.c | 424 hw_error("AXI DMA requires %d byte control stream payload\n", in xilinx_axidma_control_stream_push()
|
/qemu/target/s390x/ |
H A D | mmu_helper.c | 431 hw_error("guest switched to unknown asc mode\n"); in mmu_translate()
|
/qemu/hw/display/ |
H A D | bcm2835_fb.c | 192 hw_error("bcm2835_fb: bad color depth\n"); in fb_update_display()
|
H A D | g364fb.c | 108 hw_error("g364: unknown host depth %d", in g364fb_draw_graphic8()
|
H A D | exynos4210_fimd.c | 536 hw_error("exynos4210.fimd: incorrect window number %d\n", window); in exynos4210_fimd_palette_format() 760 hw_error("exynos4210.fimd: blend equation coef illegal value\n"); in exynos4210_fimd_blend_pixel() 926 hw_error("exynos4210.fimd: unsupported BPP (%d)", bpp); in fimd_update_putpix_qemu()
|
/qemu/system/ |
H A D | cpus.c | 117 void hw_error(const char *fmt, ...) in hw_error() function
|
/qemu/linux-headers/asm-x86/ |
H A D | kvm.h | 959 __u64 hw_error; member
|
/qemu/hw/i386/xen/ |
H A D | xen-hvm.c | 759 hw_error("Invalid ioreq type 0x%x\n", req->type); in arch_handle_ioreq()
|