/Linux-v6.6/arch/x86/realmode/ |
D | init.c | 196 real_mode_header->text_start; in set_real_mode_permissions() 198 unsigned long text_start = in set_real_mode_permissions() local 199 (unsigned long) __va(real_mode_header->text_start); in set_real_mode_permissions() 203 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); in set_real_mode_permissions()
|
/Linux-v6.6/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() 310 static inline void update_pecoff_text(unsigned int text_start, in update_pecoff_text() argument
|
/Linux-v6.6/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-v6.6/arch/x86/entry/vdso/ |
D | vma.c | 227 unsigned long text_start; in map_vdso() local 240 text_start = addr - image->sym_vvar_start; in map_vdso() 246 text_start, in map_vdso() 266 do_munmap(mm, text_start, image->size, NULL); in map_vdso() 268 current->mm->context.vdso = (void __user *)text_start; in map_vdso()
|
/Linux-v6.6/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-v6.6/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-v6.6/arch/powerpc/include/asm/ |
D | head-64.h | 80 text_start = (start) + 0x100; \ 86 text_start = (start); \
|
/Linux-v6.6/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-v6.6/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-v6.6/arch/x86/include/asm/ |
D | realmode.h | 19 u32 text_start; member
|
/Linux-v6.6/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-v6.6/arch/powerpc/boot/ |
D | rs6000.h | 47 unsigned char text_start[4]; /* base of text used for this file */ member
|
D | wrapper | 521 text_start="-Ttext $link_address" 524 … ${CROSS}ld -m $format -T $lds $text_start $pie $nodl $nowarn $rodynamic $notext -o "$ofile" $map \
|
/Linux-v6.6/include/uapi/linux/ |
D | coff.h | 141 char text_start[4]; /* base of text used for this file */ member
|
/Linux-v6.6/tools/perf/util/ |
D | machine.h | 60 u64 text_start; member
|
D | machine.c | 3415 if (!machine->sched.text_start) { in machine__is_lock_function() 3421 machine->sched.text_start = 1; in machine__is_lock_function() 3425 machine->sched.text_start = map__unmap_ip(kmap, sym->start); in machine__is_lock_function() 3432 machine->lock.text_start = map__unmap_ip(kmap, sym->start); in machine__is_lock_function() 3439 if (machine->sched.text_start == 1) in machine__is_lock_function() 3443 if (machine->sched.text_start <= addr && addr < machine->sched.text_end) in machine__is_lock_function() 3447 if (machine->lock.text_start <= addr && addr < machine->lock.text_end) in machine__is_lock_function()
|
/Linux-v6.6/arch/x86/kernel/ |
D | alternative.c | 1394 u8 *text_start = start; in alternatives_text_reserved() local 1400 if (mod->text > text_end || mod->text_end < text_start) in alternatives_text_reserved() 1405 if (text_start <= ptr && text_end > ptr) in alternatives_text_reserved()
|
/Linux-v6.6/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()
|