/openbmc/qemu/linux-user/ |
H A D | strace.c | 114 qemu_log(#val); \ in print_ipc_cmd() 154 qemu_log("%d", cmd); in print_ipc_cmd() 167 qemu_log("%s", target_signal_name[arg]); in print_signal_1() 169 qemu_log(TARGET_ABI_FMT_lu, arg); in print_signal_1() 177 qemu_log("%s", get_comma(last)); in print_signal() 210 qemu_log("%d", arg); in print_si_code() 213 qemu_log("%s", codename); in print_si_code() 314 qemu_log("{si_signo="); in print_siginfo() 316 qemu_log(", si_code="); in print_siginfo() 321 qemu_log(", si_pid=%u, si_uid=%u", in print_siginfo() [all …]
|
H A D | thunk.c | 283 qemu_log("%c", *(uint8_t *)arg); in thunk_print() 286 qemu_log("%" PRId16, tswap16(*(uint16_t *)arg)); in thunk_print() 289 qemu_log("%" PRId32, tswap32(*(uint32_t *)arg)); in thunk_print() 292 qemu_log("%" PRId64, tswap64(*(uint64_t *)arg)); in thunk_print() 295 qemu_log("%" PRIu64, tswap64(*(uint64_t *)arg)); in thunk_print() 299 qemu_log("0x%" PRIx32, tswap32(*(uint32_t *)arg)); in thunk_print() 302 qemu_log("%" PRId32, tswap32(*(uint32_t *)arg)); in thunk_print() 305 qemu_log("%" PRIu32, tswap32(*(uint32_t *)arg)); in thunk_print() 309 qemu_log("0x%" PRIx32, tswap32(*(uint64_t *)arg & 0xffffffff)); in thunk_print() 312 qemu_log("%" PRId32, tswap32(*(uint64_t *)arg & 0xffffffff)); in thunk_print() [all …]
|
/openbmc/qemu/hw/net/fsl_etsec/ |
H A D | rings.c | 42 qemu_log(fmt , ## __VA_ARGS__); \ 50 qemu_log(" Ready: %d\n", !!(flags & BD_TX_READY)); in print_tx_bd_flags() 51 qemu_log(" PAD/CRC: %d\n", !!(flags & BD_TX_PADCRC)); in print_tx_bd_flags() 52 qemu_log(" Wrap: %d\n", !!(flags & BD_WRAP)); in print_tx_bd_flags() 53 qemu_log(" Interrupt: %d\n", !!(flags & BD_INTERRUPT)); in print_tx_bd_flags() 54 qemu_log(" Last in frame: %d\n", !!(flags & BD_LAST)); in print_tx_bd_flags() 55 qemu_log(" Tx CRC: %d\n", !!(flags & BD_TX_TC)); in print_tx_bd_flags() 56 qemu_log(" User-defined preamble / defer: %d\n", in print_tx_bd_flags() 58 qemu_log(" Huge frame enable / Late collision: %d\n", in print_tx_bd_flags() 60 qemu_log(" Control frame / Retransmission Limit: %d\n", in print_tx_bd_flags() [all …]
|
H A D | miim.c | 58 qemu_log("%s phy:%d addr:0x%x value:0x%x\n", __func__, phy, addr, value); in miim_read_cycle() 76 qemu_log("%s phy:%d addr:0x%x value:0x%x\n", __func__, phy, addr, value); in miim_write_cycle()
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | special_helper.c | 48 qemu_log("ERET: PC " TARGET_FMT_lx " EPC " TARGET_FMT_lx, in debug_pre_eret() 51 qemu_log(" ErrorEPC " TARGET_FMT_lx, env->CP0_ErrorEPC); in debug_pre_eret() 54 qemu_log(" DEPC " TARGET_FMT_lx, env->CP0_DEPC); in debug_pre_eret() 56 qemu_log("\n"); in debug_pre_eret() 63 qemu_log(" => PC " TARGET_FMT_lx " EPC " TARGET_FMT_lx, in debug_post_eret() 66 qemu_log(" ErrorEPC " TARGET_FMT_lx, env->CP0_ErrorEPC); in debug_post_eret() 69 qemu_log(" DEPC " TARGET_FMT_lx, env->CP0_DEPC); in debug_post_eret() 73 qemu_log(", ERL\n"); in debug_post_eret() 76 qemu_log(", UM\n"); in debug_post_eret() 79 qemu_log(", SM\n"); in debug_post_eret() [all …]
|
/openbmc/qemu/hw/net/ |
H A D | xilinx_ethlite.c | 102 D(qemu_log("%s " HWADDR_FMT_plx "=%x\n", __func__, addr * 4, r)); in eth_read() 128 D(qemu_log("%s addr=" HWADDR_FMT_plx " val=%x\n", in eth_write() 134 D(qemu_log("eth_tx %d\n", s->regs[base + R_TX_LEN0])); in eth_write() 158 D(qemu_log("%s addr=" HWADDR_FMT_plx " val=%x\n", in eth_write() 197 D(qemu_log("ethlite lost packet %x\n", s->regs[R_RX_CTRL0])); in eth_rx() 201 D(qemu_log("%s %zd rxbase=%x\n", __func__, size, rxbase)); in eth_rx() 203 D(qemu_log("ethlite packet is too big, size=%x\n", size)); in eth_rx()
|
H A D | xilinx_axienet.c | 132 DPHY(qemu_log("\n%s %x = reg[%d]\n", __func__, r, regnum)); in tdk_read() 142 DPHY(qemu_log("%s reg[%d] = %x\n", __func__, regnum, data)); in tdk_write() 198 DPHY(qemu_log("%s addr=%d reg=%d data=%x\n", __func__, addr, reg, data)); in mdio_read_req() 207 DPHY(qemu_log("%s addr=%d reg=%d data=%x\n", __func__, addr, reg, data)); in mdio_write_req() 526 DENET(qemu_log("%s addr=" HWADDR_FMT_plx " v=%x\n", in enet_read() 573 qemu_log("AXIENET: MDIO enabled but MDIOCLK is zero!\n"); in enet_write() 591 qemu_log("AXIENET: invalid MDIOBus OP=%d\n", op); in enet_write() 632 DENET(qemu_log("%s addr=" HWADDR_FMT_plx " v=%x\n", in enet_write() 711 DENET(qemu_log("%s: %zd bytes\n", __func__, size)); in eth_rx()
|
/openbmc/qemu/bsd-user/ |
H A D | mmap.c | 410 qemu_log("mmap: start=0x" TARGET_ABI_FMT_lx in target_mmap() 417 qemu_log("MAP_ALIGNED(%u) ", in target_mmap() 421 qemu_log("MAP_GUARD "); in target_mmap() 424 qemu_log("MAP_FIXED "); in target_mmap() 427 qemu_log("MAP_ANON "); in target_mmap() 430 qemu_log("MAP_EXCL "); in target_mmap() 433 qemu_log("MAP_PRIVATE "); in target_mmap() 436 qemu_log("MAP_SHARED "); in target_mmap() 439 qemu_log("MAP_NOCORE "); in target_mmap() 442 qemu_log("MAP_STACK "); in target_mmap() [all …]
|
/openbmc/qemu/hw/char/ |
H A D | riscv_htif.c | 232 qemu_log("HTIF device %d: unknown command\n", device); in htif_handle_tohost_write() 250 qemu_log("HTIF device %d: unknown command\n", device); in htif_handle_tohost_write() 253 qemu_log("HTIF unknown device or command\n"); in htif_handle_tohost_write() 289 qemu_log("Invalid htif read: address %016" PRIx64 "\n", in htif_mm_read() 319 qemu_log("Invalid htif write: address %016" PRIx64 "\n", in htif_mm_write()
|
/openbmc/qemu/hw/net/can/ |
H A D | can_sja1000.c | 48 qemu_log("[cansja]: " fmt , ## __VA_ARGS__); \ 518 qemu_log("[cansja]: message released from " in can_sja_mem_write() 616 qemu_log("[cansja]: message released from " in can_sja_mem_write() 807 qemu_log("[cansja]: filter rejects message\n"); in can_sja_receive() 816 qemu_log("[cansja]: message store failed\n"); in can_sja_receive() 826 qemu_log("[cansja]: receive FIFO overrun\n"); in can_sja_receive() 834 qemu_log("[cansja]: message stored in receive FIFO\n"); in can_sja_receive() 856 qemu_log("[cansja]: message store failed\n"); in can_sja_receive() 867 qemu_log("[cansja]: receive FIFO overrun\n"); in can_sja_receive() 875 qemu_log("[cansja]: message stored\n"); in can_sja_receive()
|
/openbmc/qemu/include/qemu/ |
H A D | log.h | 56 qemu_log(FMT, ## __VA_ARGS__); \ 71 qemu_log(FMT, ## __VA_ARGS__); \
|
H A D | log-for-trace.h | 33 void G_GNUC_PRINTF(1, 2) qemu_log(const char *fmt, ...);
|
/openbmc/qemu/target/sparc/ |
H A D | int64_helper.c | 159 qemu_log("%6d: %s (v=%04x)\n", count, name, intno); in sparc_cpu_do_interrupt() 166 qemu_log(" code="); in sparc_cpu_do_interrupt() 169 qemu_log(" %02x", ldub(ptr + i)); in sparc_cpu_do_interrupt() 171 qemu_log("\n"); in sparc_cpu_do_interrupt()
|
H A D | int32_helper.c | 117 qemu_log("%6d: %s (v=%02x)\n", count, name, intno); in sparc_cpu_do_interrupt()
|
/openbmc/qemu/target/ppc/ |
H A D | misc_helper.c | 36 qemu_log("Read SPR %d %03x => " TARGET_FMT_lx "\n", sprn, sprn, in helper_load_dump_spr() 42 qemu_log("Write SPR %d %03x <= " TARGET_FMT_lx "\n", sprn, sprn, in helper_store_dump_spr() 105 qemu_log("Facility SPR %d is unavailable (SPR FSCR:%d)\n", sprn, bit); in raise_fu_exception() 370 qemu_log("SPRD write 0x" TARGET_FMT_lx " to SCRATCH%d\n", val, nr); in helper_store_sprd()
|
/openbmc/qemu/target/hexagon/ |
H A D | internal.h | 30 qemu_log(__VA_ARGS__); \
|
/openbmc/qemu/hw/i3c/ |
H A D | mock-target.c | 46 qemu_log("%s: ", __func__); \ 47 qemu_log(__VA_ARGS__); \
|
/openbmc/qemu/net/ |
H A D | vmnet-common.m | 293 qemu_log("vmnet.start.interface_desc:\n"); 297 qemu_log(" %s=%s\n", k, desc); 314 qemu_log("vmnet.start.interface_param:\n"); 318 qemu_log(" %s=%s\n", k, desc);
|
/openbmc/qemu/hw/core/ |
H A D | register.c | 115 qemu_log("%s:%s: write of value 0x%" PRIx64 "\n", prefix, ac->name, in register_write() 153 qemu_log("%s:%s: read of value 0x%" PRIx64 "\n", prefix, in register_read()
|
/openbmc/qemu/hw/display/ |
H A D | i2c-ddc.c | 33 qemu_log("i2c-ddc: " fmt , ## __VA_ARGS__); \
|
/openbmc/qemu/hw/misc/ |
H A D | stm32f2xx_syscfg.c | 36 qemu_log("%s: " fmt, __func__, ## args); \
|
/openbmc/qemu/hw/xtensa/ |
H A D | pic_cpu.c | 71 qemu_log("%s: bad IRQ %d\n", __func__, irq); in xtensa_set_irq()
|
/openbmc/qemu/hw/intc/ |
H A D | xilinx_intc.c | 115 D(qemu_log("%s addr=%x val=%x\n", __func__, addr * 4, value)); in pic_write()
|
/openbmc/qemu/hw/ssi/ |
H A D | stm32f2xx_spi.c | 37 qemu_log("%s: " fmt, __func__, ## args); \
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | int_helper.c | 32 #define HELPER_LOG(x...) qemu_log(x)
|