Searched refs:start_code (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/arch/s390/include/asm/
H A Duser.h59 unsigned long start_code; /* Starting virtual address of text. */ member in struct:user
/linux-master/arch/sh/include/asm/
H A Duser.h45 unsigned long start_code; /* text starting address */ member in struct:user
/linux-master/arch/powerpc/include/asm/
H A Duser.h38 unsigned long start_code; /* text starting address */ member in struct:user
/linux-master/arch/alpha/include/asm/
H A Duser.h39 unsigned long start_code; /* text starting address */ member in struct:user
/linux-master/mm/
H A Dinit-mm.c50 void setup_initial_init_mm(void *start_code, void *end_code, argument
53 init_mm.start_code = (unsigned long)start_code;
H A Ddebug.c190 "start_code %lx end_code %lx start_data %lx end_data %lx\n"
222 mm->start_code, mm->end_code, mm->start_data, mm->end_data,
/linux-master/arch/m68k/include/asm/
H A Duser.h69 unsigned long start_code; /* Starting virtual address of text. */ member in struct:user
/linux-master/arch/arm/include/asm/
H A Duser.h64 unsigned long start_code; /* Starting virtual address of text. */ member in struct:user
/linux-master/arch/s390/kernel/
H A Dcompat_ptrace.h45 u32 start_code; /* Starting virtual address of text. */ member in struct:compat_user
/linux-master/arch/x86/include/asm/
H A Duser_64.h116 unsigned long start_code; /* Starting virtual address of text. */ member in struct:user
H A Duser_32.h113 unsigned long start_code; /* Starting virtual address of text. */ member in struct:user
H A Duser32.h55 __u32 start_code; /* Starting virtual address of text. */ member in struct:user32
/linux-master/drivers/misc/altera-stapl/
H A Daltera-jtag.c590 int start_code = 0; local
600 start_code = 0;
611 start_code = 1;
622 start_code = 2;
663 start_code,
689 int start_code = 0; local
699 start_code = 0;
710 start_code = 1;
721 start_code = 2;
763 start_code,
793 int start_code = 0; local
884 int start_code = 0; local
[all...]
/linux-master/arch/microblaze/kernel/
H A Dptrace.c95 val = child->mm->start_code;
100 - child->mm->start_code;
/linux-master/fs/
H A Dbinfmt_flat.c81 unsigned long start_code; /* Start of text segment */ member in struct:lib_info::__anon2481
308 unsigned long start_code; local
312 start_code = p->lib_list[0].start_code;
322 addr = r + start_code;
348 ptr = (unsigned long __user *)(current->mm->start_code + r.reloc.offset);
360 val += current->mm->start_code;
415 unsigned long start_code, end_code; local
688 start_code = textpos + sizeof(struct flat_hdr);
693 current->mm->start_code
[all...]
H A Dbinfmt_elf.c832 unsigned long start_code, end_code, start_data, end_data; local
1020 start_code = ~0UL;
1160 if ((elf_ppnt->p_flags & PF_X) && k < start_code)
1161 start_code = k;
1192 start_code += load_bias;
1249 mm->start_code = start_code;
H A Dbinfmt_elf_fdpic.c358 current->mm->start_code = 0;
441 kdebug("- start_code %lx", current->mm->start_code);
985 if (!mm->start_code) {
986 mm->start_code = seg->addr;
1161 if (!mm->start_code) {
1162 mm->start_code = maddr;
/linux-master/drivers/media/platform/amphion/
H A Dvpu_helpers.c391 u32 start_code; local
403 start_code = 0x00000001;
413 if (val == start_code) {
/linux-master/include/uapi/linux/
H A Dprctl.h135 __u64 start_code; /* code section bounds */ member in struct:prctl_mm_map
/linux-master/tools/include/uapi/linux/
H A Dprctl.h135 __u64 start_code; /* code section bounds */ member in struct:prctl_mm_map
/linux-master/arch/sh/kernel/
H A Dptrace_32.c375 tmp = child->mm->start_code;
381 tmp = child->mm->end_code - child->mm->start_code;
/linux-master/arch/nios2/kernel/
H A Dprocess.c163 (int) current->mm->start_code,
/linux-master/fs/proc/
H A Dtask_nommu.c113 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK))
/linux-master/arch/m68k/kernel/
H A Dptrace.c190 tmp = child->mm->start_code;
/linux-master/kernel/
H A Dsys.c1946 offsetof(struct prctl_mm_map, start_code),
1977 error = __prctl_check_order(start_code, <, end_code);
2081 mm->start_code = prctl_map.start_code;
2185 prctl_map.start_code = mm->start_code;
2199 prctl_map.start_code = addr;
2258 mm->start_code = prctl_map.start_code;

Completed in 237 milliseconds

12