Searched refs:FMT_pioaddr (Results 1 – 3 of 3) sorted by relevance
/external/qemu/ |
D | ioport-user.c | 28 fprintf(stderr, "outb: port=0x%04"FMT_pioaddr", data=%02"PRIx8"\n", in cpu_outb() 34 fprintf(stderr, "outw: port=0x%04"FMT_pioaddr", data=%04"PRIx16"\n", in cpu_outw() 40 fprintf(stderr, "outl: port=0x%04"FMT_pioaddr", data=%08"PRIx32"\n", in cpu_outl() 46 fprintf(stderr, "inb: port=0x%04"FMT_pioaddr"\n", addr); in cpu_inb() 52 fprintf(stderr, "inw: port=0x%04"FMT_pioaddr"\n", addr); in cpu_inw() 58 fprintf(stderr, "inl: port=0x%04"FMT_pioaddr"\n", addr); in cpu_inl()
|
D | ioport.c | 197 LOG_IOPORT("outb: %04"FMT_pioaddr" %02"PRIx8"\n", addr, val); in cpu_outb() 203 LOG_IOPORT("outw: %04"FMT_pioaddr" %04"PRIx16"\n", addr, val); in cpu_outw() 209 LOG_IOPORT("outl: %04"FMT_pioaddr" %08"PRIx32"\n", addr, val); in cpu_outl() 217 LOG_IOPORT("inb : %04"FMT_pioaddr" %02"PRIx8"\n", addr, val); in cpu_inb() 225 LOG_IOPORT("inw : %04"FMT_pioaddr" %04"PRIx16"\n", addr, val); in cpu_inw() 233 LOG_IOPORT("inl : %04"FMT_pioaddr" %08"PRIx32"\n", addr, val); in cpu_inl()
|
D | ioport.h | 30 #define FMT_pioaddr PRIx32 macro
|