Searched refs:text_offset (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/arm64/kernel/ |
| H A D | kexec_image.c | 45 unsigned long text_offset, kernel_segment_number; in image_load() local 84 text_offset = le64_to_cpu(h->text_offset); in image_load() 88 kbuf.memsz += text_offset; in image_load() 121 kernel_segment->mem += text_offset; in image_load() 122 kernel_segment->memsz -= text_offset; in image_load()
|
| /linux/arch/loongarch/kernel/ |
| H A D | kexec_elf.c | 22 struct kexec_buf *kbuf, unsigned long *text_offset) in _elf_kexec_load() argument 42 *text_offset = __pa(phdr->p_paddr); in _elf_kexec_load() 43 kbuf->buf_min = *text_offset; in _elf_kexec_load() 60 unsigned long text_offset, kernel_segment_number; in elf_kexec_load() local 80 ret = _elf_kexec_load(image, &ehdr, &elf_info, &kbuf, &text_offset); in elf_kexec_load() 92 image->start = kernel_segment->mem + __pa(ehdr.e_entry) - text_offset; in elf_kexec_load()
|
| H A D | kexec_efi.c | 44 unsigned long text_offset, kernel_segment_number; in efi_kexec_load() local 65 text_offset = le64_to_cpu(h->text_offset); in efi_kexec_load() 66 kbuf.buf_min = text_offset; in efi_kexec_load() 102 image->start = kernel_segment->mem + h->kernel_entry - text_offset; in efi_kexec_load()
|
| /linux/Documentation/translations/zh_CN/arch/arm64/ |
| H A D | booting.txt | 74 text_offset 字节处算起第一个 512MB 内。 95 u64 text_offset; /* 映像装载偏移,小端模式 */ 116 - v3.17 之前,未明确指定 text_offset 的字节序。此时,image_size 为零, 117 且 text_offset 依照内核字节序为 0x80000。 118 当 image_size 非零,text_offset 为小端模式且是有效值,应被引导加载 119 程序使用。当 image_size 为零,text_offset 可假定为 0x80000。 138 内核映像必须被放置在任意一个可用系统内存 2MB 对齐基址的 text_offset
|
| /linux/Documentation/translations/zh_TW/arch/arm64/ |
| H A D | booting.txt | 78 text_offset 字節處算起第一個 512MB 內。 99 u64 text_offset; /* 映像裝載偏移,小端模式 */ 120 - v3.17 之前,未明確指定 text_offset 的字節序。此時,image_size 爲零, 121 且 text_offset 依照內核字節序爲 0x80000。 122 當 image_size 非零,text_offset 爲小端模式且是有效值,應被引導加載 123 程序使用。當 image_size 爲零,text_offset 可假定爲 0x80000。 142 內核映像必須被放置在任意一個可用系統內存 2MB 對齊基址的 text_offset
|
| /linux/arch/loongarch/include/asm/ |
| H A D | image.h | 31 uint64_t text_offset; member
|
| /linux/arch/riscv/include/asm/ |
| H A D | image.h | 56 u64 text_offset; member
|
| /linux/arch/riscv/kernel/ |
| H A D | kexec_image.c | 73 kbuf.buf_align = le64_to_cpu(h->text_offset); in image_load()
|
| /linux/Documentation/translations/zh_CN/arch/riscv/ |
| H A D | boot-image-header.rst | 27 u64 text_offset; /* Image load offset, little endian */
|
| /linux/tools/perf/util/ |
| H A D | libbfd.c | 365 u64 text_offset = (section->vma - (u32)section->vma) in dso__load_bfd_symbols() local 367 dso__set_text_offset(dso, text_offset); in dso__load_bfd_symbols() 368 dso__set_text_end(dso, (section->vma - text_offset) + section->size); in dso__load_bfd_symbols()
|
| H A D | dso.h | 266 u64 text_offset; in DECLARE_RC_STRUCT() local 716 return RC_CHK_ACCESS(dso)->text_offset; in dso__text_offset() 721 RC_CHK_ACCESS(dso)->text_offset = val; in dso__set_text_offset()
|
| /linux/Documentation/arch/riscv/ |
| H A D | boot-image-header.rst | 14 u64 text_offset; /* Image load offset, little endian */
|