Home
last modified time | relevance | path

Searched refs:DPRINTF (Results 1 – 25 of 72) sorted by relevance

123

/openbmc/qemu/target/mips/
H A Dkvm.c30 #define DPRINTF(fmt, ...) \ macro
55 DPRINTF("%s\n", __func__); in kvm_arch_init()
89 DPRINTF("%s\n", __func__); in kvm_arch_init_vcpu()
111 DPRINTF("%s\n", __func__); in kvm_mips_reset_vcpu()
116 DPRINTF("%s\n", __func__); in kvm_arch_insert_sw_breakpoint()
122 DPRINTF("%s\n", __func__); in kvm_arch_remove_sw_breakpoint()
170 DPRINTF("%s\n", __func__); in kvm_arch_handle_exit()
184 DPRINTF("%s\n", __func__); in kvm_arch_stop_on_emulation_error()
228 DPRINTF("%s: CPU %d, IRQ: %d\n", __func__, intr.cpu, intr.irq); in kvm_mips_set_ipi_interrupt()
469 DPRINTF("%s: Failed to get COUNT_CTL (%d)\n", __func__, err); in kvm_mips_save_count()
[all …]
/openbmc/qemu/hw/net/
H A Drtl8139.c83 # define DPRINTF(fmt, ...) \ macro
86 static inline G_GNUC_PRINTF(1, 2) int DPRINTF(const char *fmt, ...) in DPRINTF() function
522 DPRINTF("eeprom command 0x%02x\n", command); in prom9346_decode_command()
533 DPRINTF("eeprom read from address 0x%02x data=0x%04x\n", in prom9346_decode_command()
544 DPRINTF("eeprom begin write to address 0x%02x\n", in prom9346_decode_command()
553 DPRINTF("eeprom write enabled\n"); in prom9346_decode_command()
556 DPRINTF("eeprom begin write all\n"); in prom9346_decode_command()
559 DPRINTF("eeprom write disabled\n"); in prom9346_decode_command()
572 DPRINTF("eeprom: tick %d eedi=%d eedo=%d\n", eeprom->tick, eeprom->eedi, in prom9346_shift_clock()
583 DPRINTF("eeprom: +++ synchronized, begin command read\n"); in prom9346_shift_clock()
[all …]
H A Dlan9118.c31 #define DPRINTF(fmt, ...) \ macro
34 #define DPRINTF(fmt, ...) do {} while(0) macro
377 DPRINTF("MACADDR load failed\n"); in lan9118_reload_eeprom()
384 DPRINTF("MACADDR loaded from eeprom\n"); in lan9118_reload_eeprom()
575 DPRINTF("Got packet len:%d fifo:%d filter:%s\n", in lan9118_receive()
649 DPRINTF("Pop packet size:%d offset:%d pad: %d\n", in rx_fifo_pop()
667 DPRINTF("RX underflow\n"); in rx_fifo_pop()
695 DPRINTF("Sent packet tag:%04x len %d\n", status >> 16, s->txp->len); in do_tx_packet()
725 DPRINTF("RX status pop 0x%08x\n", val); in rx_status_fifo_pop()
779 DPRINTF("Block len:%d offset:%d pad:%d cmd %08x\n", in tx_fifo_push()
[all …]
/openbmc/qemu/hw/char/
H A Dipoctal232.c31 #define DPRINTF(fmt, ...) DPRINTF2("IP-Octal: " fmt, ## __VA_ARGS__) macro
198 DPRINTF("Write CR%c %u: ", channel + 'a', val); in write_cr()
278 DPRINTF("Read MR%u%c: 0x%x\n", ch->mr_idx + 1, channel + 'a', ret); in io_read()
285 DPRINTF("Read SR%c: 0x%x\n", channel + 'a', ret); in io_read()
305 DPRINTF("Read RHR%c (0x%x)\n", channel + 'a', ret); in io_read()
310 DPRINTF("Read ISR%c: 0x%x\n", block + 'A', ret); in io_read()
314 DPRINTF("Read unknown/unsupported register 0x%02x\n", offset); in io_read()
345 DPRINTF("Write MR%u%c 0x%x\n", ch->mr_idx + 1, channel + 'a', reg); in io_write()
352 DPRINTF("Write CSR%c: 0x%x\n", channel + 'a', reg); in io_write()
364 DPRINTF("Write THR%c (0x%x)\n", channel + 'a', reg); in io_write()
[all …]
/openbmc/qemu/hw/sd/
H A Dssi-sd.c32 #define DPRINTF(fmt, ...) \ macro
37 #define DPRINTF(fmt, ...) do {} while(0) macro
135 DPRINTF("NULL command\n"); in OBJECT_DECLARE_SIMPLE_TYPE()
140 DPRINTF("Start write block\n"); in OBJECT_DECLARE_SIMPLE_TYPE()
144 DPRINTF("Stop multiple write\n"); in OBJECT_DECLARE_SIMPLE_TYPE()
154 DPRINTF("SD card busy\n"); in OBJECT_DECLARE_SIMPLE_TYPE()
173 DPRINTF("CMD%d arg 0x%08x\n", s->cmd, request.arg); in OBJECT_DECLARE_SIMPLE_TYPE()
178 DPRINTF("SD command failed\n"); in OBJECT_DECLARE_SIMPLE_TYPE()
181 DPRINTF("Returned R3/R7\n"); in OBJECT_DECLARE_SIMPLE_TYPE()
239 DPRINTF("Card status 0x%02x\n", status); in OBJECT_DECLARE_SIMPLE_TYPE()
[all …]
/openbmc/qemu/hw/ipack/
H A Dtpci200.c24 #define DPRINTF(fmt, ...) \ macro
27 #define DPRINTF(fmt, ...) do { } while (0) macro
136 DPRINTF("IP %u INT%u#: %u\n", ip_n, intno, level); in tpci200_set_irq()
182 DPRINTF("Read from LCR 0x%x: 0x%x\n", (unsigned) addr, (unsigned) ret); in tpci200_read_cfg()
194 DPRINTF("LAS%u big endian mode: %u\n", las, (unsigned) val & 1); in tpci200_write_cfg()
196 DPRINTF("Write to LCR 0x%x: 0x%x\n", (unsigned) addr, (unsigned) val); in tpci200_write_cfg()
208 DPRINTF("Read REVISION ID\n"); /* Current value is 0x00 */ in tpci200_read_las0()
218 DPRINTF("Read IP %c CONTROL: 0x%x\n", 'A' + ip_n, (unsigned) ret); in tpci200_read_las0()
223 DPRINTF("Read RESET\n"); /* Not implemented */ in tpci200_read_las0()
228 DPRINTF("Read STATUS: 0x%x\n", (unsigned) ret); in tpci200_read_las0()
[all …]
/openbmc/qemu/hw/intc/
H A Dopenpic.c57 #define DPRINTF(fmt, ...) do { \ macro
217 DPRINTF("IRQ_check: irq %d set ivpr_pr=%d pr=%d", in IRQ_check()
248 DPRINTF("%s: IRQ %d active %d was %d", in IRQ_local_pipe()
252 DPRINTF("%s: output %d irq %d active %d was %d count %d", in IRQ_local_pipe()
263 DPRINTF("%s: Raise OpenPIC output %d cpu %d irq %d", in IRQ_local_pipe()
269 DPRINTF("%s: Lower OpenPIC output %d cpu %d irq %d", in IRQ_local_pipe()
293 DPRINTF("%s: IRQ %d priority %d too low for ctpr %d on CPU %d", in IRQ_local_pipe()
301 DPRINTF("%s: IRQ %d is hidden by servicing IRQ %d on CPU %d", in IRQ_local_pipe()
304 DPRINTF("%s: Raise OpenPIC INT output cpu %d irq %d/%d", in IRQ_local_pipe()
312 DPRINTF("%s: IRQ %d inactive, IRQ %d prio %d above %d/%d, CPU %d", in IRQ_local_pipe()
[all …]
/openbmc/qemu/hw/i2c/
H A Dsmbus_slave.c25 #define DPRINTF(fmt, ...) \ macro
32 #define DPRINTF(fmt, ...) do {} while(0) macro
51 DPRINTF("Quick Command %d\n", recv); in smbus_do_quick_cmd()
61 DPRINTF("Command %d len %d\n", dev->data_buf[0], dev->data_len); in smbus_do_write()
75 DPRINTF("Incoming data\n"); in smbus_i2c_event()
89 DPRINTF("Read mode\n"); in smbus_i2c_event()
99 DPRINTF("Read mode\n"); in smbus_i2c_event()
170 DPRINTF("Read data %02x\n", ret); in smbus_i2c_recv()
188 DPRINTF("Write data %02x\n", data); in smbus_i2c_send()
/openbmc/qemu/hw/m68k/
H A Dnext-cube.c34 #define DPRINTF(fmt, ...) \ macro
37 #define DPRINTF(fmt, ...) do { } while (0) macro
136 DPRINTF("fault!\n"); in next_scr2_led_update()
139 DPRINTF("LED flashing, possible fault!\n"); in next_scr2_led_update()
275 DPRINTF("MMIO Read INT mask: %x\n", s->int_mask); in next_mmio_read()
295 DPRINTF("MMIO Read @ 0x%"HWADDR_PRIx" size %d\n", addr, size); in next_mmio_read()
309 DPRINTF("INT Status old: %x new: %x\n", s->int_status, in next_mmio_write()
315 DPRINTF("INT Mask old: %x new: %x\n", s->int_mask, (unsigned int)val); in next_mmio_write()
320 DPRINTF("SCR1 Write: %x\n", (unsigned int)val); in next_mmio_write()
334 DPRINTF("MMIO Write @ 0x%"HWADDR_PRIx " with 0x%x size %u\n", addr, in next_mmio_write()
[all …]
/openbmc/qemu/hw/misc/
H A Dimx25_ccm.c24 #define DPRINTF(fmt, args...) \ macro
121 DPRINTF("freq = %u\n", freq); in imx25_ccm_get_mpll_clk()
139 DPRINTF("freq = %u\n", freq); in imx25_ccm_get_mcu_clk()
152 DPRINTF("freq = %u\n", freq); in imx25_ccm_get_ahb_clk()
163 DPRINTF("freq = %u\n", freq); in imx25_ccm_get_ipg_clk()
171 DPRINTF("Clock = %d)\n", clock); in imx25_ccm_get_clock_frequency()
189 DPRINTF("Clock = %d) = %u\n", clock, freq); in imx25_ccm_get_clock_frequency()
198 DPRINTF("\n"); in imx25_ccm_reset()
241 DPRINTF("reg[%s] => 0x%" PRIx32 "\n", imx25_ccm_reg_name(offset >> 2), in imx25_ccm_read()
252 DPRINTF("reg[%s] <= 0x%" PRIx32 "\n", imx25_ccm_reg_name(offset >> 2), in imx25_ccm_write()
H A Dimx31_ccm.c26 #define DPRINTF(fmt, args...) \ macro
123 DPRINTF("freq = %u\n", freq); in imx31_ccm_get_pll_ref_clk()
136 DPRINTF("freq = %u\n", freq); in imx31_ccm_get_mpll_clk()
153 DPRINTF("freq = %u\n", freq); in imx31_ccm_get_mcu_main_clk()
166 DPRINTF("freq = %u\n", freq); in imx31_ccm_get_hclk_clk()
179 DPRINTF("freq = %u\n", freq); in imx31_ccm_get_ipg_clk()
204 DPRINTF("Clock = %d) = %u\n", clock, freq); in imx31_ccm_get_clock_frequency()
213 DPRINTF("()\n"); in imx31_ccm_reset()
247 DPRINTF("reg[%s] => 0x%" PRIx32 "\n", imx31_ccm_reg_name(offset >> 2), in imx31_ccm_read()
258 DPRINTF("reg[%s] <= 0x%" PRIx32 "\n", imx31_ccm_reg_name(offset >> 2), in imx31_ccm_write()
/openbmc/qemu/hw/usb/
H A Ddev-smartcard-reader.c51 #define DPRINTF(s, lvl, fmt, ...) \ macro
528 DPRINTF(s, D_VERBOSE, "usb-ccid: pending answers:"); in ccid_print_pending_answers()
530 DPRINTF(s, D_VERBOSE, " empty\n"); in ccid_print_pending_answers()
537 DPRINTF(s, D_VERBOSE, "%d:%d\n", answer->slot, answer->seq); in ccid_print_pending_answers()
539 DPRINTF(s, D_VERBOSE, "%d:%d,", answer->slot, answer->seq); in ccid_print_pending_answers()
600 DPRINTF(s, D_VERBOSE, "%s: QUEUE: reserve %d bytes\n", __func__, len); in ccid_reserve_recv_buf()
604 DPRINTF(s, D_WARN, "usb-ccid.c: %s: len larger then max (%d>%d). " in ccid_reserve_recv_buf()
610 DPRINTF(s, D_WARN, "usb-ccid.c: %s: No free bulk_in buffers. " in ccid_reserve_recv_buf()
636 DPRINTF(s, 1, "Reset\n"); in ccid_handle_reset()
680 DPRINTF(s, 1, "%s: got control %s (%x), value %x\n", __func__, in ccid_handle_control()
[all …]
H A Dhcd-xhci.c38 #define DPRINTF(...) fprintf(stderr, __VA_ARGS__) macro
40 #define DPRINTF(...) do {} while (0) macro
469 DPRINTF("xhci: asserted controller error\n"); in xhci_die()
648 DPRINTF("intr nr out of range (%d >= %d)\n", v, xhci->numintrs); in xhci_event()
656 DPRINTF("xhci: ERDP out of bounds: "DMA_ADDR_FMT"\n", erdp); in xhci_event()
657 DPRINTF("xhci: ER[%d] at "DMA_ADDR_FMT" len %d\n", in xhci_event()
667 DPRINTF("xhci: ER %d full, send ring full error\n", v); in xhci_event()
671 DPRINTF("xhci: ER %d full, drop event\n", v); in xhci_event()
811 DPRINTF("xhci: invalid value for ERSTSZ: %d\n", intr->erstsz); in xhci_er_reset()
827 DPRINTF("xhci: invalid value for segment size: %d\n", seg.size); in xhci_er_reset()
[all …]
H A Dccid-card-passthru.c26 #define DPRINTF(card, lvl, fmt, ...) \ macro
148 DPRINTF(card, D_WARN, in ccid_card_vscard_handle_init()
167 DPRINTF(card, D_WARN, "atr's T0 is 0x%X, not in {0x3b, 0x3f}\n", in check_atr()
190 DPRINTF(card, D_WARN, in check_atr()
196 DPRINTF(card, D_WARN, in check_atr()
201 DPRINTF(card, D_VERBOSE, in check_atr()
215 DPRINTF(card, D_INFO, "VSC_ATR %d\n", scr_msg_header->length); in ccid_card_vscard_handle_message()
239 DPRINTF(card, D_INFO, "VSC_CardRemove\n"); in ccid_card_vscard_handle_message()
321 DPRINTF(card, D_INFO, "%s: CHR_EVENT_OPENED\n", __func__); in ccid_card_vscard_event()
360 DPRINTF(card, D_INFO, "ccid-card-passthru: initing chardev"); in passthru_realize()
H A Dredirect.c216 #define DPRINTF(...) \ macro
300 DPRINTF("usbredir_write recursion\n"); in usbredir_write()
337 DPRINTF("adding packet id %"PRIu64" to %s queue\n", id, q->name); in packet_id_queue_add()
352 DPRINTF("removing packet id %"PRIu64" from %s queue\n", in packet_id_queue_remove()
368 DPRINTF("removing %d packet-ids from %s queue\n", q->size, q->name); in packet_id_queue_empty()
471 DPRINTF("bufpq overflow, dropping packets ep %02X\n", ep); in bufp_alloc()
522 DPRINTF("reset device\n"); in usbredir_handle_reset()
570 DPRINTF("iso stream started pkts/sec %d pkts/urb %d urbs %d ep %02X\n", in usbredir_handle_iso_data()
591 DPRINTF("iso-token-in ep %02X, no isop, iso_error: %d\n", in usbredir_handle_iso_data()
645 DPRINTF("iso stream stopped ep %02X\n", ep); in usbredir_stop_iso_stream()
[all …]
/openbmc/qemu/hw/dma/
H A Di82374.c40 #define DPRINTF(fmt, ...) \ macro
43 #define DPRINTF(fmt, ...) \
73 DPRINTF("%s: %08x=%08x\n", __func__, nport, val); in i82374_read_isr()
79 DPRINTF("%s: %08x=%08x\n", __func__, nport, data); in i82374_write_command()
93 DPRINTF("%s: %08x=%08x\n", __func__, nport, val); in i82374_read_status()
99 DPRINTF("%s: %08x=%08x\n", __func__, nport, data); in i82374_write_descriptor()
110 DPRINTF("%s: %08x=%08x\n", __func__, nport, val); in i82374_read_descriptor()
H A Dxlnx_dpdma.c37 #define DPRINTF(fmt, ...) do { \ macro
400 DPRINTF("read @%" HWADDR_PRIx "\n", offset); in xlnx_dpdma_read()
421 DPRINTF("write @%" HWADDR_PRIx " = %" PRIx64 "\n", offset, value); in xlnx_dpdma_write()
687 DPRINTF("start dpdma channel 0x%" PRIX8 "\n", channel); in xlnx_dpdma_start_operation()
690 DPRINTF("Channel isn't triggered..\n"); in xlnx_dpdma_start_operation()
695 DPRINTF("Channel isn't enabled..\n"); in xlnx_dpdma_start_operation()
700 DPRINTF("Channel is paused..\n"); in xlnx_dpdma_start_operation()
717 DPRINTF("Can't get the descriptor.\n"); in xlnx_dpdma_start_operation()
727 DPRINTF("location of the descriptor: %" PRIx64 "\n", desc_addr); in xlnx_dpdma_start_operation()
732 DPRINTF("Invalid descriptor..\n"); in xlnx_dpdma_start_operation()
[all …]
/openbmc/qemu/hw/audio/
H A Dlm4549.c31 #define DPRINTF(fmt, ...) \ macro
34 #define DPRINTF(fmt, ...) do {} while (0) macro
132 DPRINTF("audio_out_callback size = %i free = %i\n", size, free); in lm4549_audio_out_callback()
163 DPRINTF("read [0x%02x] = 0x%04x\n", offset, value); in lm4549_read()
174 DPRINTF("write [0x%02x] = 0x%04x\n", offset, value); in lm4549_write()
183 DPRINTF("DAC rate change = %i\n", value); in lm4549_write()
211 DPRINTF("Write to read-only register 0x%x\n", (int)offset); in lm4549_write()
229 DPRINTF("write_sample Buffer full\n"); in lm4549_write_samples()
253 DPRINTF("post_load freq = %i\n", freq); in lm4549_post_load()
254 DPRINTF("post_load voice_is_active = %i\n", s->voice_is_active); in lm4549_post_load()
/openbmc/qemu/hw/ssi/
H A Dimx_spi.c22 #define DPRINTF(fmt, args...) \ macro
121 DPRINTF("IRQ level is %d\n", level); in imx_spi_update_irq()
167 DPRINTF("Begin: TX Fifo Size = %d, RX Fifo Size = %d\n", in imx_spi_flush_txfifo()
176 DPRINTF("Burst length = %d\n", s->burst_length); in imx_spi_flush_txfifo()
185 DPRINTF("data tx:0x%08x\n", tx); in imx_spi_flush_txfifo()
194 DPRINTF("writing 0x%02x\n", (uint32_t)byte); in imx_spi_flush_txfifo()
199 DPRINTF("0x%02x read\n", (uint32_t)byte); in imx_spi_flush_txfifo()
208 DPRINTF("data rx:0x%08x\n", rx); in imx_spi_flush_txfifo()
231 DPRINTF("End: TX Fifo Size = %d, RX Fifo Size = %d\n", in imx_spi_flush_txfifo()
324 DPRINTF("reg[%s] => 0x%" PRIx32 "\n", imx_spi_reg_name(index), value); in imx_spi_read()
[all …]
/openbmc/qemu/hw/net/rocker/
H A Drocker_desc.c77 DPRINTF("ERROR: trying to write more to desc buf than it " in desc_set_buf()
107 DPRINTF("ERROR: ring[%d] desc base addr (0x" HWADDR_FMT_plx in desc_ring_set_base_addr()
127 DPRINTF("ERROR: ring[%d] size (%d) not a power of 2 " in desc_ring_set_size()
178 DPRINTF("ERROR: ring[%d] not-initialized desc base address!\n", in desc_ring_base_addr_check()
216 DPRINTF("ERROR: ring[%d] trying to post desc to empty ring\n", in desc_ring_post_desc()
262 DPRINTF("ERROR: trying to set head (%d) past ring[%d] size (%d)\n", in desc_ring_set_head()
269 DPRINTF("ERROR: trying to wrap ring[%d] " in desc_ring_set_head()
276 DPRINTF("WARNING: setting head (%d) to current head position\n", new); in desc_ring_set_head()
297 DPRINTF("ring[%d] resetting\n", ring->index); in desc_ring_set_ctrl()
305 DPRINTF("ERROR: trying to return more credits (%d) " in desc_ring_ret_credits()
/openbmc/u-boot/drivers/rtc/
H A Dds1302.c31 # define DPRINTF(x,args...) printf("ds1302: " x , ##args) macro
38 # define DPRINTF(x,args...) macro
155 DPRINTF("READ 0x%x bytes @ 0x%x [ ", count, addr); in read_ser_drv()
176 DPRINTF("WRITE 0x%x bytes @ 0x%x [ ", count, addr); in write_ser_drv()
196 DPRINTF("init\n"); in rtc_init()
242 DPRINTF("init done\n"); in rtc_init()
281 DPRINTF("Get DATE: %4d-%02d-%02d (wday=%d) TIME: %2d:%02d:%02d\n", in rtc_get()
295 DPRINTF("Set DATE: %4d-%02d-%02d (wday=%d) TIME: %2d:%02d:%02d\n", in rtc_set()
/openbmc/qemu/hw/i386/xen/
H A Dxen_platform.c49 #define DPRINTF(fmt, ...) do { \ macro
53 #define DPRINTF(fmt, ...) do { } while (0) macro
275 DPRINTF("unplug disks\n"); in platform_fixed_ioport_writew()
279 DPRINTF("unplug nics\n"); in platform_fixed_ioport_writew()
287 DPRINTF("Citrix Windows PV drivers loaded in guest\n"); in platform_fixed_ioport_writew()
290 DPRINTF("Guest claimed to be running PV product 0?\n"); in platform_fixed_ioport_writew()
293 DPRINTF("Unknown PV product %d loaded in guest\n", val); in platform_fixed_ioport_writew()
326 DPRINTF("unable to change ro/rw state of ROM memory area!\n"); in platform_fixed_ioport_writeb()
329 DPRINTF("changed ro/rw state of ROM memory area. now is %s state.\n", in platform_fixed_ioport_writeb()
500 DPRINTF("Warning: attempted read from physical address " in platform_mmio_read()
[all …]
/openbmc/qemu/chardev/
H A Dbaum.c39 #define DPRINTF(fmt, ...) \
42 #define DPRINTF(fmt, ...) macro
345 DPRINTF("Timeout waiting for DisplayData, sending cell count\n"); in baum_cellCount_timer_cb()
363 DPRINTF("Dropped %td bytes!\n", cur - buf); in baum_eat_packet()
373 DPRINTF("Broken packet %#2x, tossing\n", req); \ in baum_eat_packet()
433 DPRINTF("SetMode\n"); in baum_eat_packet()
442 DPRINTF("SetProtocol\n"); in baum_eat_packet()
451 DPRINTF("GetDeviceIdentity\n"); in baum_eat_packet()
460 DPRINTF("GetVersionNumber\n"); in baum_eat_packet()
468 DPRINTF("GetSerialNumber\n"); in baum_eat_packet()
[all …]
/openbmc/qemu/hw/timer/
H A Dexynos4210_mct.c70 #define DPRINTF(fmt, ...) \ macro
74 #define DPRINTF(fmt, ...) do {} while (0) macro
369 DPRINTF("global timer frc set count 0x%llx\n", count); in exynos4210_gfrc_set_count()
390 DPRINTF("global timer frc stop\n"); in exynos4210_gfrc_stop()
401 DPRINTF("global timer frc start\n"); in exynos4210_gfrc_start()
484 DPRINTF("found comparator %d: " in exynos4210_gcomp_find()
543 DPRINTF("gcmp timer[%u] IRQ\n", id); in exynos4210_gcomp_raise_irq()
568 DPRINTF("\n"); in exynos4210_gfrc_event()
661 DPRINTF("\n"); in exynos4210_lfrc_event()
958 DPRINTF("local timer[%d] IRQ: %llx\n", s->id, in exynos4210_ltick_event()
[all …]
/openbmc/linux/arch/parisc/kernel/
H A Dunaligned.c22 #define DPRINTF(fmt, args...) do { printk(KERN_DEBUG "%s:%d:%s ", __FILE__, __LINE__, __func__ ); p… macro
24 #define DPRINTF(fmt, args...) macro
114 DPRINTF("load " RFMT ":" RFMT " to r%d for 2 bytes\n", in emulate_ldh()
128 DPRINTF("val = " RFMT "\n", val); in emulate_ldh()
142 DPRINTF("load " RFMT ":" RFMT " to r%d for 4 bytes\n", in emulate_ldw()
160 DPRINTF("val = " RFMT "\n", val); in emulate_ldw()
176 DPRINTF("load " RFMT ":" RFMT " to r%d for 8 bytes\n", in emulate_ldd()
217 DPRINTF("val = 0x%llx\n", val); in emulate_ldd()
235 DPRINTF("store r%d (" RFMT ") to " RFMT ":" RFMT " for 2 bytes\n", frreg, in emulate_sth()
264 DPRINTF("store r%d (" RFMT ") to " RFMT ":" RFMT " for 4 bytes\n", frreg, in emulate_stw()
[all …]

123