Home
last modified time | relevance | path

Searched refs:KERNEL_START (Results 1 – 23 of 23) sorted by relevance

/openbmc/linux/arch/alpha/include/asm/
H A Dsetup.h23 #define KERNEL_START (PAGE_OFFSET+KERNEL_START_PHYS) macro
24 #define SWAPPER_PGD KERNEL_START
/openbmc/linux/arch/arm/mm/
H A Dpmsa-v8.c255 subtract_range(mem, ARRAY_SIZE(mem), __pa(KERNEL_START), __pa(KERNEL_END)); in pmsav8_setup()
256 subtract_range(io, ARRAY_SIZE(io), __pa(KERNEL_START), __pa(KERNEL_END)); in pmsav8_setup()
280 err |= pmsav8_setup_fixed(region++, __pa(KERNEL_START), __pa(KERNEL_END)); in pmsav8_setup()
H A Dphysaddr.c53 VIRTUAL_BUG_ON(x < (unsigned long)KERNEL_START || in __phys_addr_symbol()
H A Dinit.c186 memblock_reserve(__pa(KERNEL_START), KERNEL_END - KERNEL_START); in arm_memblock_init()
/openbmc/linux/arch/ia64/include/asm/
H A Dpage.h202 #define KERNEL_START (GATE_ADDR+__IA64_UL_CONST(0x100000000)) macro
204 #define LOAD_OFFSET (KERNEL_START - KERNEL_TR_PAGE_SIZE)
/openbmc/linux/arch/powerpc/include/asm/
H A Dtask_size_32.h6 #error User TASK_SIZE overlaps with KERNEL_START address
/openbmc/linux/arch/arm64/mm/
H A Dphysaddr.c27 VIRTUAL_BUG_ON(x < (unsigned long) KERNEL_START || in __phys_addr_symbol()
H A Dkasan_init.c222 kimg_shadow_start = (u64)kasan_mem_to_shadow(KERNEL_START) & PAGE_MASK; in kasan_init_shadow()
243 early_pfn_to_nid(virt_to_pfn(lm_alias(KERNEL_START)))); in kasan_init_shadow()
/openbmc/linux/arch/arm/include/asm/
H A Dmemory.h135 #define KERNEL_START _sdata macro
137 #define KERNEL_START _stext macro
/openbmc/linux/arch/arm/kernel/
H A Dhead-nommu.S356 ldr r5, =KERNEL_START
371 ldr r6, =KERNEL_START
376 ldr r6, =KERNEL_START
421 ldr r6, =KERNEL_START
/openbmc/linux/arch/parisc/kernel/
H A Dunwind.c36 #define KERNEL_START (KERNEL_BINARY_TEXT_START) macro
193 unwind_table_init(&kernel_unwind_table, "kernel", KERNEL_START, in unwind_init()
/openbmc/linux/arch/ia64/kernel/
H A Dvmlinux.lds.S43 . = KERNEL_START;
H A Drelocate_kernel.S96 movl r16=KERNEL_START
H A Dmca_asm.S100 movl r16=KERNEL_START
170 movl r17=KERNEL_START
H A Dsetup.c383 rsvd_region[n].start = (unsigned long) ia64_imva((void *)KERNEL_START); in reserve_memory()
H A Dhead.S239 movl r17=KERNEL_START
952 movl r18=KERNEL_START
H A Defi.c405 if ((vaddr & mask) == (KERNEL_START & mask)) { in efi_get_pal_addr()
H A Dunwind.c2279 init_unwind_table(&unw.kernel_table, "kernel", KERNEL_START, (unsigned long) __gp, in unw_init()
/openbmc/linux/scripts/gdb/linux/
H A Dmm.py104 self.KERNEL_START = gdb.parse_and_eval("_text")
236 if x < self.KERNEL_START or x > self.KERNEL_END:
/openbmc/linux/arch/arm64/include/asm/
H A Dmemory.h64 #define KERNEL_START _text macro
/openbmc/linux/arch/arm64/kernel/
H A Dhead.S883 adrp x23, KERNEL_START
905 adrp x0, KERNEL_START // __pa(KERNEL_START)
/openbmc/linux/arch/microblaze/
H A DKconfig190 config KERNEL_START config
/openbmc/linux/arch/powerpc/
H A DKconfig1249 config KERNEL_START config
1298 config KERNEL_START config