Home
last modified time | relevance | path

Searched refs:__virt_to_phys (Results 1 – 25 of 26) sorted by relevance

12

/linux-2.4.37.9/include/asm-arm/arch-anakin/
Dmemory.h24 #define __virt_to_phys(a) ((a) - PAGE_OFFSET + PHYS_OFFSET) macro
26 #define __virt_to_bus(a) __virt_to_phys(a)
/linux-2.4.37.9/include/asm-arm/arch-rpc/
Dmemory.h40 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) macro
49 #define __virt_to_bus(x) __virt_to_phys(x)
/linux-2.4.37.9/include/asm-arm/arch-shark/
Dmemory.h33 #define __virt_to_phys(vpage) (vpage - PAGE_OFFSET + PHYS_OFFSET) macro
37 #define __virt_to_bus(x) __virt_to_phys(x)
/linux-2.4.37.9/include/asm-arm/arch-cl7500/
Dmemory.h36 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) macro
45 #define __virt_to_bus(x) __virt_to_phys(x)
/linux-2.4.37.9/include/asm-arm/arch-l7200/
Dmemory.h41 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) macro
46 #define __virt_to_bus(x) __virt_to_phys(x)
/linux-2.4.37.9/include/asm-arm/arch-tbox/
Dmemory.h31 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) macro
40 #define __virt_to_bus(x) __virt_to_phys(x)
/linux-2.4.37.9/include/asm-arm/arch-at91rm9200/
Dmemory.h45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) macro
57 #define __virt_to_bus(x) __virt_to_phys(x)
/linux-2.4.37.9/arch/arm/kernel/
Dsetup.c262 phys_initrd_start = __virt_to_phys(start); in setup_initrd()
273 kernel_code.start = __virt_to_phys(init_mm.start_code); in request_standard_resources()
274 kernel_code.end = __virt_to_phys(init_mm.end_code - 1); in request_standard_resources()
275 kernel_data.start = __virt_to_phys(init_mm.end_code); in request_standard_resources()
276 kernel_data.end = __virt_to_phys(init_mm.brk - 1); in request_standard_resources()
289 res->start = __virt_to_phys(virt_start); in request_standard_resources()
290 res->end = __virt_to_phys(virt_end); in request_standard_resources()
400 phys_initrd_start = __virt_to_phys(tag->u.initrd.start); in parse_tag_initrd()
/linux-2.4.37.9/include/asm-arm/arch-sa1100/
Dmemory.h41 #define __virt_to_phys(x) (x) macro
55 #define __virt_to_bus(x) __virt_to_phys(x)
/linux-2.4.37.9/include/asm-arm/
Dmemory.h33 return __virt_to_phys((unsigned long)(x)); in virt_to_phys()
41 #define __pa(x) __virt_to_phys((unsigned long)(x))
Dcpu-single.h88 #define cpu_switch_mm(pgd,tsk) cpu_set_pgd(__virt_to_phys((unsigned long)(pgd)))
Dcpu-multi32.h158 #define cpu_switch_mm(pgd,tsk) cpu_set_pgd(__virt_to_phys((unsigned long)(pgd)))
/linux-2.4.37.9/include/asm-arm/arch-arc/
Dmemory.h37 #define __virt_to_phys(vpage) vpage macro
/linux-2.4.37.9/include/asm-arm/arch-ebsa110/
Dmemory.h38 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-epxa/
Dmemory.h45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-integrator/
Dmemory.h45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-nexuspci/
Dmemory.h33 #define __virt_to_phys(vpage) ((unsigned long)(vpage) - PAGE_OFFSET + PHYS_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-omaha/
Dmemory.h45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-mx1ads/
Dmemory.h57 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-ebsa285/
Dmemory.h79 #define __virt_to_phys(vpage) ((unsigned long)(vpage) - PAGE_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-riscstation/
Dmemory.h47 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/arch-clps711x/
Dmemory.h47 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) macro
/linux-2.4.37.9/include/asm-arm/proc-armo/
Dpgtable.h41 pmd_val(pmd) = __virt_to_phys(pte_ptr) | prot; in __mk_pmd()
/linux-2.4.37.9/include/asm-arm/proc-armv/
Dpgtable.h62 pmd_val(pmd) = __virt_to_phys(pte_ptr) | prot; in __mk_pmd()
/linux-2.4.37.9/arch/arm/mm/
Dmm-armv.c416 start = __virt_to_phys(pg); in free_memmap()
417 end = __virt_to_phys(pgend); in free_memmap()

12