Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ldt.c File Reference
#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)
 

Function Documentation

void free_ldt ( struct mm_context mm)

Definition at line 487 of file ldt.c.

long init_new_ldt ( struct mm_context new_mm,
struct mm_context from_mm 
)

Definition at line 389 of file ldt.c.

int modify_ldt ( int  func,
void ptr,
unsigned long  bytecount 
)
int sys_modify_ldt ( int  func,
void __user ptr,
unsigned long  bytecount 
)

Definition at line 499 of file ldt.c.