#include <linux/mm.h>
#include <linux/sched.h>
#include <linux/smp.h>
#include <asm/cacheflush.h>
#include <asm/page.h>
#include <hv/hypervisor.h>
Go to the source code of this file.
DECLARE_PER_CPU |
( |
int |
, |
|
|
current_asid |
|
|
) |
| |
flush_tlb_all - Completely invalidate TLBs on all CPUs
Definition at line 661 of file smp.c.
flush_tlb_current_task - Invalidate TLB of current task
Definition at line 161 of file tlb-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.
Definition at line 53 of file tlb.c.
Definition at line 25 of file tlb.c.
Definition at line 25 of file tlb.c.