Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Typedefs | Functions
mmu.h File Reference
#include <mm_id.h>
#include <asm/mm_context.h>

Go to the source code of this file.

Data Structures

struct  mm_context
 

Typedefs

typedef struct mm_context mm_context_t
 

Functions

void __switch_mm (struct mm_id *mm_idp)
 
long init_new_ldt (struct mm_context *to_mm, struct mm_context *from_mm)
 
void free_ldt (struct mm_context *mm)
 

Typedef Documentation

Function Documentation

void __switch_mm ( struct mm_id mm_idp)

Definition at line 729 of file process.c.

void free_ldt ( struct mm_context mm)

Definition at line 487 of file ldt.c.

long init_new_ldt ( struct mm_context to_mm,
struct mm_context from_mm 
)

Definition at line 389 of file ldt.c.