Home
last modified time | relevance | path

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

12

/arch/frv/include/asm/
Duser.h65 unsigned long start_stack; /* Starting virtual address of stack area. member
78 #define HOST_STACK_END_ADDR (u.start_stack + u.u_ssize * NBPG)
/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/mn10300/include/asm/
Duser.h34 unsigned long start_stack; /* Starting virtual address of stack area. member
51 #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/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)
Da.out-core.h31 dump->start_stack = rdusp() & ~(PAGE_SIZE - 1); in aout_dump_thread()
36 dump->u_ssize = (current->mm->start_stack - dump->start_stack in aout_dump_thread()
/arch/m32r/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/cris/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/frv/mm/
Delf-fdpic.c26 unsigned long *start_stack, in elf_fdpic_arch_lay_out_mm() argument
29 *start_stack = 0x02200000UL; in elf_fdpic_arch_lay_out_mm()
86 info.high_limit = (current->mm->start_stack - 0x00200000); in arch_get_unmapped_area()
/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)
Da.out-core.h31 dump->start_stack = rdusp() & ~(PAGE_SIZE - 1); in aout_dump_thread()
38 if (dump->start_stack < TASK_SIZE) in aout_dump_thread()
39 dump->u_ssize = ((unsigned long) (TASK_SIZE - dump->start_stack)) >> PAGE_SHIFT; in aout_dump_thread()
/arch/x86/include/asm/
Da.out-core.h32 dump->start_stack = regs->sp & ~(PAGE_SIZE - 1); in aout_dump_thread()
40 if (dump->start_stack < TASK_SIZE) in aout_dump_thread()
41 dump->u_ssize = ((unsigned long)(TASK_SIZE - dump->start_stack)) in aout_dump_thread()
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/x86/ia32/
Dia32_aout.c62 dump->start_stack = regs->sp & ~(PAGE_SIZE - 1); in fill_dump()
74 if (dump->start_stack < 0xc0000000) { in fill_dump()
77 tmp = (unsigned long) (0xc0000000 - dump->start_stack); in fill_dump()
138 #define START_STACK(u) (u.start_stack)
389 current->mm->start_stack = in load_aout_binary()
397 (regs)->sp = current->mm->start_stack; in load_aout_binary()
/arch/s390/kernel/
Dcompat_ptrace.h46 u32 start_stack; /* Starting virtual address of stack area. member
/arch/mn10300/kernel/
Dsmp-low.S91 mov (start_stack,a0),a0
/arch/frv/kernel/
Dptrace.c287 tmp = child->mm->start_stack - child->mm->start_brk; in arch_ptrace()
295 tmp = child->mm->start_stack; in arch_ptrace()
/arch/h8300/kernel/
Dtraps.c72 (int) current->mm->start_stack, in dump()
/arch/nios2/kernel/
Dprocess.c169 (int) current->mm->start_stack, in dump()

12