Linux Kernel
3.7.1
|
#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 |
void __init_new_context | ( | struct task_struct * | tsk, |
struct mm_struct * | mm | ||
) |
unsigned int cpu_last_asid = ASID_FIRST_VERSION |