Searched refs:do_arch_prctl (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | proto.h | 20 long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
|
/linux-4.1.27/arch/x86/kernel/ |
D | process_64.c | 215 err = do_arch_prctl(p, ARCH_SET_FS, childregs->r8); in copy_thread() 570 long do_arch_prctl(struct task_struct *task, int code, unsigned long addr) in do_arch_prctl() function 667 return do_arch_prctl(current, code, addr); in sys_arch_prctl()
|
D | ptrace.c | 438 return do_arch_prctl(child, ARCH_SET_FS, value); in putreg() 447 return do_arch_prctl(child, ARCH_SET_GS, value); in putreg() 920 ret = do_arch_prctl(child, data, addr); in arch_ptrace()
|