Searched refs:CONFIG_MEMORY_START (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/boot/compressed/
H A Dboot.h4 * CONFIG_MEMORY_START +-----------------------+
9 * CONFIG_MEMORY_START +-----------------------+
21 * CONFIG_MEMORY_START +-----------------------+
33 * CONFIG_MEMORY_START +-----------------------+
53 #define KERNEL_EXEC_ADDR __val(CONFIG_MEMORY_START)
54 #define KERNEL_DECOMPRESS_ADDR __val(CONFIG_MEMORY_START + \
56 #define KERNEL_ENTRY __val(CONFIG_MEMORY_START + 0x1000)
58 #define BOOT_EXEC_ADDR __val(CONFIG_MEMORY_START)
59 #define BOOT_RELOC_ADDR __val(CONFIG_MEMORY_START + DECOMPRESS_OFFSET_BASE)
H A Dvmlinux.lds.S6 . = CONFIG_MEMORY_START + 0x00400000;
H A Dmisc.c73 output_data = (unsigned char *)CONFIG_MEMORY_START + 0x2000
H A Dhead.S34 seth r1, #high(CONFIG_MEMORY_START + 0x00400000) /* Start address */
158 seth r1, #high(CONFIG_MEMORY_START)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-shmobile/include/mach/
H A Dmemory.h4 #define PHYS_OFFSET UL(CONFIG_MEMORY_START)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dvmlinux.lds.S37 . = CONFIG_MEMORY_START + 0x2000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/boot/compressed/
H A DMakefile17 CONFIG_MEMORY_START ?= 0x00400000 macro
19 IMAGE_OFFSET := $(shell printf "0x%08x" $$[$(CONFIG_MEMORY_START)+$(CONFIG_BOOT_LINK_OFFSET)])
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boot/compressed/
H A Dhead_64.S24 #define MMUIR_TEXT_H 0x0000000000000003 | CONFIG_MEMORY_START
26 #define MMUIR_TEXT_L 0x000000000000009a | CONFIG_MEMORY_START
29 #define MMUDR_CACHED_H 0x0000000000000003 | CONFIG_MEMORY_START
31 #define MMUDR_CACHED_L 0x000000000000015a | CONFIG_MEMORY_START
153 movi datalabel (CONFIG_MEMORY_START + 0x2000)+1, r19
H A Dmisc.c117 output_addr = (CONFIG_MEMORY_START + 0x2000);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dpage.h59 #define __MEMORY_START CONFIG_MEMORY_START
73 #define PFN_BASE (CONFIG_MEMORY_START >> PAGE_SHIFT)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dsetup.c101 memory_start = (unsigned long)CONFIG_MEMORY_START+PAGE_OFFSET;
144 CONFIG_MEMORY_START>>PAGE_SHIFT, max_low_pfn);
178 reserve_bootmem(CONFIG_MEMORY_START + PAGE_SIZE,
180 - CONFIG_MEMORY_START,
187 reserve_bootmem(CONFIG_MEMORY_START, PAGE_SIZE, BOOTMEM_DEFAULT);
H A Dvmlinux.lds.S21 . = CONFIG_MEMORY_START + __PAGE_OFFSET;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boot/
H A DMakefile18 CONFIG_MEMORY_START ?= 0x0c000000 macro
50 $$[$(CONFIG_MEMORY_START) & 0x1fffffff]')
109 export CONFIG_PAGE_OFFSET CONFIG_MEMORY_START CONFIG_BOOT_LINK_OFFSET \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dhead_64.S44 #define ALIGNED_EFFECTIVE ((CONFIG_PAGE_OFFSET + CONFIG_MEMORY_START) & ALIGN_512M_MASK)
45 #define ALIGNED_PHYSICAL (CONFIG_MEMORY_START & ALIGN_512M_MASK)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpage.h112 #define __MEMORY_START CONFIG_MEMORY_START
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/mm/
H A Ddiscontig.c47 mp->start_pfn = PFN_UP(CONFIG_MEMORY_START);

Completed in 110 milliseconds