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

  /external/qemu/hw/android/
android_mips.c 59 #define PHYS_TO_VIRT(x) ((x) | ~(target_ulong)0x7fffffff)
115 (hwaddr)PHYS_TO_VIRT(initrd_offset),
126 PHYS_TO_VIRT(initrd_offset), initrd_size);
131 env->active_tc.gpr[4] = PHYS_TO_VIRT(cmdline);/* a0 */
  /external/qemu/hw/mips/
mips_r4k.c 24 #define PHYS_TO_VIRT(x) ((x) | ~(target_ulong)0x7fffffff)
136 PHYS_TO_VIRT((uint32_t)initrd_offset),

Completed in 117 milliseconds