Home
last modified time | relevance | path

Searched refs:__MEMORY_START (Results 1 – 5 of 5) sorted by relevance

/linux/arch/sh/include/asm/
H A Dpage.h93 #define __MEMORY_START CONFIG_MEMORY_START macro
101 #define PHYSICAL_OFFSET (CONFIG_PHYSICAL_START - __MEMORY_START)
122 #define ___pa(x) ((x)-PAGE_OFFSET+__MEMORY_START)
123 #define ___va(x) ((x)+PAGE_OFFSET-__MEMORY_START)
155 #define PFN_START (__MEMORY_START >> PAGE_SHIFT)
/linux/arch/sh/kernel/
H A Dsetup.c129 start = INITRD_START + __MEMORY_START; in check_for_initrd()
139 if (unlikely(start < __MEMORY_START)) { in check_for_initrd()
141 start, __MEMORY_START); in check_for_initrd()
H A Dvmlinux.lds.S15 #define MEMORY_OFFSET __MEMORY_START
H A Dhead_32.S358 .LFIRST_DATA_ENTRY: .long __MEMORY_START | PMB_V
/linux/arch/sh/mm/
H A Dmmap.c173 if (addr < __MEMORY_START) in valid_phys_addr_range()