Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
tlb.h File Reference
#include <linux/pagemap.h>
#include <linux/swap.h>
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>

Go to the source code of this file.

Data Structures

struct  mmu_gather
 

Macros

#define MMU_GATHER_BUNDLE   8
 
#define pte_free_tlb(tlb, ptep, addr)   __pte_free_tlb(tlb, ptep, addr)
 
#define pmd_free_tlb(tlb, pmdp, addr)   __pmd_free_tlb(tlb, pmdp, addr)
 
#define pud_free_tlb(tlb, pudp, addr)   pud_free((tlb)->mm, pudp)
 
#define tlb_migrate_finish(mm)   do { } while (0)
 

Macro Definition Documentation

#define MMU_GATHER_BUNDLE   8

Definition at line 28 of file tlb.h.

#define pmd_free_tlb (   tlb,
  pmdp,
  addr 
)    __pmd_free_tlb(tlb, pmdp, addr)

Definition at line 185 of file tlb.h.

#define pte_free_tlb (   tlb,
  ptep,
  addr 
)    __pte_free_tlb(tlb, ptep, addr)

Definition at line 184 of file tlb.h.

#define pud_free_tlb (   tlb,
  pudp,
  addr 
)    pud_free((tlb)->mm, pudp)

Definition at line 186 of file tlb.h.

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

Definition at line 188 of file tlb.h.