/linux-2.4.37.9/arch/arm/mach-clps711x/ |
D | fortunet.c | 66 ip = (IMAGE_PARAMS *)__phys_to_virt(IMAGE_PARAMS_PHYS); in fortunet_fixup() 67 *cmdline = (char *)__phys_to_virt(ip->command_line); in fortunet_fixup() 71 initrd_start = __phys_to_virt(ip->ramdisk_address); in fortunet_fixup()
|
/linux-2.4.37.9/include/asm-arm/arch-anakin/ |
D | memory.h | 25 #define __phys_to_virt(a) ((a) + PAGE_OFFSET - PHYS_OFFSET) macro 27 #define __bus_to_virt(a) __phys_to_virt(a)
|
/linux-2.4.37.9/include/asm-arm/arch-rpc/ |
D | memory.h | 42 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET) macro 51 #define __bus_to_virt(x) __phys_to_virt(x)
|
/linux-2.4.37.9/include/asm-arm/arch-shark/ |
D | memory.h | 34 #define __phys_to_virt(ppage) (ppage - PHYS_OFFSET + PAGE_OFFSET) macro 39 #define __bus_to_virt(x) __phys_to_virt(x)
|
/linux-2.4.37.9/include/asm-arm/arch-cl7500/ |
D | memory.h | 38 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET) macro 47 #define __bus_to_virt(x) __phys_to_virt(x)
|
/linux-2.4.37.9/include/asm-arm/arch-l7200/ |
D | memory.h | 43 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET) macro 48 #define __bus_to_virt(x) __phys_to_virt(x)
|
/linux-2.4.37.9/include/asm-arm/arch-tbox/ |
D | memory.h | 32 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET) macro 42 #define __bus_to_virt(x) __phys_to_virt(x)
|
/linux-2.4.37.9/include/asm-arm/arch-at91rm9200/ |
D | memory.h | 47 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET) macro 59 #define __bus_to_virt(x) __phys_to_virt(x)
|
/linux-2.4.37.9/include/asm-arm/arch-sa1100/ |
D | memory.h | 42 #define __phys_to_virt(x) (x) macro 56 #define __bus_to_virt(x) __phys_to_virt(x)
|
/linux-2.4.37.9/include/asm-arm/ |
D | memory.h | 38 return (void *)(__phys_to_virt((unsigned long)(x))); in phys_to_virt() 42 #define __va(x) ((void *)__phys_to_virt((unsigned long)(x)))
|
/linux-2.4.37.9/include/asm-arm/arch-arc/ |
D | memory.h | 39 #define __phys_to_virt(ppage) ppage macro
|
/linux-2.4.37.9/include/asm-arm/arch-ebsa110/ |
D | memory.h | 40 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET) macro
|
/linux-2.4.37.9/include/asm-arm/arch-epxa/ |
D | memory.h | 47 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET) macro
|
/linux-2.4.37.9/include/asm-arm/arch-integrator/ |
D | memory.h | 47 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET) macro
|
/linux-2.4.37.9/include/asm-arm/arch-nexuspci/ |
D | memory.h | 34 #define __phys_to_virt(ppage) ((unsigned long)(ppage) + PAGE_OFFSET - PHYS_OFFSET) macro
|
/linux-2.4.37.9/include/asm-arm/arch-omaha/ |
D | memory.h | 47 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET) macro
|
/linux-2.4.37.9/include/asm-arm/arch-mx1ads/ |
D | memory.h | 59 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET) macro
|
/linux-2.4.37.9/include/asm-arm/arch-ebsa285/ |
D | memory.h | 81 #define __phys_to_virt(ppage) ((unsigned long)(ppage) + PAGE_OFFSET) macro
|
/linux-2.4.37.9/arch/arm/mach-sa1100/ |
D | omnimeter.c | 28 setup_initrd( __phys_to_virt(0xd0000000), 0x00400000 ); in fixup_omnimeter()
|
D | brutus.c | 37 setup_initrd( __phys_to_virt(0xd8000000), 3*1024*1024 ); in fixup_brutus()
|
D | huw_webpanel.c | 45 setup_initrd( __phys_to_virt(0xc0800000), 8*1024*1024 ); in fixup_huw_webpanel()
|
D | simpad.c | 55 setup_initrd( __phys_to_virt(0xc0800000), 4*1024*1024 ); in fixup_simpad()
|
/linux-2.4.37.9/arch/arm/mm/ |
D | mm-armv.c | 323 p->virtual = __phys_to_virt(p->physical); in memtable_init() 410 start = __phys_to_virt(start); in free_memmap() 411 end = __phys_to_virt(end); in free_memmap()
|
/linux-2.4.37.9/include/asm-arm/arch-riscstation/ |
D | memory.h | 49 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET) macro
|
/linux-2.4.37.9/include/asm-arm/arch-clps711x/ |
D | memory.h | 49 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET) macro
|