/linux-6.1.9/arch/x86/realmode/ |
D | init.c | 193 real_mode_header->text_start; in set_real_mode_permissions() 195 unsigned long text_start = in set_real_mode_permissions() local 196 (unsigned long) __va(real_mode_header->text_start); in set_real_mode_permissions() 200 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); in set_real_mode_permissions()
|
/linux-6.1.9/arch/x86/boot/tools/ |
D | build.c | 232 static void update_pecoff_text(unsigned int text_start, unsigned int file_sz, in update_pecoff_text() argument 236 unsigned int text_sz = file_sz - text_start; in update_pecoff_text() 265 put_unaligned_le32(text_start + efi_pe_entry, &buf[pe_header + 0x28]); in update_pecoff_text() 267 update_pecoff_section_header_fields(".text", text_start, text_sz + bss_sz, in update_pecoff_text() 268 text_sz, text_start); in update_pecoff_text() 308 static inline void update_pecoff_text(unsigned int text_start, in update_pecoff_text() argument
|
/linux-6.1.9/scripts/gdb/linux/ |
D | dmesg.py | 123 text_start = begin + utils.get_long_type().sizeof 128 if end - text_start < text_len: 129 text_len = end - text_start 131 text_data = utils.read_memoryview(inf, text_data_addr + text_start,
|
/linux-6.1.9/arch/x86/entry/vdso/ |
D | vma.c | 250 unsigned long text_start; in map_vdso() local 263 text_start = addr - image->sym_vvar_start; in map_vdso() 269 text_start, in map_vdso() 289 do_munmap(mm, text_start, image->size, NULL); in map_vdso() 291 current->mm->context.vdso = (void __user *)text_start; in map_vdso()
|
/linux-6.1.9/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-6.1.9/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-6.1.9/arch/powerpc/include/asm/ |
D | head-64.h | 80 text_start = (start) + 0x100; \ 86 text_start = (start); \
|
/linux-6.1.9/arch/arm/mm/ |
D | idmap.c | 81 static void identity_mapping_add(pgd_t *pgd, const char *text_start, in identity_mapping_add() argument 87 addr = virt_to_idmap(text_start); in identity_mapping_add()
|
/linux-6.1.9/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-6.1.9/arch/x86/include/asm/ |
D | realmode.h | 19 u32 text_start; member
|
/linux-6.1.9/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-6.1.9/arch/powerpc/boot/ |
D | rs6000.h | 47 unsigned char text_start[4]; /* base of text used for this file */ member
|
D | wrapper | 504 text_start="-Ttext $link_address" 507 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl $rodynamic $notext -o "$ofile" $map \
|
/linux-6.1.9/include/uapi/linux/ |
D | coff.h | 141 char text_start[4]; /* base of text used for this file */ member
|
/linux-6.1.9/arch/x86/kernel/ |
D | alternative.c | 764 u8 *text_start = start; in alternatives_text_reserved() local 770 if (mod->text > text_end || mod->text_end < text_start) in alternatives_text_reserved() 775 if (text_start <= ptr && text_end > ptr) in alternatives_text_reserved()
|
/linux-6.1.9/arch/alpha/kernel/ |
D | osf_sys.c | 70 SYSCALL_DEFINE4(osf_set_program_attributes, unsigned long, text_start, in SYSCALL_DEFINE4() argument 82 text_start, text_len, bss_start, bss_len); in SYSCALL_DEFINE4()
|