Searched refs:PHYS_TO_VIRT (Results 1 - 2 of 2) sorted by relevance

/external/qemu/hw/android/
H A Dandroid_mips.c59 #define PHYS_TO_VIRT(x) ((x) | ~(target_ulong)0x7fffffff) macro
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/
H A Dmips_r4k.c24 #define PHYS_TO_VIRT(x) ((x) | ~(target_ulong)0x7fffffff) macro
136 PHYS_TO_VIRT((uint32_t)initrd_offset),

Completed in 84 milliseconds