/linux-2.4.37.9/include/asm-arm/arch-mx1ads/ |
D | memory.h | 47 #define PHYS_OFFSET (0x12000000UL) macro 50 #define PHYS_OFFSET (0x08000000UL) macro 57 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) 59 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET) 69 #define __virt_to_bus(x) (x - PAGE_OFFSET + PHYS_OFFSET) 71 #define __bus_to_virt(x) (x - PHYS_OFFSET + PAGE_OFFSET)
|
/linux-2.4.37.9/include/asm-arm/arch-anakin/ |
D | memory.h | 22 #define PHYS_OFFSET 0x20000000 macro 24 #define __virt_to_phys(a) ((a) - PAGE_OFFSET + PHYS_OFFSET) 25 #define __phys_to_virt(a) ((a) + PAGE_OFFSET - PHYS_OFFSET)
|
/linux-2.4.37.9/include/asm-arm/arch-rpc/ |
D | memory.h | 37 #define PHYS_OFFSET (0x10000000UL) macro 40 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) 42 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
|
/linux-2.4.37.9/include/asm-arm/arch-shark/ |
D | memory.h | 29 #define PHYS_OFFSET (0x08000000UL) macro 33 #define __virt_to_phys(vpage) (vpage - PAGE_OFFSET + PHYS_OFFSET) 34 #define __phys_to_virt(ppage) (ppage - PHYS_OFFSET + PAGE_OFFSET)
|
/linux-2.4.37.9/include/asm-arm/arch-cl7500/ |
D | memory.h | 33 #define PHYS_OFFSET (0x10000000UL) macro 36 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) 38 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
|
/linux-2.4.37.9/include/asm-arm/arch-l7200/ |
D | memory.h | 35 #define PHYS_OFFSET (0xf0000000UL) macro 41 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) 43 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
|
/linux-2.4.37.9/include/asm-arm/arch-tbox/ |
D | memory.h | 26 #define PHYS_OFFSET (0x80000000UL) macro 31 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) 32 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
|
/linux-2.4.37.9/include/asm-arm/arch-at91rm9200/ |
D | memory.h | 42 #define PHYS_OFFSET (AT91_SDRAM_BASE) macro 45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) 47 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
|
/linux-2.4.37.9/include/asm-arm/arch-nexuspci/ |
D | memory.h | 27 #define PHYS_OFFSET (0x40000000UL) macro 33 #define __virt_to_phys(vpage) ((unsigned long)(vpage) - PAGE_OFFSET + PHYS_OFFSET) 34 #define __phys_to_virt(ppage) ((unsigned long)(ppage) + PAGE_OFFSET - PHYS_OFFSET)
|
/linux-2.4.37.9/include/asm-arm/arch-omaha/ |
D | memory.h | 39 #define PHYS_OFFSET (0x0C000000UL) macro 45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) 47 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
|
/linux-2.4.37.9/include/asm-arm/arch-riscstation/ |
D | memory.h | 41 #define PHYS_OFFSET (0x10000000UL) macro 47 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) 49 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
|
/linux-2.4.37.9/include/asm-arm/arch-clps711x/ |
D | memory.h | 41 #define PHYS_OFFSET (0xc0000000UL) macro 47 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) 49 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
|
/linux-2.4.37.9/arch/arm/mm/ |
D | init.c | 296 max_low_pfn = memend_pfn - O_PFN_DOWN(PHYS_OFFSET); in find_memend_and_nodes() 387 reserve_bootmem_node(pgdat, PHYS_OFFSET, 0x00014000); in reserve_node_zero() 393 reserve_bootmem_node(pgdat, PHYS_OFFSET, __pa(swapper_pg_dir)-PHYS_OFFSET); in reserve_node_zero()
|
/linux-2.4.37.9/arch/arm/mach-sa1100/ |
D | generic.h | 13 mi->bank[__nr].node = (((unsigned)(__start) - PHYS_OFFSET) >> 27)
|
/linux-2.4.37.9/include/asm-arm/arch-arc/ |
D | memory.h | 34 #define PHYS_OFFSET (0x02000000UL) macro
|
/linux-2.4.37.9/include/asm-arm/arch-ebsa110/ |
D | memory.h | 35 #define PHYS_OFFSET (0x00000000UL) macro
|
/linux-2.4.37.9/include/asm-arm/arch-epxa/ |
D | memory.h | 39 #define PHYS_OFFSET (0x00000000UL) macro
|
/linux-2.4.37.9/include/asm-arm/arch-integrator/ |
D | memory.h | 39 #define PHYS_OFFSET (0x00000000UL) macro
|
/linux-2.4.37.9/include/asm-arm/arch-ebsa285/ |
D | memory.h | 67 #define PHYS_OFFSET (0x00000000UL) macro
|
/linux-2.4.37.9/include/asm-arm/arch-sa1100/ |
D | memory.h | 32 #define PHYS_OFFSET (0xc0000000UL) macro
|
/linux-2.4.37.9/arch/arm/mach-clps711x/ |
D | p720t.c | 71 tag->u.mem.start = PHYS_OFFSET; in fixup_p720t()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | compat.c | 100 tag = memtag(tag, PHYS_OFFSET + (i << 26), in build_tag_list() 104 tag = memtag(tag, PHYS_OFFSET, params->u1.s.nr_pages * PAGE_SIZE); in build_tag_list()
|
D | setup.c | 202 start = PHYS_OFFSET; in parse_cmdline() 484 { MEM_SIZE, PHYS_OFFSET }, 529 meminfo.bank[0].start = PHYS_OFFSET; in setup_arch()
|
D | arch.c | 117 mi->bank[0].start = PHYS_OFFSET; in fixup_l7200()
|
/linux-2.4.37.9/include/asm-arm/ |
D | memory.h | 26 #define PHYS_PFN_OFFSET (PHYS_OFFSET >> PAGE_SHIFT)
|