OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TARGET_FMT_plx
(Results
1 - 8
of
8
) sorted by null
/external/qemu/
targphys.h
13
#define
TARGET_FMT_plx
"%08x"
17
#define
TARGET_FMT_plx
"%016" PRIx64
exec.c
[
all
...]
kvm-all.c
230
fprintf(stderr, "BUG: %s: invalid parameters "
TARGET_FMT_plx
"-"
231
TARGET_FMT_plx
"\n", __func__, phys_addr,
/external/qemu/hw/
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",
sysbus.c
162
monitor_printf(mon, "%*smmio "
TARGET_FMT_plx
"/"
TARGET_FMT_plx
"\n",
pxa.h
211
# define REG_FMT "0x"
TARGET_FMT_plx
pc.c
667
"qemu: real_addr = 0x"
TARGET_FMT_plx
"\n"
668
"qemu: cmdline_addr = 0x"
TARGET_FMT_plx
"\n"
669
"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 220 milliseconds