OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PHYS_TO_VIRT
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/
android_mips.c
71
#define
PHYS_TO_VIRT
(x) ((x) | ~(target_ulong)0x7fffffff)
127
PHYS_TO_VIRT
(initrd_offset), initrd_size);
137
PHYS_TO_VIRT
(initrd_offset), initrd_size);
142
env->active_tc.gpr[4] =
PHYS_TO_VIRT
(cmdline);/* a0 */
mips_r4k.c
24
#define
PHYS_TO_VIRT
(x) ((x) | ~(target_ulong)0x7fffffff)
136
PHYS_TO_VIRT
((uint32_t)initrd_offset),
Completed in 262 milliseconds