/linux/arch/arm/kernel/ |
H A D | elf.c | 118 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 D | binfmt_flat.c | 115 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, ¤t->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 D | binfmt_elf_fdpic.c | 360 current->mm->start_stack = 0; in load_elf_fdpic_binary() 369 ¤t->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 D | elf.h | 26 #define START_THREAD(elf_ex, regs, elf_entry, start_stack) \ argument 27 start_thread(regs, elf_entry, start_stack)
|
H A D | elf-fdpic.h | 55 unsigned long *start_stack,
|
/linux/arch/s390/include/asm/ |
H A D | user.h | 35 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 D | user.h | 31 * 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 D | user.h | 30 * 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 D | lsm.c | 98 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 D | user.h | 27 * 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 D | user.h | 29 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 D | user.h | 27 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 D | user_32.h | 28 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 D | user_64.h | 30 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 D | user32.h | 56 __u32 start_stack; /* Starting virtual address of stack area. member
|
/linux/arch/s390/kernel/ |
H A D | compat_ptrace.h | 46 u32 start_stack; /* Starting virtual address of stack area. member
|
H A D | vdso.c | 145 addr = vdso_addr(current->mm->start_stack + PAGE_SIZE, size); in arch_setup_additional_pages()
|
/linux/Documentation/bpf/ |
H A D | prog_lsm.rst | 31 unsigned long start_brk, brk, start_stack; 35 unsigned long start_brk, brk, start_stack;
|
/linux/tools/include/uapi/linux/ |
H A D | prctl.h | 141 __u64 start_stack; /* stack starts at */ member
|
/linux/include/uapi/linux/ |
H A D | prctl.h | 141 __u64 start_stack; /* stack starts at */ member
|
/linux/tools/perf/trace/beauty/include/uapi/linux/ |
H A D | prctl.h | 141 __u64 start_stack; /* stack starts at */ member
|
/linux/arch/nios2/kernel/ |
H A D | process.c | 170 (int) current->mm->start_stack, in dump()
|
/linux/fs/proc/ |
H A D | task_nommu.c | 115 *data = (PAGE_ALIGN(mm->start_stack) - (mm->start_data & PAGE_MASK)) in task_statm()
|
/linux/mm/ |
H A D | debug.c | 183 "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 D | ptrace.c | 479 (int) current->mm->start_stack, in show_regs()
|