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

/linux-4.4.14/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 DMakefile15 #IMAGE_OFFSET := $(shell printf "0x%08x" $$[$(CONFIG_MEMORY_START)+0x2000])
16 #IMAGE_OFFSET := $(shell printf "0x%08x" $$[$(CONFIG_MEMORY_START)+0x00400000])
H A Dmisc.c83 output_data = (unsigned char *)CONFIG_MEMORY_START + 0x2000 decompress_kernel()
H A Dhead.S34 seth r1, #high(CONFIG_MEMORY_START + 0x00400000) /* Start address */
158 seth r1, #high(CONFIG_MEMORY_START)
/linux-4.4.14/arch/h8300/boot/compressed/
H A DMakefile16 CONFIG_MEMORY_START ?= 0x00400000 macro
18 IMAGE_OFFSET := $(shell printf "0x%08x" $$(($(CONFIG_MEMORY_START)+$(CONFIG_BOOT_LINK_OFFSET))))
22 --defsym output=$(CONFIG_MEMORY_START)
/linux-4.4.14/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 DMakefile21 $$[$(CONFIG_MEMORY_START) + \
H A Dmisc.c121 output_addr = (CONFIG_MEMORY_START + 0x2000); decompress_kernel()
/linux-4.4.14/arch/sh/boot/
H A DMakefile16 CONFIG_MEMORY_START ?= 0x0c000000 macro
20 CONFIG_PHYSICAL_START ?= $(CONFIG_MEMORY_START)
113 export CONFIG_PAGE_OFFSET CONFIG_MEMORY_START CONFIG_BOOT_LINK_OFFSET \
/linux-4.4.14/arch/m32r/kernel/
H A Dvmlinux.lds.S21 . = CONFIG_MEMORY_START + __PAGE_OFFSET;
H A Dsetup.c104 memory_start = (unsigned long)CONFIG_MEMORY_START+PAGE_OFFSET; parse_mem_cmdline()
147 CONFIG_MEMORY_START>>PAGE_SHIFT, max_low_pfn); setup_memory()
181 reserve_bootmem(CONFIG_MEMORY_START + PAGE_SIZE, setup_memory()
183 - CONFIG_MEMORY_START, setup_memory()
190 reserve_bootmem(CONFIG_MEMORY_START, PAGE_SIZE, BOOTMEM_DEFAULT); setup_memory()
/linux-4.4.14/arch/m32r/include/asm/
H A Dpage.h59 #define __MEMORY_START CONFIG_MEMORY_START
73 #define PFN_BASE (CONFIG_MEMORY_START >> PAGE_SHIFT)
/linux-4.4.14/arch/score/kernel/
H A Dvmlinux.lds.S37 . = CONFIG_MEMORY_START + 0x2000;
/linux-4.4.14/arch/m32r/mm/
H A Ddiscontig.c47 mp->start_pfn = PFN_UP(CONFIG_MEMORY_START); mem_prof_init()
/linux-4.4.14/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)
/linux-4.4.14/arch/sh/include/asm/
H A Dpage.h113 #define __MEMORY_START CONFIG_MEMORY_START

Completed in 283 milliseconds