Linux Kernel
3.7.1
|
#include <asm-generic/mm_hooks.h>
Go to the source code of this file.
Macros | |
#define | deactivate_mm(tsk, mm) do { } while (0) |
#define | activate_mm(prev, next) switch_mm((prev), (next), NULL) |
Functions | |
int | init_new_context (struct task_struct *tsk, struct mm_struct *mm) |
void | destroy_context (struct mm_struct *mm) |
void | switch_mm (struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) |
Variables | |
volatile pgd_t * | current_pgd |
Definition at line 31 of file mmu_context.h.
#define deactivate_mm | ( | tsk, | |
mm | |||
) | do { } while (0) |
Definition at line 29 of file mmu_context.h.
Definition at line 242 of file mmu_context.h.
int init_new_context | ( | struct task_struct * | tsk, |
struct mm_struct * | mm | ||
) |