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

  /external/qemu/
cputlb.c 230 if ((pd & ~TARGET_PAGE_MASK) > IO_MEM_ROM && !(pd & IO_MEM_ROMD)) {
248 IO_MEM_ROMD uses these as a ram address. */
286 (pd & IO_MEM_ROMD)) {
315 if (pd > IO_MEM_ROM && !(pd & IO_MEM_ROMD)) {
exec.c 744 (phys_offset & IO_MEM_ROMD))
752 (phys_offset & IO_MEM_ROMD)) {
    [all...]
  /external/qemu/include/exec/
cpu-common.h 159 #define IO_MEM_ROMD (1)

Completed in 148 milliseconds