Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | NR_CXN 4096 |
Functions | |
int | init_new_context (struct task_struct *tsk, struct mm_struct *mm) |
void | change_mm_context (mm_context_t *old, mm_context_t *ctx, pgd_t *pgd) |
void | destroy_context (struct mm_struct *mm) |
int | cxn_pin_by_pid (pid_t pid) |
Variables | |
int __nongpreldata | cxn_pinned = -1 |
#define NR_CXN 4096 |
Definition at line 16 of file mmu-context.c.
void change_mm_context | ( | mm_context_t * | old, |
mm_context_t * | ctx, | ||
pgd_t * | pgd | ||
) |
Definition at line 90 of file mmu-context.c.
Definition at line 168 of file mmu-context.c.
Definition at line 130 of file mmu-context.c.
int init_new_context | ( | struct task_struct * | tsk, |
struct mm_struct * | mm | ||
) |
Definition at line 29 of file mmu-context.c.
int __nongpreldata cxn_pinned = -1 |
Definition at line 22 of file mmu-context.c.