/Linux-v5.4/arch/x86/realmode/ |
D | init.c | 133 real_mode_header->text_start; in set_real_mode_permissions() 135 unsigned long text_start = in set_real_mode_permissions() local 136 (unsigned long) __va(real_mode_header->text_start); in set_real_mode_permissions() 140 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); in set_real_mode_permissions()
|
/Linux-v5.4/scripts/gdb/linux/ |
D | dmesg.py | 63 text_start = pos + text_offset 64 text = log_buf[text_start:text_start + text_len].decode(
|
/Linux-v5.4/arch/x86/entry/vdso/ |
D | vma.c | 150 unsigned long text_start; in map_vdso() local 163 text_start = addr - image->sym_vvar_start; in map_vdso() 169 text_start, in map_vdso() 189 do_munmap(mm, text_start, image->size, NULL); in map_vdso() 191 current->mm->context.vdso = (void __user *)text_start; in map_vdso()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | head-64.h | 80 text_start = (start) + 0x100; \ 86 text_start = (start); \ 107 fs_start = text_start; \
|
/Linux-v5.4/arch/x86/boot/tools/ |
D | build.c | 205 static void update_pecoff_text(unsigned int text_start, unsigned int file_sz) in update_pecoff_text() argument 208 unsigned int text_sz = file_sz - text_start; in update_pecoff_text() 221 put_unaligned_le32(text_start + efi_pe_entry, &buf[pe_header + 0x28]); in update_pecoff_text() 223 update_pecoff_section_header(".text", text_start, text_sz); in update_pecoff_text() 279 static inline void update_pecoff_text(unsigned int text_start, in update_pecoff_text() argument
|
/Linux-v5.4/arch/alpha/include/uapi/asm/ |
D | a.out.h | 33 __u64 text_start; /* with a few additions that actually make sense */ member 70 #define a_textstart ah.text_start
|
/Linux-v5.4/arch/sparc/vdso/ |
D | vma.c | 366 unsigned long text_start, addr = 0; in map_vdso() local 392 text_start = addr - image->sym_vvar_start; in map_vdso() 393 current->mm->context.vdso = (void __user *)text_start; in map_vdso() 399 text_start, in map_vdso() 418 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
|
/Linux-v5.4/arch/arm/mm/ |
D | idmap.c | 80 static void identity_mapping_add(pgd_t *pgd, const char *text_start, in identity_mapping_add() argument 86 addr = virt_to_idmap(text_start); in identity_mapping_add()
|
/Linux-v5.4/arch/alpha/boot/tools/ |
D | objstrip.c | 223 prog_name, aout->ah.text_start, in main() 224 aout->ah.text_start + fil_size, offset); in main()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | realmode.h | 19 u32 text_start; member
|
/Linux-v5.4/arch/mips/boot/ |
D | ecoff.h | 44 int32_t text_start; /* base of text used for this file */ member
|
D | elf2ecoff.c | 240 a->text_start = swab32(a->text_start); in convert_ecoff_aouthdr() 426 eah.text_start = text.vaddr; in main() 457 esecs[0].s_paddr = esecs[0].s_vaddr = eah.text_start; in main()
|
/Linux-v5.4/arch/powerpc/boot/ |
D | rs6000.h | 47 unsigned char text_start[4]; /* base of text used for this file */ member
|
D | wrapper | 500 text_start="-Ttext $link_address" 503 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl -o "$ofile" \
|
/Linux-v5.4/include/uapi/linux/ |
D | coff.h | 141 char text_start[4]; /* base of text used for this file */ member
|
/Linux-v5.4/arch/x86/kernel/ |
D | alternative.c | 572 u8 *text_start = start; in alternatives_text_reserved() local 578 if (mod->text > text_end || mod->text_end < text_start) in alternatives_text_reserved() 583 if (text_start <= ptr && text_end > ptr) in alternatives_text_reserved()
|
/Linux-v5.4/arch/alpha/kernel/ |
D | osf_sys.c | 69 SYSCALL_DEFINE4(osf_set_program_attributes, unsigned long, text_start, in SYSCALL_DEFINE4() argument 81 text_start, text_len, bss_start, bss_len); in SYSCALL_DEFINE4()
|