Searched defs:tls (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/arch/x86/kernel/ |
D | process_64.c | 137 static inline void set_32bit_tls(struct task_struct *t, int tls, u32 addr) in set_32bit_tls() 151 static inline u32 read_32bit_tls(struct task_struct *t, int tls) in read_32bit_tls() 157 unsigned long arg, struct task_struct *p, unsigned long tls) in copy_thread_tls()
|
D | process_32.c | 133 unsigned long arg, struct task_struct *p, unsigned long tls) in copy_thread_tls()
|
D | tls.c | 214 const struct desc_struct *tls; in regset_tls_get() local
|
/linux-4.4.14/arch/x86/um/asm/ |
D | processor_32.h | 16 struct user_desc tls; member
|
/linux-4.4.14/drivers/lguest/ |
D | segments.c | 212 struct desc_struct *tls = &cpu->arch.gdt[GDT_ENTRY_TLS_MIN]; in guest_load_tls() local
|
/linux-4.4.14/arch/cris/include/asm/ |
D | thread_info.h | 34 __u32 tls; /* TLS for this thread */ member
|
/linux-4.4.14/arch/metag/kernel/ |
D | ptrace.c | 296 void __user *tls = target->thread.tls_ptr; in metag_tls_get() local 306 void __user *tls; in metag_tls_set() local
|
/linux-4.4.14/arch/arm64/kernel/ |
D | ptrace.c | 542 unsigned long *tls = &target->thread.tp_value; in tls_get() local 551 unsigned long tls; in tls_set() local 839 compat_ulong_t tls = (compat_ulong_t)target->thread.tp_value; in compat_tls_get() local 849 compat_ulong_t tls; in compat_tls_set() local
|
/linux-4.4.14/arch/s390/kernel/ |
D | process.c | 178 unsigned long tls = frame->childregs.gprs[6]; in copy_thread() local
|
/linux-4.4.14/kernel/ |
D | fork.c | 1249 unsigned long tls) in copy_process() 1698 unsigned long tls) in _do_fork() 1811 unsigned long, tls, in SYSCALL_DEFINE5() argument
|
/linux-4.4.14/sound/soc/fsl/ |
D | fsl_ssi.h | 233 unsigned int tls; member
|
/linux-4.4.14/arch/mips/kernel/ |
D | traps.c | 358 unsigned long tls; in show_registers() local
|
/linux-4.4.14/include/linux/ |
D | pe.h | 224 struct data_dirent tls; /* .tls */ member
|
D | sched.h | 2609 struct task_struct *p, unsigned long tls) in copy_thread_tls()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-pciercx-defs.h | 1509 uint32_t tls:4; member
|