Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Duser.h60 unsigned long start_stack; /* Starting virtual address of stack area. member
73 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
/arch/alpha/include/asm/
Duser.h41 unsigned long start_stack; /* stack starting address */ member
52 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
/arch/powerpc/include/asm/
Duser.h40 unsigned long start_stack; /* stack starting address */ member
51 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
/arch/ia64/include/asm/
Duser.h46 unsigned long start_stack; /* stack starting address */ member
57 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
/arch/h8300/include/asm/
Duser.h59 unsigned long start_stack; /* Starting virtual address of stack area. member
73 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
/arch/sh/include/asm/
Duser.h54 unsigned long start_stack; /* stack starting address */ member
66 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
/arch/arm/include/asm/
Duser.h65 unsigned long start_stack; /* Starting virtual address of stack area. member
83 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
/arch/m68k/include/asm/
Duser.h70 unsigned long start_stack; /* Starting virtual address of stack area. member
85 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
/arch/x86/include/asm/
Duser_32.h114 unsigned long start_stack; /* Starting virtual address of stack area. member
130 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
Duser_64.h117 unsigned long start_stack; /* Starting virtual address of stack area. member
136 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
Duser32.h56 __u32 start_stack; /* Starting virtual address of stack area. member
/arch/arm/kernel/
Delf.c99 unsigned long *start_stack, in elf_fdpic_arch_lay_out_mm() argument
106 *start_stack = TASK_SIZE - SZ_16M; in elf_fdpic_arch_lay_out_mm()
Dprocess.c378 first = PAGE_ALIGN(mm->start_stack); in sigpage_addr()
/arch/s390/kernel/
Dcompat_ptrace.h46 u32 start_stack; /* Starting virtual address of stack area. member
/arch/h8300/kernel/
Dtraps.c72 (int) current->mm->start_stack, in dump()
/arch/x86/ia32/
Dia32_aout.c231 current->mm->start_stack = in load_aout_binary()
239 (regs)->sp = current->mm->start_stack; in load_aout_binary()
/arch/nios2/kernel/
Dprocess.c169 (int) current->mm->start_stack, in dump()
/arch/x86/entry/vdso/
Dvma.c247 unsigned long addr = vdso_addr(current->mm->start_stack, image->size-image->sym_vvar_start); in map_vdso_randomized()
/arch/csky/kernel/
Dptrace.c257 (int) current->mm->start_stack, in show_regs()
/arch/ia64/mm/
Dinit.c93 current->thread.rbs_bot = PAGE_ALIGN(current->mm->start_stack - stack_size); in ia64_set_rbs_bot()