Linux Kernel
3.7.1
|
#include <linux/mm.h>
#include <linux/sched.h>
#include <linux/slab.h>
#include <asm/unistd.h>
#include <os.h>
#include <proc_mm.h>
#include <skas.h>
#include <skas_ptrace.h>
#include <sysdep/tls.h>
Go to the source code of this file.
Functions | |
int | modify_ldt (int func, void *ptr, unsigned long bytecount) |
long | init_new_ldt (struct mm_context *new_mm, struct mm_context *from_mm) |
void | free_ldt (struct mm_context *mm) |
int | sys_modify_ldt (int func, void __user *ptr, unsigned long bytecount) |
void free_ldt | ( | struct mm_context * | mm | ) |
long init_new_ldt | ( | struct mm_context * | new_mm, |
struct mm_context * | from_mm | ||
) |