Linux Kernel
3.7.1
|
#include <linux/mm.h>
#include <linux/init.h>
#include <asm/tlbflush.h>
#include <asm/mmu_context.h>
Go to the source code of this file.
Functions | |
void __init | mmu_context_init (void) |
void | steal_context (void) |
Variables | |
mm_context_t | next_mmu_context |
unsigned long | context_map [LAST_CONTEXT/BITS_PER_LONG+1] |
atomic_t | nr_free_contexts |
struct mm_struct * | context_mm [LAST_CONTEXT+1] |
Definition at line 41 of file mmu_context.c.
Definition at line 59 of file mmu_context.c.
unsigned long context_map[LAST_CONTEXT/BITS_PER_LONG+1] |
Definition at line 34 of file mmu_context.c.
struct mm_struct* context_mm[LAST_CONTEXT+1] |
Definition at line 36 of file mmu_context.c.
mm_context_t next_mmu_context |
Definition at line 33 of file mmu_context.c.
atomic_t nr_free_contexts |
Definition at line 35 of file mmu_context.c.