Home
last modified time | relevance | path

Searched refs:LOG_UNUSED_IOPORT (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dioport.c37 # define LOG_UNUSED_IOPORT(fmt, ...) fprintf(stderr, fmt, ## __VA_ARGS__) macro
39 # define LOG_UNUSED_IOPORT(fmt, ...) do{ } while (0) macro
85 LOG_UNUSED_IOPORT("unused inb: port=0x%04"PRIx32"\n", address); in default_ioport_readb()
91 LOG_UNUSED_IOPORT("unused outb: port=0x%04"PRIx32" data=0x%02"PRIx32"\n", in default_ioport_writeb()
114 LOG_UNUSED_IOPORT("unused inl: port=0x%04"PRIx32"\n", address); in default_ioport_readl()
120 LOG_UNUSED_IOPORT("unused outl: port=0x%04"PRIx32" data=0x%02"PRIx32"\n", in default_ioport_writel()