Home
last modified time | relevance | path

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

12

/linux/arch/arm/kernel/
H A Delf.c118 unsigned long *start_stack, in elf_fdpic_arch_lay_out_mm() argument
125 *start_stack = TASK_SIZE - SZ_16M; in elf_fdpic_arch_lay_out_mm()
/linux/fs/
H A Dbinfmt_flat.c115 sp = (unsigned long __user *)current->mm->start_stack; in create_flat_tables()
123 current->mm->start_stack = (unsigned long)sp & -FLAT_STACK_ALIGN; in create_flat_tables()
124 sp = (unsigned long __user *)current->mm->start_stack; in create_flat_tables()
907 current->mm->start_stack = in load_flat_binary()
909 pr_debug("sp=%lx\n", current->mm->start_stack); in load_flat_binary()
912 res = transfer_args_to_stack(bprm, &current->mm->start_stack); in load_flat_binary()
914 res = create_flat_tables(bprm, current->mm->start_stack); in load_flat_binary()
930 pr_debug("start_thread(regs=0x%p, entry=0x%lx, start_stack=0x%lx)\n", in load_flat_binary()
931 regs, start_addr, current->mm->start_stack); in load_flat_binary()
932 start_thread(regs, start_addr, current->mm->start_stack); in load_flat_binary()
[all...]
H A Dbinfmt_elf_fdpic.c360 current->mm->start_stack = 0; in load_elf_fdpic_binary()
369 &current->mm->start_stack, in load_elf_fdpic_binary()
372 retval = setup_arg_pages(bprm, current->mm->start_stack, in load_elf_fdpic_binary()
433 current->mm->start_stack = current->mm->start_brk + stack_size; in load_elf_fdpic_binary()
447 kdebug("- start_stack %lx", current->mm->start_stack); in load_elf_fdpic_binary()
464 start_thread(regs, entryaddr, current->mm->start_stack); in load_elf_fdpic_binary()
520 sp = mm->start_stack; in create_elf_fdpic_tables()
693 current->mm->arg_start = current->mm->start_stack - in create_elf_fdpic_tables()
724 mm->start_stack in create_elf_fdpic_tables()
[all...]
/linux/include/linux/
H A Delf.h26 #define START_THREAD(elf_ex, regs, elf_entry, start_stack) \ argument
27 start_thread(regs, elf_entry, start_stack)
H A Delf-fdpic.h55 unsigned long *start_stack,
/linux/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
/linux/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
/linux/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
/linux/tools/testing/selftests/bpf/progs/
H A Dlsm.c98 is_stack = (vma->vm_start <= vma->vm_mm->start_stack && in BPF_PROG()
99 vma->vm_end >= vma->vm_mm->start_stack); in BPF_PROG()
/linux/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
/linux/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
/linux/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
/linux/arch/x86/include/asm/
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
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
H A Duser32.h56 __u32 start_stack; /* Starting virtual address of stack area. member
/linux/arch/s390/kernel/
H A Dcompat_ptrace.h46 u32 start_stack; /* Starting virtual address of stack area. member
H A Dvdso.c145 addr = vdso_addr(current->mm->start_stack + PAGE_SIZE, size); in arch_setup_additional_pages()
/linux/Documentation/bpf/
H A Dprog_lsm.rst31 unsigned long start_brk, brk, start_stack;
35 unsigned long start_brk, brk, start_stack;
/linux/tools/include/uapi/linux/
H A Dprctl.h141 __u64 start_stack; /* stack starts at */ member
/linux/include/uapi/linux/
H A Dprctl.h141 __u64 start_stack; /* stack starts at */ member
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h141 __u64 start_stack; /* stack starts at */ member
/linux/arch/nios2/kernel/
H A Dprocess.c170 (int) current->mm->start_stack, in dump()
/linux/fs/proc/
H A Dtask_nommu.c115 *data = (PAGE_ALIGN(mm->start_stack) - (mm->start_data & PAGE_MASK)) in task_statm()
/linux/mm/
H A Ddebug.c183 "start_brk %lx brk %lx start_stack %lx\n" in dump_mm()
212 mm->start_brk, mm->brk, mm->start_stack, in dump_mm()
/linux/arch/csky/kernel/
H A Dptrace.c479 (int) current->mm->start_stack, in show_regs()

12