Searched refs:__MEMORY_START (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dpage.h93 * __MEMORY_START and SIZE are the physical addresses and size of RAM.
95 #define __MEMORY_START CONFIG_MEMORY_START macro
103 #define PHYSICAL_OFFSET (CONFIG_PHYSICAL_START - __MEMORY_START)
124 #define ___pa(x) ((x)-PAGE_OFFSET+__MEMORY_START)
125 #define ___va(x) ((x)+PAGE_OFFSET-__MEMORY_START)
158 #define PFN_START (__MEMORY_START >> PAGE_SHIFT)
/linux-master/arch/sh/kernel/
H A Dvmlinux.lds.S15 #define MEMORY_OFFSET __MEMORY_START
H A Dsetup.c129 start = INITRD_START + __MEMORY_START;
139 if (unlikely(start < __MEMORY_START)) {
140 pr_err("initrd start (%08lx) < __MEMORY_START(%x)\n",
141 start, __MEMORY_START);
H A Dhead_32.S103 * to __MEMORY_START (or even map all of our RAM).
175 cmp/eq r0, r8 /* Check for valid __MEMORY_START mappings */
358 .LFIRST_DATA_ENTRY: .long __MEMORY_START | PMB_V
/linux-master/arch/sh/mm/
H A Dinit.c38 memblock_add(__MEMORY_START, __MEMORY_SIZE);
248 u32 zero_base = (u32)__MEMORY_START + (u32)PHYSICAL_OFFSET;
303 min_low_pfn = __MEMORY_START >> PAGE_SHIFT;
308 memory_start = (unsigned long)__va(__MEMORY_START);
H A Dmmap.c173 if (addr < __MEMORY_START)

Completed in 120 milliseconds