Searched refs:flush_mm (Results 1 - 9 of 9) sorted by relevance

/arch/s390/include/asm/
H A Dmmu.h8 unsigned int flush_mm; member in struct:__anon2537
H A Dtlbflush.h94 if (mm->context.flush_mm) {
96 mm->context.flush_mm = 0;
H A Dmmu_context.h22 mm->context.flush_mm = 0;
83 if (next->context.flush_mm)
H A Dhugetlb.h74 mm->context.flush_mm = 1;
134 (__mm)->context.flush_mm = 1; \
H A Dpgtable.h958 mm->context.flush_mm = 1;
981 mm->context.flush_mm = 1;
1059 mm->context.flush_mm = 1;
/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/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));
/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/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;

Completed in 1289 milliseconds