Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
mmu_context.h File Reference
#include <linux/compiler.h>
#include <linux/sched.h>
#include <asm/cacheflush.h>
#include <asm/cachetype.h>
#include <asm/proc-fns.h>
#include <asm-generic/mm_hooks.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)
 

Functions

void __check_kvm_seq (struct mm_struct *mm)
 

Macro Definition Documentation

#define activate_mm (   prev,
  next 
)    switch_mm(prev, next, NULL)

Definition at line 189 of file mmu_context.h.

#define deactivate_mm (   tsk,
  mm 
)    do { } while (0)

Definition at line 188 of file mmu_context.h.

#define destroy_context (   mm)    do { } while(0)

Definition at line 145 of file mmu_context.h.

#define init_new_context (   tsk,
  mm 
)    0

Definition at line 141 of file mmu_context.h.

Function Documentation

void __check_kvm_seq ( struct mm_struct mm)

Definition at line 50 of file ioremap.c.