|
Linux Kernel
3.7.1
|
#include <linux/compiler.h>#include <linux/sched.h>#include <asm/cacheflush.h>#include <asm/cachetype.h>#include <asm/proc-fns.h>#include <asm-generic/mm_hooks.h>Go to the source code of this file.
Macros | |
| #define | init_new_context(tsk, mm) 0 |
| #define | destroy_context(mm) do { } while(0) |
| #define | deactivate_mm(tsk, mm) do { } while (0) |
| #define | activate_mm(prev, next) switch_mm(prev, next, NULL) |
Functions | |
| void | __check_kvm_seq (struct mm_struct *mm) |
Definition at line 189 of file mmu_context.h.
| #define deactivate_mm | ( | tsk, | |
| mm | |||
| ) | do { } while (0) |
Definition at line 188 of file mmu_context.h.
| #define destroy_context | ( | mm | ) | do { } while(0) |
Definition at line 145 of file mmu_context.h.
| #define init_new_context | ( | tsk, | |
| mm | |||
| ) | 0 |
Definition at line 141 of file mmu_context.h.
1.8.2