|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/init.h>#include <linux/percpu.h>#include <linux/mm.h>#include <linux/swap.h>#include <linux/preempt.h>#include <asm/pgtable.h>#include <asm/pgalloc.h>#include <asm/tlbflush.h>#include <asm/cacheflush.h>#include <asm/mmu_context.h>#include <asm/tlb.h>Go to the source code of this file.
Functions | |
| void | flush_tlb_pending (void) |
| void | tlb_batch_add (struct mm_struct *mm, unsigned long vaddr, pte_t *ptep, pte_t orig, int fullmm) |
1.8.2