HomeSort by relevance Sort by last modified time
    Searched refs:TARGET_FMT_plx (Results 1 - 9 of 9) sorted by null

  /external/qemu/include/exec/
hwaddr.h 19 #define TARGET_FMT_plx "%08x"
23 #define TARGET_FMT_plx "%016" PRIx64
  /external/qemu/hw/pci-host/
pci_host.h 46 PCI_DPRINTF("writeb addr " TARGET_FMT_plx " val %x\n",
58 PCI_DPRINTF("writew addr " TARGET_FMT_plx " val %x\n",
70 PCI_DPRINTF("writel addr " TARGET_FMT_plx " val %x\n",
84 PCI_DPRINTF("readb addr " TARGET_FMT_plx " val %x\n",
96 PCI_DPRINTF("readw addr " TARGET_FMT_plx " val %x\n",
111 PCI_DPRINTF("readl addr " TARGET_FMT_plx " val %x\n",
  /external/qemu/hw/core/
sysbus.c 163 monitor_printf(mon, "%*smmio " TARGET_FMT_plx "/" TARGET_FMT_plx "\n",
  /external/qemu/
exec.c     [all...]
cputlb.c 224 printf("tlb_set_page: vaddr=" TARGET_FMT_lx " paddr=0x" TARGET_FMT_plx
kvm-all.c 244 fprintf(stderr, "BUG: %s: invalid parameters " TARGET_FMT_plx "-"
245 TARGET_FMT_plx "\n", __func__, (hwaddr)phys_addr,
  /external/qemu/include/hw/arm/
pxa.h 213 # define REG_FMT "0x" TARGET_FMT_plx
  /external/qemu/hw/i386/
pc.c 661 "qemu: real_addr = 0x" TARGET_FMT_plx "\n"
662 "qemu: cmdline_addr = 0x" TARGET_FMT_plx "\n"
663 "qemu: prot_addr = 0x" TARGET_FMT_plx "\n",
    [all...]
  /external/qemu/target-mips/
helper.c 466 qemu_log("%s address=" TARGET_FMT_lx " ret %d physical " TARGET_FMT_plx " prot %d\n",

Completed in 131 milliseconds