Home
last modified time | relevance | path

Searched refs:pr_dbg (Results 1 – 25 of 43) sorted by relevance

12

/devicemodel/hw/platform/
A Dpit.c57 pr_dbg("pthread_mutex_lock returned %s", strerror(err));\
111 pr_dbg("clock_gettime returned: %s", strerror(errno)); in ticks_elapsed_since()
196 pr_dbg("clock_gettime returned: %s", strerror(errno)); in pit_load_ce()
199 pr_dbg("vpit invalid initial count: 0x%x - use 0x10000", in pit_load_ce()
230 pr_dbg("vpit is NULL"); in vpit_timer_handler()
260 pr_dbg("timer_gettime returned: %s", strerror(errno)); in pit_timer_stop_cntr0()
264 pr_dbg("timer_delete returned: %s", strerror(errno)); in pit_timer_stop_cntr0()
270 pr_dbg("vpit timer %d is still active", c->timer_idx); in pit_timer_stop_cntr0()
334 pr_dbg("timer_create returned: %s", strerror(errno)); in pit_timer_start_cntr0()
340 pr_dbg("timer_settime returned: %s", strerror(errno)); in pit_timer_start_cntr0()
[all …]
A Dhpet.c206 pr_dbg("clock_gettime returned: %s", strerror(errno)); in vhpet_counter()
210 pr_dbg("vhpet counter going backwards"); in vhpet_counter()
229 pr_dbg("clock_gettime returned: %s", strerror(errno)); in vhpet_counter()
304 pr_dbg("vhpet t%d intr asserted in %s mode", n, in vhpet_timer_interrupt()
370 pr_dbg("clock_gettime returned: %s", strerror(errno)); in vhpet_timer_handler()
377 pr_dbg("vhpet t%d has no periodicity", n); in vhpet_timer_handler()
469 pr_dbg("vhpet t%d timer %d is still running", in vhpet_stop_timer()
526 pr_dbg("acrn_timer_settime_abs returned: %s", in vhpet_start_timer()
552 pr_dbg("clock_gettime returned: %s", strerror(errno)); in vhpet_start_counting()
560 pr_dbg("vhpet t%d's timer is disabled but running", i); in vhpet_start_counting()
[all …]
/devicemodel/hw/pci/
A Divshmem.c122 pr_dbg("shm configuration, vma 0x%lx, ivshmem bar 0x%lx, size 0x%x\n", in create_ivshmem_from_dm()
178 pr_dbg("%s: baridx %d, offset = %lx, value = 0x%lx\n", in pci_ivshmem_write()
195 pr_dbg("%s: invalid device register 0x%lx\n", in pci_ivshmem_write()
208 pr_dbg("%s: baridx %d, offset = 0x%lx, size = 0x%x\n", in pci_ivshmem_read()
229 pr_dbg("%s: invalid device register 0x%lx\n", in pci_ivshmem_read()
A Dnpk.c105 #define DPRINTF(params) do { if (pci_npk_debug) pr_dbg params; } while (0)
A Dgvt.c31 #define DPRINTF(params) do { if (pci_gvt_debug) pr_dbg params; } while (0)
/devicemodel/hw/pci/virtio/
A Dvirtio_gpu.c454 pr_dbg("Resetting virtio-gpu device.\n"); in virtio_gpu_reset()
624 pr_dbg("%s: format B8G8R8X8.\n", __func__); in virtio_gpu_get_pixman_format()
627 pr_dbg("%s: format B8G8R8A8.\n", __func__); in virtio_gpu_get_pixman_format()
630 pr_dbg("%s: format X8R8G8B8.\n", __func__); in virtio_gpu_get_pixman_format()
633 pr_dbg("%s: format A8R8G8B8.\n", __func__); in virtio_gpu_get_pixman_format()
636 pr_dbg("%s: format R8G8B8X8.\n", __func__); in virtio_gpu_get_pixman_format()
639 pr_dbg("%s: format R8G8B8A8.\n", __func__); in virtio_gpu_get_pixman_format()
642 pr_dbg("%s: format X8B8G8R8.\n", __func__); in virtio_gpu_get_pixman_format()
645 pr_dbg("%s: format A8B8G8R8.\n", __func__); in virtio_gpu_get_pixman_format()
698 pr_dbg("%s: resource %d already exists.\n", in virtio_gpu_cmd_resource_create_2d()
[all …]
A Dvirtio_kernel.c16 #define DPRINTF(params) do { if (virtio_kernel_debug) pr_dbg params; } while (0)
A Dvhost_vsock.c149 pr_dbg(("vsock: device reset requested.\n")); in virtio_vsock_reset()
326 pr_dbg("%s: done\n", __func__); in virtio_vhost_vsock_deinit()
A Dvirtio_coreu.c120 #define DPRINTF(params) do { if (virtio_coreu_debug) pr_dbg params; } while (0)
A Dvirtio_hyper_dmabuf.c43 pr_dbg(__VA_ARGS__);\
A Dvirtio_hdcp.c209 #define DPRINTF(params) do { if (virtio_hdcp_debug) pr_dbg params; } while (0)
A Dvirtio_audio.c48 #define DPRINTF(params) do { if (virtio_audio_debug) pr_dbg params; } while (0)
A Dvirtio_ipu.c49 do { if (lvl <= ipu_log_level) pr_dbg(TAG fmt, ##args); } while (0)
A Dvirtio_rnd.c72 #define DPRINTF(params) do { if (virtio_rnd_debug) pr_dbg params; } while (0)
/devicemodel/include/
A Dlog.h53 #define pr_dbg(...) output_log(LOG_DEBUG, pr_prefix __VA_ARGS__) macro
A Dusb_core.h221 do { if (lvl <= usb_log_level) pr_dbg(LOG_TAG fmt, ##args); } while (0)
/devicemodel/core/
A Dmem.c102 pr_dbg("overlap detected: new %lx:%lx, tree %lx:%lx\n", in mmio_rb_add()
121 pr_dbg(" %lx:%lx, %s\n", np->mr_base, np->mr_end, in mmio_rb_dump()
A Dpm_vuart.c224 pr_dbg("pm by vuart node-index = %d\n", node_index); in parse_pm_by_vuart()
A Dmonitor.c214 pr_dbg("interrupt storm monitor params: %d, %d, %d, %d\n", threshold, period, delay, duration); in acrn_parse_intr_monitor()
A Dvm_event.c332 pr_dbg("%ld vm event from%d %d\n", val, tunnel->type, ve.type); in vm_event_thread()
/devicemodel/core/cmd_monitor/
A Dcommand_handler.c133 pr_dbg("%s: client with fd %d registerred\n", __func__, client->fd); in user_vm_register_vm_event_client_handler()
/devicemodel/hw/mmio/
A Dcore.c221 pr_dbg("%s pt mmiodev base: 0x%lx, size: 0x%lx\n", __func__, base_hpa, size); in create_pt_mmiodev()
/devicemodel/hw/platform/tpm/
A Dtpm.c24 do { if (tpm_debug) pr_dbg(LOG_TAG "%s:" fmt, __func__, ##args); } while (0)
/devicemodel/hw/
A Dvga.c1229 pr_dbg("vga_port_out_handler() unhandled port 0x%x, val 0x%x\n", port, val); in vga_port_out_handler()
1452 pr_dbg("Switching to VGA mode\n"); in vga_vbe_write()
1459 pr_dbg("Switching to VESA mode\n"); in vga_vbe_write()
1481 pr_dbg("%s: read unknown size %d\n", __func__, size); in vga_vbe_read()
/devicemodel/hw/platform/rpmb/
A Drpmb_backend.c42 #define DPRINTF(params) do { if (virtio_rpmb_debug) pr_dbg params; } while (0)

Completed in 34 milliseconds

12