1 // SPDX-License-Identifier: GPL-2.0 1 2 #include <linux/sched.h> 3 #include <asm/ptrace-abi.h> 4 5 void clear_flushed_tls(struct task_struct *tas 6 { 7 } 8 9 int arch_set_tls(struct task_struct *t, unsign 10 { 11 /* 12 * If CLONE_SETTLS is set, we need to 13 * so it can be set during context swi 14 */ 15 t->thread.regs.regs.gp[FS_BASE / sizeo 16 17 return 0; 18 } 19
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.