Searched refs:IVSHMEM_DPRINTF (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/misc/ |
H A D | ivshmem.c | 53 #define IVSHMEM_DPRINTF(fmt, ...) \ macro 143 IVSHMEM_DPRINTF("IntrMask write(w) val = 0x%04x\n", val); in ivshmem_IntrMask_write() 152 IVSHMEM_DPRINTF("intrmask read(w) val = 0x%04x\n", ret); in ivshmem_IntrMask_read() 158 IVSHMEM_DPRINTF("IntrStatus write(w) val = 0x%04x\n", val); in ivshmem_IntrStatus_write() 182 IVSHMEM_DPRINTF("writing to addr " HWADDR_FMT_plx "\n", addr); in ivshmem_io_write() 196 IVSHMEM_DPRINTF("Invalid destination VM ID (%d)\n", dest); in ivshmem_io_write() 202 IVSHMEM_DPRINTF("Notifying VM %d on vector %d\n", dest, vector); in ivshmem_io_write() 205 IVSHMEM_DPRINTF("Invalid destination vector %d on VM %d\n", in ivshmem_io_write() 210 IVSHMEM_DPRINTF("Unhandled write " HWADDR_FMT_plx "\n", addr); in ivshmem_io_write() 236 IVSHMEM_DPRINTF("why are we reading " HWADDR_FMT_plx "\n", addr); in ivshmem_io_read() [all …]
|