Home
last modified time | relevance | path

Searched refs:CONFIG_PHYSICAL_START (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Dpage_32.h4 #if defined(CONFIG_PHYSICAL_ALIGN) && (CONFIG_PHYSICAL_START != 0)
5 #if (CONFIG_PHYSICAL_START % CONFIG_PHYSICAL_ALIGN) != 0
Dpage.h91 #define LOAD_OFFSET ASM_CONST((CONFIG_KERNEL_START-CONFIG_PHYSICAL_START))
107 #define PHYSICAL_START ASM_CONST(CONFIG_PHYSICAL_START)
/linux-4.4.14/arch/x86/include/asm/
Dboot.h9 #define LOAD_PHYSICAL_ADDR ((CONFIG_PHYSICAL_START \
Dpage_types.h41 #define __PHYSICAL_START ALIGN(CONFIG_PHYSICAL_START, \
/linux-4.4.14/arch/sh/include/asm/
Dpage.h120 #ifdef CONFIG_PHYSICAL_START
121 #define PHYSICAL_OFFSET (CONFIG_PHYSICAL_START - __MEMORY_START)
/linux-4.4.14/arch/sh/boot/
DMakefile20 CONFIG_PHYSICAL_START ?= $(CONFIG_MEMORY_START) macro
114 CONFIG_PHYSICAL_START CONFIG_ZERO_PAGE_OFFSET CONFIG_ENTRY_OFFSET \
/linux-4.4.14/arch/x86/kernel/
Dvmlinux.lds.S189 ASSERT(SIZEOF(.data..percpu) < CONFIG_PHYSICAL_START,
/linux-4.4.14/arch/mips/
DMakefile233 ifdef CONFIG_PHYSICAL_START
234 load-y = $(CONFIG_PHYSICAL_START)
/linux-4.4.14/arch/powerpc/
DKconfig929 address CONFIG_PHYSICAL_START is ignored.
948 CONFIG_PHYSICAL_START is ignored. However CONFIG_PHYSICAL_START
/linux-4.4.14/Documentation/kdump/
Dkdump.txt196 If you are using a relocatable kernel use CONFIG_PHYSICAL_START=0x100000
206 CONFIG_PHYSICAL_START=0x1000000
/linux-4.4.14/arch/x86/
DKconfig1868 (CONFIG_PHYSICAL_START) is used as the minimum location.