Searched refs:ptrace_get_thread_area (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/um/asm/ |
H A D | ptrace.h | 51 extern int ptrace_get_thread_area(struct task_struct *child, int idx, 70 static inline int ptrace_get_thread_area(struct task_struct *child, int idx, in ptrace_get_thread_area() function
|
/kernel/linux/linux-6.6/arch/x86/um/asm/ |
H A D | ptrace.h | 51 extern int ptrace_get_thread_area(struct task_struct *child, int idx, 70 static inline int ptrace_get_thread_area(struct task_struct *child, int idx, in ptrace_get_thread_area() function
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | ptrace.c | 98 ret = ptrace_get_thread_area(child, addr, vp); in arch_ptrace()
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | ptrace.c | 97 ret = ptrace_get_thread_area(child, addr, vp); in arch_ptrace()
|
/kernel/linux/linux-5.10/arch/x86/um/ |
H A D | tls_32.c | 344 int ptrace_get_thread_area(struct task_struct *child, int idx, in ptrace_get_thread_area() function
|
/kernel/linux/linux-6.6/arch/x86/um/ |
H A D | tls_32.c | 344 int ptrace_get_thread_area(struct task_struct *child, int idx, in ptrace_get_thread_area() function
|
Completed in 5 milliseconds