Home
last modified time | relevance | path

Searched refs:text_start (Results 1 - 25 of 39) sorted by relevance

12

/kernel/linux/linux-5.10/arch/x86/realmode/
H A Dinit.c191 real_mode_header->text_start; in set_real_mode_permissions()
193 unsigned long text_start = in set_real_mode_permissions() local
194 (unsigned long) __va(real_mode_header->text_start); in set_real_mode_permissions()
198 set_memory_x((unsigned long) text_start, text_size >> PAGE_SHIFT); in set_real_mode_permissions()
/kernel/linux/linux-6.6/arch/x86/realmode/
H A Dinit.c196 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()
/kernel/linux/linux-5.10/scripts/gdb/linux/
H A Ddmesg.py126 text_start = begin + utils.get_long_type().sizeof
131 if end - text_start < text_len:
132 text_len = end - text_start
134 text = text_data[text_start:text_start + text_len].decode(
/kernel/linux/linux-6.6/scripts/gdb/linux/
H A Ddmesg.py123 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,
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dhead-64.h80 text_start = (start) + 0x100; \
86 text_start = (start); \
107 fs_start = text_start; \
/kernel/linux/linux-5.10/arch/x86/entry/vdso/
H A Dvma.c267 unsigned long text_start; in map_vdso() local
280 text_start = addr - image->sym_vvar_start; in map_vdso()
286 text_start, in map_vdso()
306 do_munmap(mm, text_start, image->size, NULL); in map_vdso()
308 current->mm->context.vdso = (void __user *)text_start; in map_vdso()
/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H A Dvma.c227 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()
/kernel/linux/linux-5.10/arch/riscv/mm/
H A Dinit.c604 unsigned long text_start = (unsigned long)lm_alias(_start); in protect_kernel_linear_mapping_text_rodata() local
609 set_memory_ro(text_start, (init_text_start - text_start) >> PAGE_SHIFT); in protect_kernel_linear_mapping_text_rodata()
610 set_memory_nx(text_start, (init_text_start - text_start) >> PAGE_SHIFT); in protect_kernel_linear_mapping_text_rodata()
705 unsigned long text_start = (unsigned long)_start; in protect_kernel_text_data() local
716 set_memory_ro(text_start, (init_text_start - text_start) >> PAGE_SHIFT); in protect_kernel_text_data()
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Da.out.h33 __u64 text_start; /* with a few additions that actually make sense */ member
70 #define a_textstart ah.text_start
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
H A Da.out.h33 __u64 text_start; /* with a few additions that actually make sense */ member
70 #define a_textstart ah.text_start
/kernel/linux/linux-5.10/arch/x86/boot/tools/
H A Dbuild.c232 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
/kernel/linux/linux-5.10/arch/sparc/vdso/
H A Dvma.c366 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()
/kernel/linux/linux-6.6/arch/sparc/vdso/
H A Dvma.c366 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()
/kernel/linux/linux-5.10/arch/arm/mm/
H A Didmap.c81 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()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dhead-64.h80 text_start = (start) + 0x100; \
86 text_start = (start); \
/kernel/linux/linux-6.6/arch/arm/mm/
H A Didmap.c81 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()
/kernel/linux/linux-5.10/arch/alpha/boot/tools/
H A Dobjstrip.c223 prog_name, aout->ah.text_start, in main()
224 aout->ah.text_start + fil_size, offset); in main()
/kernel/linux/linux-6.6/arch/alpha/boot/tools/
H A Dobjstrip.c223 prog_name, aout->ah.text_start, in main()
224 aout->ah.text_start + fil_size, offset); in main()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Drealmode.h19 u32 text_start; member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Drealmode.h19 u32 text_start; member
/kernel/linux/linux-5.10/arch/mips/boot/
H A Delf2ecoff.c240 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()
H A Decoff.h44 int32_t text_start; /* base of text used for this file */ member
/kernel/linux/linux-6.6/arch/mips/boot/
H A Delf2ecoff.c240 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()
H A Decoff.h44 int32_t text_start; /* base of text used for this file */ member
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Drs6000.h47 unsigned char text_start[4]; /* base of text used for this file */ member

Completed in 13 milliseconds

12