Searched refs:CONFIG_PHYSICAL_START (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
H A Dpage_32.h4 #if defined(CONFIG_PHYSICAL_ALIGN) && (CONFIG_PHYSICAL_START != 0)
5 #if (CONFIG_PHYSICAL_START % CONFIG_PHYSICAL_ALIGN) != 0
6 #error "CONFIG_PHYSICAL_START must be a multiple of CONFIG_PHYSICAL_ALIGN"
H A Dpage.h90 #define LOAD_OFFSET ASM_CONST((CONFIG_KERNEL_START-CONFIG_PHYSICAL_START))
106 #define PHYSICAL_START ASM_CONST(CONFIG_PHYSICAL_START)
/linux-4.1.27/arch/x86/include/asm/
H A Dboot.h9 #define LOAD_PHYSICAL_ADDR ((CONFIG_PHYSICAL_START \
H A Dpage_types.h36 #define __PHYSICAL_START ALIGN(CONFIG_PHYSICAL_START, \
/linux-4.1.27/arch/sh/boot/
H A DMakefile20 CONFIG_PHYSICAL_START ?= $(CONFIG_MEMORY_START) macro
50 $$[$(CONFIG_PHYSICAL_START) & 0x1fffffff]')
114 CONFIG_PHYSICAL_START CONFIG_ZERO_PAGE_OFFSET CONFIG_ENTRY_OFFSET \
/linux-4.1.27/arch/x86/kernel/
H A Dvmlinux.lds.S189 ASSERT(SIZEOF(.data..percpu) < CONFIG_PHYSICAL_START,
190 "per-CPU data too large - increase CONFIG_PHYSICAL_START")
/linux-4.1.27/arch/sh/include/asm/
H A Dpage.h119 #ifdef CONFIG_PHYSICAL_START
120 #define PHYSICAL_OFFSET (CONFIG_PHYSICAL_START - __MEMORY_START)
/linux-4.1.27/arch/mips/bmips/
H A Dsetup.c56 * CONFIG_PHYSICAL_START) and supplying an alternate DTB. bcm3384_viper_quirks()
/linux-4.1.27/arch/mips/
H A DMakefile236 ifdef CONFIG_PHYSICAL_START
237 load-y = $(CONFIG_PHYSICAL_START)

Completed in 367 milliseconds