Home
last modified time | relevance | path

Searched refs:user_stack (Results 1 – 11 of 11) sorted by relevance

/linux-3.4.99/arch/frv/kernel/
Dprocess.c134 inline unsigned long user_stack(const struct pt_regs *regs) in user_stack() function
147 return do_fork(SIGCHLD, user_stack(__frame), __frame, 0, NULL, NULL); in sys_fork()
153 return do_fork(CLONE_VFORK | CLONE_VM | SIGCHLD, user_stack(__frame), __frame, 0, in sys_vfork()
167 newsp = user_stack(__frame); in sys_clone()
/linux-3.4.99/arch/sh/boot/compressed/
Dmisc.c113 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE]; variable
114 long *stack_start = &user_stack[STACK_SIZE];
/linux-3.4.99/arch/h8300/boot/compressed/
Dmisc.c167 long user_stack [STACK_SIZE]; variable
168 long* stack_start = &user_stack[STACK_SIZE];
/linux-3.4.99/arch/ia64/include/asm/
Dptrace.h275 # define user_stack(task,regs) ((long) regs - (long) task == IA64_STK_OFFSET - sizeof(*regs)) macro
280 !user_mode(_regs) && user_stack(_task, _regs); \
/linux-3.4.99/arch/frv/include/asm/
Dptrace.h80 extern unsigned long user_stack(const struct pt_regs *);
/linux-3.4.99/arch/mn10300/boot/compressed/
Dmisc.c314 long user_stack[STACK_SIZE]; variable
319 } stack_start = { &user_stack[STACK_SIZE], 0 };
/linux-3.4.99/arch/ia64/kvm/
Dkvm-ia64.c1507 struct kvm_ia64_vcpu_stack __user *user_stack; in kvm_arch_vcpu_ioctl() local
1511 if (copy_from_user(&user_stack, first_p, sizeof(void *))) in kvm_arch_vcpu_ioctl()
1514 if (!access_ok(VERIFY_WRITE, user_stack, in kvm_arch_vcpu_ioctl()
1530 if (copy_to_user(user_stack, stack, in kvm_arch_vcpu_ioctl()
1539 struct kvm_ia64_vcpu_stack __user *user_stack; in kvm_arch_vcpu_ioctl() local
1543 if (copy_from_user(&user_stack, first_p, sizeof(void *))) in kvm_arch_vcpu_ioctl()
1546 if (!access_ok(VERIFY_READ, user_stack, in kvm_arch_vcpu_ioctl()
1557 if (copy_from_user(stack, user_stack, in kvm_arch_vcpu_ioctl()
/linux-3.4.99/kernel/trace/
Dtrace_entries.h194 FTRACE_ENTRY(user_stack, userstack_entry,
/linux-3.4.99/Documentation/ia64/
Dfsys.txt63 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-3.4.99/arch/ia64/kernel/
Dunaligned.c346 if (!user_stack(current, regs)) { in set_rse_reg()
417 if (!user_stack(current, regs)) { in get_rse_reg()
/linux-3.4.99/fs/ocfs2/
Dsuper.c1309 int status, user_stack = 0; in ocfs2_parse_options() local
1459 user_stack = 1; in ocfs2_parse_options()
1515 if (user_stack == 0) { in ocfs2_parse_options()