Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
context.c File Reference
#include <linux/init.h>
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/smp.h>
#include <linux/percpu.h>
#include <asm/mmu_context.h>
#include <asm/thread_notify.h>
#include <asm/tlbflush.h>

Go to the source code of this file.

Functions

void cpu_set_reserved_ttbr0 (void)
 
void __init_new_context (struct task_struct *tsk, struct mm_struct *mm)
 
void __new_context (struct mm_struct *mm)
 

Variables

unsigned int cpu_last_asid = ASID_FIRST_VERSION
 

Function Documentation

void __init_new_context ( struct task_struct tsk,
struct mm_struct mm 
)

Definition at line 91 of file context.c.

void __new_context ( struct mm_struct mm)

Definition at line 166 of file context.c.

void cpu_set_reserved_ttbr0 ( void  )

Definition at line 40 of file context.c.

Variable Documentation

unsigned int cpu_last_asid = ASID_FIRST_VERSION

Definition at line 21 of file context.c.