Searched refs:start_stack (Results 1 - 25 of 30) sorted by relevance

12

/linux-master/arch/s390/include/asm/
H A Duser.h35 current->start_stack, so we round each of these off in order to be able
60 unsigned long start_stack; /* Starting virtual address of stack area. member in struct:user
/linux-master/arch/sh/include/asm/
H A Duser.h27 * current->start_stack, so we round each of these in order to be able
47 unsigned long start_stack; /* stack starting address */ member in struct:user
/linux-master/arch/powerpc/include/asm/
H A Duser.h30 * current->start_stack, so we round each of these in order to be able
40 unsigned long start_stack; /* stack starting address */ member in struct:user
/linux-master/arch/alpha/include/asm/
H A Duser.h31 * current->start_stack, so we round each of these in order to be able
41 unsigned long start_stack; /* stack starting address */ member in struct:user
/linux-master/arch/m68k/include/asm/
H A Duser.h27 current->start_stack, so we round each of these off in order to be able
70 unsigned long start_stack; /* Starting virtual address of stack area. member in struct:user
/linux-master/arch/arm/include/asm/
H A Duser.h29 current->start_stack, so we round each of these off in order to be able
65 unsigned long start_stack; /* Starting virtual address of stack area. member in struct:user
/linux-master/arch/arm/kernel/
H A Delf.c118 unsigned long *start_stack,
125 *start_stack = TASK_SIZE - SZ_16M;
116 elf_fdpic_arch_lay_out_mm(struct elf_fdpic_params *exec_params, struct elf_fdpic_params *interp_params, unsigned long *start_stack, unsigned long *start_brk) argument
H A Dprocess.c358 first = PAGE_ALIGN(mm->start_stack);
/linux-master/arch/s390/kernel/
H A Dcompat_ptrace.h46 u32 start_stack; /* Starting virtual address of stack area. member in struct:compat_user
H A Dvdso.c230 addr = vdso_addr(current->mm->start_stack + PAGE_SIZE, size);
/linux-master/arch/x86/include/asm/
H A Duser_64.h30 current->start_stack, so we round each of these off in order to be able
117 unsigned long start_stack; /* Starting virtual address of stack area. member in struct:user
H A Duser_32.h28 current->start_stack, so we round each of these off in order to be able
114 unsigned long start_stack; /* Starting virtual address of stack area. member in struct:user
H A Duser32.h56 __u32 start_stack; /* Starting virtual address of stack area. member in struct:user32
/linux-master/include/linux/
H A Delf-fdpic.h55 unsigned long *start_stack,
H A Delf.h26 #define START_THREAD(elf_ex, regs, elf_entry, start_stack) \
27 start_thread(regs, elf_entry, start_stack)
/linux-master/tools/testing/selftests/bpf/progs/
H A Dlsm.c98 is_stack = (vma->vm_start <= vma->vm_mm->start_stack &&
99 vma->vm_end >= vma->vm_mm->start_stack);
/linux-master/fs/
H A Dbinfmt_flat.c113 sp = (unsigned long __user *)current->mm->start_stack;
121 current->mm->start_stack = (unsigned long)sp & -FLAT_STACK_ALIGN;
122 sp = (unsigned long __user *)current->mm->start_stack;
905 current->mm->start_stack =
907 pr_debug("sp=%lx\n", current->mm->start_stack);
910 res = transfer_args_to_stack(bprm, &current->mm->start_stack);
912 res = create_flat_tables(bprm, current->mm->start_stack);
928 pr_debug("start_thread(regs=0x%p, entry=0x%lx, start_stack=0x%lx)\n",
929 regs, start_addr, current->mm->start_stack);
930 start_thread(regs, start_addr, current->mm->start_stack);
[all...]
H A Dbinfmt_elf_fdpic.c360 current->mm->start_stack = 0;
369 &current->mm->start_stack,
372 retval = setup_arg_pages(bprm, current->mm->start_stack,
433 current->mm->start_stack = current->mm->start_brk + stack_size;
447 kdebug("- start_stack %lx", current->mm->start_stack);
464 start_thread(regs, entryaddr, current->mm->start_stack);
519 sp = mm->start_stack;
691 current->mm->arg_start = current->mm->start_stack -
722 mm->start_stack
[all...]
/linux-master/include/uapi/linux/
H A Dprctl.h141 __u64 start_stack; /* stack starts at */ member in struct:prctl_mm_map
/linux-master/tools/include/uapi/linux/
H A Dprctl.h141 __u64 start_stack; /* stack starts at */ member in struct:prctl_mm_map
/linux-master/arch/nios2/kernel/
H A Dprocess.c170 (int) current->mm->start_stack,
/linux-master/fs/proc/
H A Dtask_nommu.c115 *data = (PAGE_ALIGN(mm->start_stack) - (mm->start_data & PAGE_MASK))
/linux-master/mm/
H A Ddebug.c191 "start_brk %lx brk %lx start_stack %lx\n"
223 mm->start_brk, mm->brk, mm->start_stack,
/linux-master/kernel/
H A Dsys.c1952 offsetof(struct prctl_mm_map, start_stack),
2087 mm->start_stack = prctl_map.start_stack;
2191 prctl_map.start_stack = mm->start_stack;
2211 prctl_map.start_stack = addr;
2264 mm->start_stack = prctl_map.start_stack;
/linux-master/arch/csky/kernel/
H A Dptrace.c479 (int) current->mm->start_stack,

Completed in 264 milliseconds

12