Searched refs:arch_prctl (Results 1 - 7 of 7) sorted by relevance
/linux-4.4.14/arch/x86/um/ |
H A D | syscalls_64.c | 13 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 D | ptrace_64.c | 267 ret = arch_prctl(child, data, (void __user *) addr); subarch_ptrace()
|
/linux-4.4.14/arch/x86/um/asm/ |
H A D | ptrace.h | 81 extern long arch_prctl(struct task_struct *task, int code,
|
/linux-4.4.14/arch/x86/include/asm/ |
H A D | segment.h | 210 /* TLS indexes for 64-bit - hardcoded in arch_prctl(): */
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | process_64.c | 337 * 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 D | ptrace.c | 915 Works just like arch_prctl, except that the arguments arch_ptrace()
|
/linux-4.4.14/tools/perf/ |
H A D | builtin-trace.c | 1019 { .name = "arch_prctl", .errmsg = true, .alias = "prctl", },
|
Completed in 259 milliseconds