Home
last modified time | relevance | path

Searched refs:__phys_to_virt (Results 1 – 25 of 31) sorted by relevance

12

/linux-2.4.37.9/arch/arm/mach-clps711x/
Dfortunet.c66 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/
Dmemory.h25 #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/
Dmemory.h42 #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/
Dmemory.h34 #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/
Dmemory.h38 #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/
Dmemory.h43 #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/
Dmemory.h32 #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/
Dmemory.h47 #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/
Dmemory.h42 #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/
Dmemory.h38 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/
Dmemory.h39 #define __phys_to_virt(ppage) ppage macro
/linux-2.4.37.9/include/asm-arm/arch-ebsa110/
Dmemory.h40 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-epxa/
Dmemory.h47 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-integrator/
Dmemory.h47 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-nexuspci/
Dmemory.h34 #define __phys_to_virt(ppage) ((unsigned long)(ppage) + PAGE_OFFSET - PHYS_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-omaha/
Dmemory.h47 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-mx1ads/
Dmemory.h59 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-ebsa285/
Dmemory.h81 #define __phys_to_virt(ppage) ((unsigned long)(ppage) + PAGE_OFFSET) macro
/linux-2.4.37.9/arch/arm/mach-sa1100/
Domnimeter.c28 setup_initrd( __phys_to_virt(0xd0000000), 0x00400000 ); in fixup_omnimeter()
Dbrutus.c37 setup_initrd( __phys_to_virt(0xd8000000), 3*1024*1024 ); in fixup_brutus()
Dhuw_webpanel.c45 setup_initrd( __phys_to_virt(0xc0800000), 8*1024*1024 ); in fixup_huw_webpanel()
Dsimpad.c55 setup_initrd( __phys_to_virt(0xc0800000), 4*1024*1024 ); in fixup_simpad()
/linux-2.4.37.9/arch/arm/mm/
Dmm-armv.c323 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/
Dmemory.h49 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-clps711x/
Dmemory.h49 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET) macro

12