/linux/arch/x86/entry/vdso/ |
H A D | vma.c | 141 unsigned long text_start; in map_vdso() local 154 text_start = addr + __VDSO_PAGES * PAGE_SIZE; in map_vdso() 160 text_start, in map_vdso() 175 do_munmap(mm, text_start, image->size, NULL); in map_vdso() 188 do_munmap(mm, text_start, image->size, NULL); in map_vdso() 193 current->mm->context.vdso = (void __user *)text_start; in map_vdso()
|
/linux/arch/x86/realmode/ |
H A D | init.c | 199 real_mode_header->text_start; in set_real_mode_permissions() 201 unsigned long text_start = in set_real_mode_permissions() local 202 (unsigned long) __va(real_mode_header->text_start); in set_real_mode_permissions() 206 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); in set_real_mode_permissions()
|
/linux/scripts/gdb/linux/ |
H A 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/arch/arm/mm/ |
H A D | idmap.c | 81 static void identity_mapping_add(pgd_t *pgd, const char *text_start, in identity_mapping_add() argument 88 addr = (phys_addr_t)(text_start) - XIP_VIRT_ADDR(CONFIG_XIP_PHYS_ADDR) in identity_mapping_add() 93 addr = virt_to_idmap(text_start); in identity_mapping_add()
|
/linux/arch/alpha/include/uapi/asm/ |
H A 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/arch/sparc/vdso/ |
H A D | vma.c | 367 unsigned long text_start, addr = 0; in map_vdso() local 393 text_start = addr - image->sym_vvar_start; in map_vdso() 394 current->mm->context.vdso = (void __user *)text_start; in map_vdso() 400 text_start, in map_vdso() 419 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
|
/linux/arch/powerpc/include/asm/ |
H A D | head-64.h | 80 text_start = (start) + 0x100; \ 86 text_start = (start); \
|
/linux/arch/alpha/boot/tools/ |
H A D | objstrip.c | 223 prog_name, aout->ah.text_start, in main() 224 aout->ah.text_start + fil_size, offset); in main()
|
/linux/arch/x86/include/asm/ |
H A D | realmode.h | 19 u32 text_start; member
|
/linux/arch/mips/boot/ |
H A D | ecoff.h | 44 int32_t text_start; /* base of text used for this file */ member
|
/linux/arch/powerpc/boot/ |
H A D | rs6000.h | 43 unsigned char text_start[4]; /* base of text used for this file */ member
|
H A D | wrapper | 494 text_start="-Ttext $link_address" 497 ${CROSS}ld -m $format -T $lds $text_start $pie $nodl $nowarn $rodynamic $notext -o "$ofile" $map \
|
/linux/tools/perf/util/ |
H A D | machine.c | 3245 if (!machine->sched.text_start) { in machine__is_lock_function() 3251 machine->sched.text_start = 1; in machine__is_lock_function() 3255 machine->sched.text_start = map__unmap_ip(kmap, sym->start); in machine__is_lock_function() 3262 machine->lock.text_start = map__unmap_ip(kmap, sym->start); in machine__is_lock_function() 3269 machine->traceiter.text_start = map__unmap_ip(kmap, sym->start); in machine__is_lock_function() 3274 machine->trace.text_start = map__unmap_ip(kmap, sym->start); in machine__is_lock_function() 3280 if (machine->sched.text_start == 1) in machine__is_lock_function() 3284 if (machine->sched.text_start <= addr && addr < machine->sched.text_end) in machine__is_lock_function() 3288 if (machine->lock.text_start <= addr && addr < machine->lock.text_end) in machine__is_lock_function() 3294 if (machine->traceiter.text_start ! in machine__is_lock_function() [all...] |
H A D | machine.h | 50 u64 text_start; member
|
/linux/include/uapi/linux/ |
H A D | coff.h | 141 char text_start[4]; /* base of text used for this file */ member
|
/linux/arch/alpha/kernel/ |
H A 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()
|
/linux/arch/x86/kernel/ |
H A D | alternative.c | 2157 u8 *text_start = start; in alternatives_text_reserved() local 2163 if (mod->text > text_end || mod->text_end < text_start) in alternatives_text_reserved() 2168 if (text_start <= ptr && text_end > ptr) in alternatives_text_reserved()
|