Searched refs:TEXT_OFFSET (Results 1 – 16 of 16) sorted by relevance
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | linux-kernel-image-header-vars.h | 72 #define TEXT_OFFSET (CONFIG_SYS_TEXT_BASE - \ macro 82 DEFINE_IMAGE_LE64(_kernel_offset_le, TEXT_OFFSET); \
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | arm32-stub.c | 86 const int slack = TEXT_OFFSET - 5 * PAGE_SIZE; in handle_kernel_image() 127 *image_addr = kernel_base + TEXT_OFFSET; in handle_kernel_image()
|
H A D | Makefile | 95 CFLAGS_arm32-stub.o := -DTEXT_OFFSET=$(TEXT_OFFSET)
|
/openbmc/linux/arch/arm/kernel/ |
H A D | vmlinux-xip.lds.S | 110 . = PAGE_OFFSET + TEXT_OFFSET; /* location in memory */ 112 #define LOAD_OFFSET (PAGE_OFFSET + TEXT_OFFSET - __data_loc)
|
H A D | Makefile | 6 CPPFLAGS_vmlinux.lds := -DTEXT_OFFSET=$(TEXT_OFFSET) 7 AFLAGS_head.o := -DTEXT_OFFSET=$(TEXT_OFFSET)
|
H A D | vmlinux.lds.S | 49 . = KERNEL_OFFSET + TEXT_OFFSET;
|
H A D | head.S | 33 #define KERNEL_RAM_VADDR (KERNEL_OFFSET + TEXT_OFFSET) 68 add \rd, \phys, #TEXT_OFFSET 123 sub r8, r8, #TEXT_OFFSET @ PHYS_OFFSET
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | efi.h | 61 #define EFI_PHYS_ALIGN max(UL(SZ_2M), roundup_pow_of_two(TEXT_OFFSET))
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | vmlinux.lds.S | 52 LONG(ZIMAGE_MAGIC(TEXT_OFFSET))
|
H A D | Makefile | 74 AFLAGS_head.o += -DTEXT_OFFSET=$(TEXT_OFFSET) -DMALLOC_SIZE=$(MALLOC_SIZE)
|
H A D | head.S | 312 add r4, r0, #TEXT_OFFSET 410 sub r0, r4, #TEXT_OFFSET
|
/openbmc/linux/arch/arm/boot/ |
H A D | Makefile | 18 ZRELADDR := $(call add_hex, $(CONFIG_PHYS_OFFSET), $(TEXT_OFFSET))
|
/openbmc/linux/arch/arm/ |
H A D | Makefile | 238 TEXT_OFFSET := $(textofs-y) macro 240 export TEXT_OFFSET GZFLAGS MMUEXT
|
/openbmc/linux/Documentation/arch/arm/ |
H A D | booting.rst | 182 to TEXT_OFFSET - PAGE_OFFSET.
|
/openbmc/u-boot/arch/arm/ |
H A D | Kconfig | 52 TEXT_OFFSET value written in to the Linux kernel image header.
|
/openbmc/linux/Documentation/kbuild/ |
H A D | makefiles.rst | 396 AFLAGS_head.o := -DTEXT_OFFSET=$(TEXT_OFFSET)
|