Searched refs:arch_prctl (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/um/sys-x86_64/ |
D | syscalls.c | 15 long arch_prctl(struct task_struct *task, int code, unsigned long __user *addr) in arch_prctl() function 79 return arch_prctl(current, code, (unsigned long __user *) addr); in sys_arch_prctl() 101 arch_prctl(to, ARCH_SET_FS, (void __user *) to->thread.arch.fs); in arch_switch_to()
|
/linux-2.6.39/arch/um/sys-x86_64/asm/ |
D | ptrace.h | 70 extern long arch_prctl(struct task_struct *task, int code,
|
/linux-2.6.39/arch/um/kernel/ |
D | ptrace.c | 160 ret = arch_prctl(child, data, (void __user *) addr); in arch_ptrace()
|