arch_prctl        303 arch/x86/kernel/process_32.c SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
arch_prctl        799 arch/x86/kernel/process_64.c SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
arch_prctl        811 arch/x86/kernel/process_64.c COMPAT_SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
arch_prctl         82 arch/x86/um/asm/ptrace.h extern long arch_prctl(struct task_struct *task, int option,
arch_prctl        272 arch/x86/um/ptrace_64.c 		ret = arch_prctl(child, data, (void __user *) addr);
arch_prctl          5 arch/x86/um/syscalls_32.c SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
arch_prctl         78 arch/x86/um/syscalls_64.c SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2)
arch_prctl         80 arch/x86/um/syscalls_64.c 	return arch_prctl(current, option, (unsigned long __user *) arg2);
arch_prctl         88 arch/x86/um/syscalls_64.c 	arch_prctl(to, ARCH_SET_FS, (void __user *) to->thread.arch.fs);