Searched refs:user_stack (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/arch/frv/kernel/ |
D | process.c | 152 inline unsigned long user_stack(const struct pt_regs *regs) in user_stack() function 165 return do_fork(SIGCHLD, user_stack(__frame), __frame, 0, NULL, NULL); in sys_fork() 171 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, user_stack(__frame), __frame, 0, in sys_vfork() 185 newsp = user_stack(__frame); in sys_clone()
|
/linux-2.6.39/arch/sh/boot/compressed/ |
D | misc.c | 113 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE]; variable 114 long *stack_start = &user_stack[STACK_SIZE];
|
/linux-2.6.39/arch/h8300/boot/compressed/ |
D | misc.c | 167 long user_stack [STACK_SIZE]; variable 168 long* stack_start = &user_stack[STACK_SIZE];
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | ptrace.h | 264 # define user_stack(task,regs) ((long) regs - (long) task == IA64_STK_OFFSET - sizeof(*regs)) macro 269 !user_mode(_regs) && user_stack(_task, _regs); \
|
/linux-2.6.39/arch/frv/include/asm/ |
D | ptrace.h | 80 extern unsigned long user_stack(const struct pt_regs *);
|
/linux-2.6.39/arch/mn10300/boot/compressed/ |
D | misc.c | 314 long user_stack[STACK_SIZE]; variable 319 } stack_start = { &user_stack[STACK_SIZE], 0 };
|
/linux-2.6.39/arch/ia64/kvm/ |
D | kvm-ia64.c | 1500 struct kvm_ia64_vcpu_stack __user *user_stack; in kvm_arch_vcpu_ioctl() local 1504 if (copy_from_user(&user_stack, first_p, sizeof(void *))) in kvm_arch_vcpu_ioctl() 1507 if (!access_ok(VERIFY_WRITE, user_stack, in kvm_arch_vcpu_ioctl() 1523 if (copy_to_user(user_stack, stack, in kvm_arch_vcpu_ioctl() 1532 struct kvm_ia64_vcpu_stack __user *user_stack; in kvm_arch_vcpu_ioctl() local 1536 if (copy_from_user(&user_stack, first_p, sizeof(void *))) in kvm_arch_vcpu_ioctl() 1539 if (!access_ok(VERIFY_READ, user_stack, in kvm_arch_vcpu_ioctl() 1550 if (copy_from_user(stack, user_stack, in kvm_arch_vcpu_ioctl()
|
/linux-2.6.39/kernel/trace/ |
D | trace_entries.h | 174 FTRACE_ENTRY(user_stack, userstack_entry,
|
/linux-2.6.39/Documentation/ia64/ |
D | fsys.txt | 63 user_stack(task,regs) 70 user_stack() returns TRUE if the state pointed to by "regs" was 75 !user_mode(regs) && user_stack(task,regs)
|
/linux-2.6.39/arch/ia64/kernel/ |
D | unaligned.c | 346 if (!user_stack(current, regs)) { in set_rse_reg() 417 if (!user_stack(current, regs)) { in get_rse_reg()
|
/linux-2.6.39/fs/ocfs2/ |
D | super.c | 1311 int status, user_stack = 0; in ocfs2_parse_options() local 1461 user_stack = 1; in ocfs2_parse_options() 1517 if (user_stack == 0) { in ocfs2_parse_options()
|
/linux-2.6.39/arch/arm/boot/compressed/ |
D | head.S | 1081 user_stack: .space 4096 label
|