Searched refs:arch_prctl (Results 1 – 4 of 4) sorted by relevance
/arch/x86/um/ |
D | syscalls_64.c | 13 long arch_prctl(struct task_struct *task, int code, unsigned long __user *addr) in arch_prctl() function 77 return arch_prctl(current, code, (unsigned long __user *) addr); in sys_arch_prctl() 85 arch_prctl(to, ARCH_SET_FS, (void __user *) to->thread.arch.fs); in arch_switch_to()
|
D | ptrace_64.c | 272 ret = arch_prctl(child, data, (void __user *) addr); in subarch_ptrace()
|
/arch/x86/um/asm/ |
D | ptrace.h | 81 extern long arch_prctl(struct task_struct *task, int code,
|
/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 167 158 common arch_prctl sys_arch_prctl
|