Searched defs:flush_mm (Results 1 - 5 of 5) sorted by relevance

/arch/s390/include/asm/
H A Dmmu.h8 unsigned int flush_mm; member in struct:__anon2537
/arch/mn10300/mm/
H A Dtlb-smp.c44 static struct mm_struct *flush_mm; variable in typeref:struct:mm_struct
79 local_flush_tlb_page(flush_mm, flush_va);
119 flush_mm = mm;
134 flush_mm = NULL;
/arch/x86/mm/
H A Dtlb.c43 struct mm_struct *flush_mm; member in struct:smp_flush_state::__anon3131
155 if (f->flush_mm == percpu_read(cpu_tlbstate.active_mm)) {
185 f->flush_mm = mm;
199 f->flush_mm = NULL;
/arch/cris/arch-v32/kernel/
H A Dsmp.c53 static struct mm_struct* flush_mm; variable in typeref:struct:mm_struct
238 flush_mm = mm;
355 if (flush_mm == FLUSH_ALL)
358 __flush_tlb_mm(flush_mm);
/arch/m32r/kernel/
H A Dsmp.c49 static struct mm_struct *flush_mm; variable in typeref:struct:mm_struct
406 flush_mm = mm;
423 flush_mm = NULL;
451 unsigned long *mmc = &flush_mm->context[cpu_id];
458 if (flush_mm == current->active_mm)
459 activate_context(flush_mm);
461 cpumask_clear_cpu(cpu_id, mm_cpumask(flush_mm));

Completed in 185 milliseconds