Searched refs:do_arch_prctl (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
D | proto.h | 22 long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
|
/linux-4.4.14/arch/x86/kernel/ |
D | process_64.c | 216 err = do_arch_prctl(p, ARCH_SET_FS, tls); in copy_thread_tls() 506 long do_arch_prctl(struct task_struct *task, int code, unsigned long addr) in do_arch_prctl() function 603 return do_arch_prctl(current, code, addr); in sys_arch_prctl()
|
D | ptrace.c | 436 return do_arch_prctl(child, ARCH_SET_FS, value); in putreg() 445 return do_arch_prctl(child, ARCH_SET_GS, value); in putreg() 918 ret = do_arch_prctl(child, data, addr); in arch_ptrace()
|