#include <asm/mmu.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.
void flush_tlb_kernel_range |
( |
unsigned long |
start, |
|
|
unsigned long |
end |
|
) |
| |
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.