/linux-6.1.9/drivers/misc/altera-stapl/ |
D | altera-jtag.c | 590 int start_code = 0; in altera_irscan() local 600 start_code = 0; in altera_irscan() 611 start_code = 1; in altera_irscan() 622 start_code = 2; in altera_irscan() 663 start_code, in altera_irscan() 689 int start_code = 0; in altera_swap_ir() local 699 start_code = 0; in altera_swap_ir() 710 start_code = 1; in altera_swap_ir() 721 start_code = 2; in altera_swap_ir() 763 start_code, in altera_swap_ir() [all …]
|
/linux-6.1.9/mm/ |
D | init-mm.c | 48 void setup_initial_init_mm(void *start_code, void *end_code, in setup_initial_init_mm() argument 51 init_mm.start_code = (unsigned long)start_code; in setup_initial_init_mm()
|
D | debug.c | 196 mm->start_code, mm->end_code, mm->start_data, mm->end_data, in dump_mm()
|
/linux-6.1.9/fs/ |
D | binfmt_flat.c | 81 unsigned long start_code; /* Start of text segment */ member 308 unsigned long start_code; in calc_reloc() local 312 start_code = p->lib_list[0].start_code; in calc_reloc() 322 addr = r + start_code; in calc_reloc() 348 ptr = (unsigned long __user *)(current->mm->start_code + r.reloc.offset); in old_reloc() 360 val += current->mm->start_code; in old_reloc() 415 unsigned long start_code, end_code; in load_flat_file() local 688 start_code = textpos + sizeof(struct flat_hdr); in load_flat_file() 693 current->mm->start_code = start_code; in load_flat_file() 715 start_code, end_code, datapos, datapos + data_len, in load_flat_file() [all …]
|
D | binfmt_elf_fdpic.c | 359 current->mm->start_code = 0; in load_elf_fdpic_binary() 442 kdebug("- start_code %lx", current->mm->start_code); in load_elf_fdpic_binary() 988 if (!mm->start_code) { in elf_fdpic_map_file_constdisp_on_uclinux() 989 mm->start_code = seg->addr; in elf_fdpic_map_file_constdisp_on_uclinux() 1162 if (!mm->start_code) { in elf_fdpic_map_file_by_direct_mmap() 1163 mm->start_code = maddr; in elf_fdpic_map_file_by_direct_mmap()
|
D | binfmt_elf.c | 838 unsigned long start_code, end_code, start_data, end_data; in load_elf_binary() local 1027 start_code = ~0UL; in load_elf_binary() 1194 if ((elf_ppnt->p_flags & PF_X) && k < start_code) in load_elf_binary() 1195 start_code = k; in load_elf_binary() 1231 start_code += load_bias; in load_elf_binary() 1299 mm->start_code = start_code; in load_elf_binary()
|
/linux-6.1.9/arch/microblaze/kernel/ |
D | ptrace.c | 95 val = child->mm->start_code; in arch_ptrace() 100 - child->mm->start_code; in arch_ptrace()
|
/linux-6.1.9/arch/s390/include/asm/ |
D | user.h | 59 unsigned long start_code; /* Starting virtual address of text. */ member
|
/linux-6.1.9/arch/alpha/include/asm/ |
D | user.h | 39 unsigned long start_code; /* text starting address */ member
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | user.h | 38 unsigned long start_code; /* text starting address */ member
|
/linux-6.1.9/arch/ia64/include/asm/ |
D | user.h | 44 unsigned long start_code; /* text starting address */ member
|
/linux-6.1.9/arch/sh/include/asm/ |
D | user.h | 45 unsigned long start_code; /* text starting address */ member
|
/linux-6.1.9/arch/arm/include/asm/ |
D | user.h | 64 unsigned long start_code; /* Starting virtual address of text. */ member
|
/linux-6.1.9/arch/m68k/include/asm/ |
D | user.h | 69 unsigned long start_code; /* Starting virtual address of text. */ member
|
/linux-6.1.9/arch/x86/include/asm/ |
D | user_32.h | 113 unsigned long start_code; /* Starting virtual address of text. */ member
|
D | user_64.h | 116 unsigned long start_code; /* Starting virtual address of text. */ member
|
D | user32.h | 55 __u32 start_code; /* Starting virtual address of text. */ member
|
/linux-6.1.9/arch/s390/kernel/ |
D | compat_ptrace.h | 45 u32 start_code; /* Starting virtual address of text. */ member
|
/linux-6.1.9/drivers/media/platform/amphion/ |
D | vpu_helpers.c | 355 u32 start_code; in vpu_helper_find_startcode() local 367 start_code = 0x00000001; in vpu_helper_find_startcode() 377 if (val == start_code) { in vpu_helper_find_startcode()
|
/linux-6.1.9/tools/include/uapi/linux/ |
D | prctl.h | 135 __u64 start_code; /* code section bounds */ member
|
/linux-6.1.9/include/uapi/linux/ |
D | prctl.h | 135 __u64 start_code; /* code section bounds */ member
|
/linux-6.1.9/arch/sh/kernel/ |
D | ptrace_32.c | 375 tmp = child->mm->start_code; in arch_ptrace() 381 tmp = child->mm->end_code - child->mm->start_code; in arch_ptrace()
|
/linux-6.1.9/kernel/ |
D | sys.c | 1915 offsetof(struct prctl_mm_map, start_code), in validate_prctl_map_addr() 1946 error = __prctl_check_order(start_code, <, end_code); in validate_prctl_map_addr() 2050 mm->start_code = prctl_map.start_code; in prctl_set_mm_map() 2154 prctl_map.start_code = mm->start_code; in prctl_set_mm() 2168 prctl_map.start_code = addr; in prctl_set_mm() 2227 mm->start_code = prctl_map.start_code; in prctl_set_mm()
|
/linux-6.1.9/arch/nios2/kernel/ |
D | process.c | 164 (int) current->mm->start_code, in dump()
|
/linux-6.1.9/arch/m68k/kernel/ |
D | ptrace.c | 188 tmp = child->mm->start_code; in arch_ptrace()
|