|
Linux Kernel
3.7.1
|
#include <linux/percpu.h>#include <linux/sched.h>#include <asm/uaccess.h>#include <os.h>#include <skas.h>#include <sysdep/tls.h>Go to the source code of this file.
Macros | |
| #define | O_FORCE 1 |
Functions | |
| int | do_set_thread_area (struct user_desc *info) |
| int | do_get_thread_area (struct user_desc *info) |
| void | clear_flushed_tls (struct task_struct *task) |
| int | arch_switch_tls (struct task_struct *to) |
| int | arch_copy_tls (struct task_struct *new) |
| int | sys_set_thread_area (struct user_desc __user *user_desc) |
| int | ptrace_set_thread_area (struct task_struct *child, int idx, struct user_desc __user *user_desc) |
| int | sys_get_thread_area (struct user_desc __user *user_desc) |
| int | ptrace_get_thread_area (struct task_struct *child, int idx, struct user_desc __user *user_desc) |
| __initcall (__setup_host_supports_tls) | |
Variables | |
| int | host_gdt_entry_tls_min |
| __initcall | ( | __setup_host_supports_tls | ) |
| int arch_copy_tls | ( | struct task_struct * | new | ) |
| int arch_switch_tls | ( | struct task_struct * | to | ) |
| void clear_flushed_tls | ( | struct task_struct * | task | ) |
1.8.2