#include <linux/mm.h>
#include <asm/processor.h>
#include <asm/pgtable.h>
#include <asm/pgalloc.h>
#include <asm/current.h>
#include <linux/sched.h>
Go to the source code of this file.
flush_tlb_all - Completely invalidate TLBs on all CPUs
Definition at line 661 of file smp.c.
flush_tlb_mm - Invalidate TLB of specified VM context : The VM context to invalidate.
Definition at line 683 of file smp.c.
flush_tlb_page - Invalidate TLB of page : The VM context to invalidate the page for. : The virtual address of the page to invalidate.
Definition at line 729 of file smp.c.