Home
last modified time | relevance | path

Searched refs:TLB_FLUSH_ALL (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/x86/include/asm/
Dtlbflush.h66 # define TLB_FLUSH_ALL 0xffffffff macro
68 # define TLB_FLUSH_ALL -1ULL macro
/linux-3.4.99/arch/x86/mm/
Dtlb.c157 if (f->flush_va == TLB_FLUSH_ALL) in smp_invalidate_interrupt()
283 flush_tlb_others(mm_cpumask(mm), mm, TLB_FLUSH_ALL); in flush_tlb_current_task()
298 flush_tlb_others(mm_cpumask(mm), mm, TLB_FLUSH_ALL); in flush_tlb_mm()
/linux-3.4.99/arch/x86/platform/uv/
Dtlb_uv.c248 if (msg->address == TLB_FLUSH_ALL) { in bau_process_message()
/linux-3.4.99/arch/x86/xen/
Dmmu.c1291 if (va == TLB_FLUSH_ALL) { in xen_flush_tlb_others()