Home
last modified time | relevance | path

Searched refs:text_start (Results 1 – 18 of 18) sorted by relevance

/arch/x86/vdso/
Dvma.c109 unsigned long addr, text_start; in map_vdso() local
133 text_start = addr - image->sym_vvar_start; in map_vdso()
134 current->mm->context.vdso = (void __user *)text_start; in map_vdso()
140 text_start, in map_vdso()
164 text_start + image->sym_vvar_page, in map_vdso()
175 text_start + image->sym_hpet_page, in map_vdso()
/arch/x86/realmode/
Dinit.c111 real_mode_header->text_start; in set_real_mode_permissions()
113 unsigned long text_start = in set_real_mode_permissions() local
114 (unsigned long) __va(real_mode_header->text_start); in set_real_mode_permissions()
118 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); in set_real_mode_permissions()
/arch/metag/kernel/
Dsetup.c225 unsigned long text_start = (unsigned long)(&_stext); in setup_arch() local
307 if (PAGE_OFFSET != text_start) in setup_arch()
309 PAGE_OFFSET, text_start); in setup_arch()
311 start_pte = mmu_read_second_level_page(text_start); in setup_arch()
324 meta_memoffset = text_start - (start_pte & PAGE_MASK); in setup_arch()
341 if (is_global_space(text_start)) { in setup_arch()
360 min_low_pfn = PFN_UP(__pa(text_start)); in setup_arch()
/arch/x86/boot/tools/
Dbuild.c204 static void update_pecoff_text(unsigned int text_start, unsigned int file_sz) in update_pecoff_text() argument
207 unsigned int text_sz = file_sz - text_start; in update_pecoff_text()
220 put_unaligned_le32(text_start + efi_pe_entry, &buf[pe_header + 0x28]); in update_pecoff_text()
222 update_pecoff_section_header(".text", text_start, text_sz); in update_pecoff_text()
278 static inline void update_pecoff_text(unsigned int text_start, in update_pecoff_text() argument
/arch/alpha/include/uapi/asm/
Da.out.h32 __u64 text_start; /* with a few additions that actually make sense */ member
69 #define a_textstart ah.text_start
/arch/cris/kernel/
Dsetup.c35 extern const unsigned long text_start, edata; /* set by the linker script */
88 init_mm.start_code = (unsigned long) &text_start; in setup_arch()
Dvmlinux.lds.S39 text_start = .; /* Lots of aliases. */ symbol
/arch/arm/mm/
Didmap.c77 static void identity_mapping_add(pgd_t *pgd, const char *text_start, in identity_mapping_add() argument
83 addr = virt_to_idmap(text_start); in identity_mapping_add()
/arch/x86/include/asm/
Drealmode.h9 u32 text_start; member
/arch/mips/boot/
Decoff.h40 long text_start; /* base of text used for this file */ member
Delf2ecoff.c238 a->text_start = swab32(a->text_start); in convert_ecoff_aouthdr()
424 eah.text_start = text.vaddr; in main()
455 esecs[0].s_paddr = esecs[0].s_vaddr = eah.text_start; in main()
/arch/alpha/boot/tools/
Dobjstrip.c219 prog_name, aout->ah.text_start, in main()
220 aout->ah.text_start + fil_size, offset); in main()
/arch/powerpc/boot/
Drs6000.h46 unsigned char text_start[4]; /* base of text used for this file */ member
Dwrapper396 text_start="-Ttext $link_address"
398 ${CROSS}ld -m $format -T $lds $text_start $pie -o "$ofile" \
/arch/x86/kernel/
Dalternative.c427 u8 *text_start = start; in alternatives_text_reserved() local
431 if (mod->text > text_end || mod->text_end < text_start) in alternatives_text_reserved()
436 if (text_start <= ptr && text_end > ptr) in alternatives_text_reserved()
/arch/cris/arch-v32/kernel/
Dhead.S236 move.d text_start, $r1 ; Destination.
/arch/alpha/kernel/
Dosf_sys.c65 SYSCALL_DEFINE4(osf_set_program_attributes, unsigned long, text_start, in SYSCALL_DEFINE4() argument
77 text_start, text_len, bss_start, bss_len); in SYSCALL_DEFINE4()
/arch/cris/arch-v10/kernel/
Dhead.S199 move.d text_start, $r1 ; destination