Searched refs:_end (Results 51 - 75 of 206) sorted by relevance

123456789

/linux-master/arch/nios2/kernel/
H A Dsetup.c152 setup_initial_init_mm(_stext, _etext, _edata, _end);
161 memblock_reserve(__pa_symbol(_stext), _end - _stext);
/linux-master/arch/arm64/kernel/
H A Dimage-vars.h27 PROVIDE(__efistub__end = _end);
72 PROVIDE(__pi__end = _end);
H A Defi-header.S63 .long _end - .L_head // SizeOfImage
/linux-master/arch/powerpc/boot/
H A Dof.c33 claim_base = _ALIGN_UP((unsigned long)_end, ONE_MB);
H A DzImage.lds.S95 _end = . ; define
/linux-master/arch/microblaze/boot/
H A DMakefile20 cmd_strip = $(STRIP) -K microblaze_start -K _end -K __log_buf \
/linux-master/arch/loongarch/vdso/
H A Dvdso.lds.S38 _end = .; define
/linux-master/arch/sh/kernel/
H A Dvmlinux.lds.S75 _end = . ; define
/linux-master/arch/riscv/kernel/
H A Defi-header.S61 .long _end - _start // SizeOfImage
H A Dvmlinux-xip.lds.S136 _end = .; define
/linux-master/arch/mips/vdso/
H A Dvdso.lds.S57 _end = .; define
/linux-master/arch/loongarch/kernel/
H A Dmem.c59 __pa_symbol(&_end) - __pa_symbol(&_text));
/linux-master/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h157 #define MTK_PIN_IES_SMT_SPEC(_start, _end, _offset, _bit) \
160 .end = _end, \
/linux-master/arch/arm/boot/compressed/
H A Dvmlinux.lds.S129 _end = .; define
/linux-master/arch/csky/kernel/
H A Dvmlinux.lds.S108 _end = . ; define
/linux-master/arch/sparc/kernel/
H A Dvmlinux.lds.S185 _end = . ; define
/linux-master/arch/um/kernel/
H A Duml.lds.S113 _end = .; define
/linux-master/drivers/firmware/efi/libstub/
H A Dzboot-header.S61 .long _end - .Ldoshdr
H A Dkaslr.c133 (unsigned long)_end < EFI_ALLOC_LIMIT) {
/linux-master/arch/hexagon/kernel/
H A Dsetup.c63 if (*(int *)((unsigned long)_end + 8) == 0x1f1f1f1f)
/linux-master/arch/arm/kernel/
H A Dvmlinux.lds.S152 _end = .; define
/linux-master/arch/arm64/kernel/vdso/
H A Dvdso.lds.S70 _end = .; define
/linux-master/arch/x86/boot/compressed/
H A Dvmlinux.lds.S73 _end = .; define
/linux-master/arch/mips/kernel/
H A Drelocate.c274 kernel_length = (long)_end - (long)(&_text);
303 if ((unsigned long)loc_new < (unsigned long)&_end) {
374 fdt_phys <= virt_to_phys(RELOCATED(&_end))) {
376 RELOCATED(ALIGN((long)&_end, PAGE_SIZE));
/linux-master/arch/s390/boot/
H A Dboot.h94 extern char _end[], _decompressor_end[];

Completed in 284 milliseconds

123456789