/Linux-v4.19/arch/mips/kernel/ |
D | relocate.c | 255 void *dest = &_text; in determine_relocation_address() 261 kernel_length = (long)_end - (long)(&_text); in determine_relocation_address() 320 kernel_length = (long)(&_relocation_start) - (long)(&_text); in relocate_kernel() 327 offset = (unsigned long)loc_new - (unsigned long)(&_text); in relocate_kernel() 346 if (fdt_phys >= virt_to_phys(RELOCATED(&_text)) && in relocate_kernel() 357 memcpy(loc_new, &_text, kernel_length); in relocate_kernel() 360 res = do_relocations(&_text, loc_new, offset); in relocate_kernel() 412 offset = __pa_symbol(_text) - __pa_symbol(VMLINUX_LOAD_ADDRESS); in show_kernel_relocation() 417 pr_cont(" .text @ 0x%pK\n", _text); in show_kernel_relocation()
|
/Linux-v4.19/arch/arm64/kernel/ |
D | image.h | 70 DEFINE_IMAGE_LE64(_kernel_size_le, _end - _text); \ 76 __efistub_stext_offset = stext - _text; 115 __efistub__text = KALLSYMS_HIDE(_text);
|
D | vmlinux.lds.S | 23 ENTRY(_text) 108 _text = .; symbol 262 ASSERT(_text == (KIMAGE_VADDR + TEXT_OFFSET), "HEAD is misaligned")
|
D | efi-entry.S | 49 adr_l x8, _text 70 adr_l x1, _text
|
/Linux-v4.19/arch/mips/dec/prom/ |
D | memory.c | 113 end = __pa(&_text) - 0x00020000; in prom_free_prom_memory() 116 end = __pa(&_text); in prom_free_prom_memory()
|
/Linux-v4.19/arch/mips/pmcs-msp71xx/ |
D | msp_prom.c | 448 heaptop = CPHYSADDR((u32)&_text); in prom_getmdesc() 459 heaptop = CPHYSADDR((u32)&_text); in prom_getmdesc() 483 if (heaptop != CPHYSADDR((u32)_text)) { in prom_getmdesc() 487 mdesc[i].size = CPHYSADDR((u32)_text) - mdesc[i].base; in prom_getmdesc() 493 mdesc[i].base = CPHYSADDR((u32)_text); in prom_getmdesc()
|
/Linux-v4.19/arch/x86/include/asm/ |
D | setup.h | 71 extern char _text[]; 80 return (unsigned long)&_text - __START_KERNEL; in kaslr_offset()
|
/Linux-v4.19/arch/sh/boot/compressed/ |
D | misc.c | 42 extern int _text; /* Defined in vmlinux.lds.S */ 131 output_addr = __pa((unsigned long)&_text+PAGE_SIZE); in decompress_kernel()
|
D | head_32.S | 104 .long ___pa(_text+PAGE_SIZE) 106 .long _text+PAGE_SIZE
|
/Linux-v4.19/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.in | 27 _text = .; symbol 45 _image_size = (_etext - _text) * 4;
|
/Linux-v4.19/scripts/ |
D | kallsyms.c | 46 static unsigned long long _text; variable 132 _text = s->addr; in read_symbol() 389 if (_text <= table[i].addr) in write_src() 391 table[i].addr - _text); in write_src() 394 _text - table[i].addr); in write_src() 403 printf("\tPTR\t_text - %#llx\n", _text - relative_base); in write_src()
|
/Linux-v4.19/arch/microblaze/mm/ |
D | init.c | 126 if ((memory_start <= (u32)_text) && in setup_memory() 127 ((u32)_text <= (memory_start + lowmem_size - 1))) { in setup_memory() 143 kernel_align_start = PAGE_DOWN((u32)_text); in setup_memory()
|
/Linux-v4.19/arch/arm64/mm/ |
D | init.c | 410 memblock_add(__pa_symbol(_text), (u64)(_end - _text)); in arm64_memblock_init() 463 memblock_reserve(__pa_symbol(_text), _end - _text); in arm64_memblock_init()
|
/Linux-v4.19/arch/xtensa/mm/ |
D | init.c | 194 (unsigned long)_text, (unsigned long)_etext, in mem_init() 195 (unsigned long)(_etext - _text) >> 10, in mem_init()
|
/Linux-v4.19/arch/x86/mm/ |
D | init_32.c | 242 if (addr >= (unsigned long)_text && addr <= (unsigned long)__init_end) in is_kernel_text() 826 (unsigned long)&_text, (unsigned long)&_etext, in mem_init() 827 ((unsigned long)&_etext - (unsigned long)&_text) >> 10); in mem_init() 880 unsigned long start = PFN_ALIGN(_text); in set_kernel_text_rw() 894 unsigned long start = PFN_ALIGN(_text); in set_kernel_text_ro() 925 unsigned long start = PFN_ALIGN(_text); in mark_rodata_ro()
|
/Linux-v4.19/arch/x86/kernel/ |
D | head64.c | 68 return ptr - (void *)_text + (void *)physaddr; in fixup_pointer() 138 load_delta = physaddr - (unsigned long)(_text - __START_KERNEL_map); in __startup_64() 213 for (i = 0; i < DIV_ROUND_UP(_end - _text, PMD_SIZE); i++) { in __startup_64()
|
D | setup.c | 742 u64 start = __pa_symbol(_text); in e820_add_kernel_range() 823 memblock_reserve(__pa_symbol(_text), in setup_arch() 824 (unsigned long)__bss_stop - (unsigned long)_text); in setup_arch() 923 init_mm.start_code = (unsigned long) _text; in setup_arch() 930 code_resource.start = __pa_symbol(_text); in setup_arch()
|
/Linux-v4.19/arch/nios2/boot/compressed/ |
D | vmlinux.lds.S | 31 _text = .; symbol
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | vmlinux.lds.S | 28 _text = .; symbol
|
/Linux-v4.19/arch/s390/boot/compressed/ |
D | vmlinux.lds.S | 21 _text = .; /* Text */ symbol
|
/Linux-v4.19/arch/hexagon/kernel/ |
D | vmlinux.lds.S | 52 _text = .; symbol
|
/Linux-v4.19/arch/nios2/kernel/ |
D | vmlinux.lds.S | 34 _text = .; symbol
|
D | prom.c | 37 u64 kernel_start = (u64)virt_to_phys(_text); in early_init_dt_add_memory_arch()
|
/Linux-v4.19/arch/h8300/kernel/ |
D | vmlinux.lds.S | 27 _text = .; symbol
|
/Linux-v4.19/arch/riscv/kernel/ |
D | vmlinux.lds.S | 48 _text = .; symbol
|