Linux Kernel
3.7.1
|
#include <linux/swap.h>
#include <linux/pagemap.h>
#include <asm/pgalloc.h>
#include <asm/tlbflush.h>
#include <asm/mmu_context.h>
#include <asm-generic/tlb.h>
Go to the source code of this file.
Macros | |
#define | do_flush_tlb_mm(mm) __flush_tlb_mm(CTX_HWBITS(mm->context), SECONDARY_CONTEXT) |
#define | tlb_start_vma(tlb, vma) do { } while (0) |
#define | tlb_end_vma(tlb, vma) do { } while (0) |
#define | __tlb_remove_tlb_entry(tlb, ptep, address) do { } while (0) |
#define | tlb_flush(tlb) flush_tlb_pending() |
Functions | |
void | __flush_tlb_pending (unsigned long, unsigned long, unsigned long *) |
void | flush_tlb_pending (void) |
#define __tlb_remove_tlb_entry | ( | tlb, | |
ptep, | |||
address | |||
) | do { } while (0) |
#define do_flush_tlb_mm | ( | mm | ) | __flush_tlb_mm(CTX_HWBITS(mm->context), SECONDARY_CONTEXT) |
#define tlb_flush | ( | tlb | ) | flush_tlb_pending() |