|
Linux Kernel
3.7.1
|
#include <linux/compiler.h>#include <linux/sched.h>#include <linux/io.h>#include <asm/cacheflush.h>#include <asm/cpu-single.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) |
| #define | arch_exit_mmap(mm) |
Definition at line 57 of file mmu_context.h.
| #define arch_exit_mmap | ( | mm | ) |
Definition at line 66 of file mmu_context.h.
| #define deactivate_mm | ( | tsk, | |
| mm | |||
| ) | do { } while (0) |
Definition at line 56 of file mmu_context.h.
| #define destroy_context | ( | mm | ) | do { } while (0) |
Definition at line 24 of file mmu_context.h.
| #define init_new_context | ( | tsk, | |
| mm | |||
| ) | 0 |
Definition at line 22 of file mmu_context.h.
1.8.2