Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
tlbflush.h File Reference
#include <linux/mm.h>
#include <asm/intrinsics.h>
#include <asm/mmu_context.h>
#include <asm/page.h>

Go to the source code of this file.

Macros

#define flush_tlb_all()   local_flush_tlb_all()
 
#define smp_flush_tlb_cpumask(m)   local_flush_tlb_all()
 
#define smp_local_flush_tlb()
 

Functions

void setup_ptcg_sem (int max_purges, int from_palo)
 
void local_flush_tlb_all (void)
 
void flush_tlb_range (struct vm_area_struct *vma, unsigned long start, unsigned long end)
 

Macro Definition Documentation

#define flush_tlb_all (   void)    local_flush_tlb_all()

Definition at line 34 of file tlbflush.h.

#define smp_flush_tlb_cpumask (   m)    local_flush_tlb_all()

Definition at line 35 of file tlbflush.h.

#define smp_local_flush_tlb (   void)

Definition at line 93 of file tlbflush.h.

Function Documentation

void flush_tlb_range ( struct vm_area_struct vma,
unsigned long  start,
unsigned long  end 
)

Definition at line 764 of file smp.c.

void local_flush_tlb_all ( void  )

Definition at line 67 of file vtlb.c.

void setup_ptcg_sem ( int  max_purges,
int  from_palo 
)

Definition at line 177 of file tlb.c.