Home
last modified time | relevance | path

Searched refs:_text (Results 1 – 25 of 84) sorted by relevance

1234

/arch/loongarch/kernel/
A Drelocate.c177 void *destination = _text; in determine_relocation_address()
182 kernel_length = (long)_end - (long)_text; in determine_relocation_address()
215 void *location_new = _text; /* Default to original kernel start */ in relocate_kernel()
225 random_offset = (unsigned long)location_new - (unsigned long)(_text); in relocate_kernel()
227 reloc_offset = (unsigned long)_text - VMLINUX_LOAD_ADDRESS; in relocate_kernel()
231 kernel_length = (long)(_end) - (long)(_text); in relocate_kernel()
234 memcpy(location_new, _text, kernel_length); in relocate_kernel()
266 pr_cont(" .text @ 0x%px\n", _text); in show_kernel_relocation()
A Dvmlinux.lds.S40 _text = .; symbol
155 _kernel_asize = ABSOLUTE(_end - _text);
156 _kernel_fsize = ABSOLUTE(_edata - _text);
A Dmem.c58 memblock_reserve(__pa_symbol(&_text), in memblock_init()
59 __pa_symbol(&_end) - __pa_symbol(&_text)); in memblock_init()
/arch/mips/kernel/
A Drelocate.c268 void *dest = &_text; in determine_relocation_address()
274 kernel_length = (long)_end - (long)(&_text); in determine_relocation_address()
347 kernel_length = (long)(&_relocation_start) - (long)(&_text); in relocate_kernel()
354 offset = (unsigned long)loc_new - (unsigned long)(&_text); in relocate_kernel()
373 if (fdt_phys >= virt_to_phys(RELOCATED(&_text)) && in relocate_kernel()
384 memcpy(loc_new, &_text, kernel_length); in relocate_kernel()
387 res = do_relocations(&_text, loc_new, offset); in relocate_kernel()
443 pr_cont(" .text @ 0x%p\n", _text); in show_kernel_relocation()
A Dsetup.c283 memblock_reserve(__pa_symbol(&_text), in bootmem_init()
284 __pa_symbol(&_end) - __pa_symbol(&_text)); in bootmem_init()
508 phys_addr_t start = __pa_symbol(&_text); in check_kernel_sections_mem()
697 code_resource.start = __pa_symbol(&_text); in resource_init()
/arch/arm64/kernel/
A Dimage-vars.h36 PROVIDE(__efistub__text = _text);
64 PI_EXPORT_SYM(_text);
144 _kernel_codesize = ABSOLUTE(__inittext_end - _text);
A Dvmlinux.lds.S83 ENTRY(_text)
181 _text = .; symbol
393 ASSERT(_text == KIMAGE_VADDR, "HEAD is misaligned")
A Dimage.h64 DEFINE_IMAGE_LE64(_kernel_size_le, _end - _text); \
/arch/mips/dec/prom/
A Dmemory.c111 end = __pa(&_text) - 0x00020000; in prom_free_prom_memory()
114 end = __pa(&_text); in prom_free_prom_memory()
/arch/sh/boot/compressed/
A Dmisc.c39 extern int _text; /* Defined in vmlinux.lds.S */
129 output_addr = __pa((unsigned long)&_text+PAGE_SIZE); in decompress_kernel()
A Dhead_32.S104 .long ___pa(_text+PAGE_SIZE)
106 .long _text+PAGE_SIZE
/arch/x86/include/asm/
A Dsetup.h82 extern char _text[];
101 return (unsigned long)&_text - __START_KERNEL; in kaslr_offset()
/arch/xtensa/mm/
A Dinit.c107 (unsigned long)_text, (unsigned long)_etext, in print_vm_layout()
108 (unsigned long)(_etext - _text) >> 10, in print_vm_layout()
/arch/arm64/kernel/pi/
A Dmap_kernel.c204 map_range(&ptep, fdt, (u64)_text > fdt ? min((u64)_text, efdt) : efdt, in map_fdt()
236 u64 va_base, pa_base = (u64)&_text; in early_map_kernel()
/arch/mips/mm/
A Dphysaddr.c45 VIRTUAL_BUG_ON(x < (unsigned long)_text || in __phys_addr_symbol()
/arch/loongarch/include/asm/
A Dsetup.h48 return (unsigned long)&_text - VMLINUX_LOAD_ADDRESS; in kaslr_offset()
/arch/s390/purgatory/
A Dpurgatory.lds.S19 _text = .; /* Text */ symbol
/arch/nios2/boot/compressed/
A Dvmlinux.lds.S18 _text = .; symbol
/arch/nios2/kernel/
A Dvmlinux.lds.S21 _text = .; symbol
/arch/hexagon/kernel/
A Dvmlinux.lds.S39 _text = .; symbol
/arch/openrisc/kernel/
A Dvmlinux.lds.S44 _text = .; symbol
/arch/alpha/kernel/
A Dvmlinux.lds.S25 _text = .; /* Text and read-only data */ symbol
/arch/arm64/mm/
A Dinit.c246 memblock_add(__pa_symbol(_text), (u64)(_end - _text)); in arm64_memblock_init()
461 u64 kernel_start = (u64)_text; in module_init_limits()
/arch/parisc/boot/compressed/
A Dvmlinux.lds.S57 _text = .; /* Text */ symbol
/arch/sh/kernel/
A Dsetup.c293 setup_initial_init_mm(_text, _etext, _edata, _end); in setup_arch()
295 code_resource.start = virt_to_phys(_text); in setup_arch()

Completed in 21 milliseconds

1234