Searched refs:arch_prctl (Results 1 – 7 of 7) sorted by relevance
| /arch/x86/um/ |
| A D | syscalls_64.c | 16 long arch_prctl(struct task_struct *task, int option, in arch_prctl() function 43 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument 45 return arch_prctl(current, option, (unsigned long __user *) arg2); in SYSCALL_DEFINE2()
|
| A D | syscalls_32.c | 5 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
|
| A D | ptrace_64.c | 211 ret = arch_prctl(child, data, (void __user *) addr); in subarch_ptrace()
|
| /arch/x86/um/asm/ |
| A D | ptrace.h | 94 extern long arch_prctl(struct task_struct *task, int option,
|
| /arch/x86/kernel/ |
| A D | process.c | 1065 SYSCALL_DEFINE2(arch_prctl, int, option, unsigned long, arg2) in SYSCALL_DEFINE2() argument
|
| /arch/x86/entry/syscalls/ |
| A D | syscall_64.tbl | 170 158 common arch_prctl sys_arch_prctl
|
| A D | syscall_32.tbl | 399 384 i386 arch_prctl sys_arch_prctl
|
Completed in 8 milliseconds