Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/include/asm/
H A Dpage_32.h7 #if defined(CONFIG_PHYSICAL_ALIGN) && (CONFIG_PHYSICAL_START != 0)
8 #if (CONFIG_PHYSICAL_START % CONFIG_PHYSICAL_ALIGN) != 0
H A Dpage.h75 #define LOAD_OFFSET ASM_CONST((CONFIG_KERNEL_START-CONFIG_PHYSICAL_START))
91 #define PHYSICAL_START ASM_CONST(CONFIG_PHYSICAL_START)
/linux-6.15/arch/sh/include/asm/
H A Dpage.h100 #ifdef CONFIG_PHYSICAL_START
101 #define PHYSICAL_OFFSET (CONFIG_PHYSICAL_START - __MEMORY_START)
/linux-6.15/arch/sh/boot/
H A DMakefile20 CONFIG_PHYSICAL_START ?= $(CONFIG_MEMORY_START) macro
114 CONFIG_PHYSICAL_START CONFIG_ZERO_PAGE_OFFSET CONFIG_ENTRY_OFFSET \
/linux-6.15/arch/x86/include/asm/
H A Dpage_types.h32 #define LOAD_PHYSICAL_ADDR ((CONFIG_PHYSICAL_START \
/linux-6.15/arch/mips/
H A DMakefile279 ifdef CONFIG_PHYSICAL_START
280 load-y = $(CONFIG_PHYSICAL_START)
/linux-6.15/Documentation/admin-guide/kdump/
H A Dkdump.rst205 If you are using a relocatable kernel use CONFIG_PHYSICAL_START=0x100000
215 CONFIG_PHYSICAL_START=0x1000000
/linux-6.15/arch/powerpc/
H A DKconfig680 CONFIG_PHYSICAL_START is ignored. However CONFIG_PHYSICAL_START
1235 address CONFIG_PHYSICAL_START is ignored.
/linux-6.15/arch/x86/
H A DKconfig2100 (CONFIG_PHYSICAL_START) is used as the minimum location.