Searched refs:arch_prctl (Results 1 - 7 of 7) sorted by relevance

/linux-4.4.14/arch/x86/um/
H A Dsyscalls_64.c13 long arch_prctl(struct task_struct *task, int code, unsigned long __user *addr) arch_prctl() function
21 * be safe), we need to call arch_prctl on the host because arch_prctl()
29 * arch_prctl is run on the host, then the registers are read arch_prctl()
77 return arch_prctl(current, code, (unsigned long __user *) addr); sys_arch_prctl()
85 arch_prctl(to, ARCH_SET_FS, (void __user *) to->thread.arch.fs); arch_switch_to()
H A Dptrace_64.c267 ret = arch_prctl(child, data, (void __user *) addr); subarch_ptrace()
/linux-4.4.14/arch/x86/um/asm/
H A Dptrace.h81 extern long arch_prctl(struct task_struct *task, int code,
/linux-4.4.14/arch/x86/include/asm/
H A Dsegment.h210 /* TLS indexes for 64-bit - hardcoded in arch_prctl(): */
/linux-4.4.14/arch/x86/kernel/
H A Dprocess_64.c337 * 64-bit bases are that controlled by arch_prctl. Those bases __switch_to()
364 * Note: This all depends on arch_prctl being the only way that __switch_to()
H A Dptrace.c915 Works just like arch_prctl, except that the arguments arch_ptrace()
/linux-4.4.14/tools/perf/
H A Dbuiltin-trace.c1019 { .name = "arch_prctl", .errmsg = true, .alias = "prctl", },

Completed in 259 milliseconds