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

  /external/qemu/include/exec/
exec-all.h 357 extern CPUWriteMemoryFunc *_io_mem_write[IO_MEM_NB_ENTRIES][4];
358 extern CPUReadMemoryFunc *_io_mem_read[IO_MEM_NB_ENTRIES][4];
359 extern void *io_mem_opaque[IO_MEM_NB_ENTRIES];
cpu-common.h 56 #define IO_MEM_NB_ENTRIES (1 << (TARGET_PAGE_BITS - IO_MEM_SHIFT))
softmmu_template.h 121 int index = (physaddr >> IO_MEM_SHIFT) & (IO_MEM_NB_ENTRIES - 1);
337 int index = (physaddr >> IO_MEM_SHIFT) & (IO_MEM_NB_ENTRIES - 1);
  /external/qemu/
exec.c 76 CPUWriteMemoryFunc *_io_mem_write[IO_MEM_NB_ENTRIES][4];
77 CPUReadMemoryFunc *_io_mem_read[IO_MEM_NB_ENTRIES][4];
78 void *io_mem_opaque[IO_MEM_NB_ENTRIES];
79 static char io_mem_used[IO_MEM_NB_ENTRIES];
    [all...]

Completed in 585 milliseconds