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

  /external/qemu/include/exec/
cpu-common.h 56 #define IO_MEM_NB_ENTRIES (1 << (TARGET_PAGE_BITS - IO_MEM_SHIFT))
151 #define IO_MEM_SHIFT 3
153 #define IO_MEM_RAM (0 << IO_MEM_SHIFT) /* hardcoded offset */
154 #define IO_MEM_ROM (1 << IO_MEM_SHIFT) /* hardcoded offset */
155 #define IO_MEM_UNASSIGNED (2 << IO_MEM_SHIFT)
156 #define IO_MEM_NOTDIRTY (3 << IO_MEM_SHIFT)
softmmu_template.h 121 int index = (physaddr >> IO_MEM_SHIFT) & (IO_MEM_NB_ENTRIES - 1);
124 if (index > (IO_MEM_NOTDIRTY >> IO_MEM_SHIFT)
337 int index = (physaddr >> IO_MEM_SHIFT) & (IO_MEM_NB_ENTRIES - 1);
339 if (index > (IO_MEM_NOTDIRTY >> IO_MEM_SHIFT)
  /external/qemu/
exec.c 736 >> IO_MEM_SHIFT];
    [all...]

Completed in 121 milliseconds