Searched refs:active_mm (Results 1 - 25 of 100) sorted by path

1234

/linux-master/arch/powerpc/kernel/
H A Dswsusp.c31 switch_mmu_context(current->active_mm, current->active_mm, NULL);
/linux-master/arch/sh/mm/
H A Dtlb-pteaex.c25 if (vma && current->active_mm != vma->vm_mm)
H A Dtlb-sh4.c23 if (vma && current->active_mm != vma->vm_mm)
/linux-master/arch/sparc/include/asm/
H A Dswitch_to_32.h61 cpumask_set_cpu(smp_processor_id(), mm_cpumask(next->active_mm)); \
/linux-master/arch/sparc/kernel/
H A Dunaligned_64.c280 CTX_HWBITS(current->active_mm->context)));
283 (unsigned long) current->active_mm->pgd));
/linux-master/arch/sparc/power/
H A Dhibernate.c37 struct mm_struct *mm = current->active_mm;
/linux-master/arch/alpha/include/asm/
H A Dcacheflush.h43 if (current->active_mm == mm)
H A Dmmu_context.h174 struct mm_struct * mm = current->active_mm; \
H A Dtlbflush.h51 flush_tlb_current(current->active_mm);
76 if (mm == current->active_mm)
88 if (mm == current->active_mm)
/linux-master/arch/alpha/kernel/
H A Dsmp.c148 current->active_mm = &init_mm;
167 DBGS(("smp_callin: commencing CPU %d current %p active_mm %p\n",
168 cpuid, current, current->active_mm));
628 if (mm == current->active_mm && !asn_locked())
639 if (mm == current->active_mm) {
672 if (mm == current->active_mm && !asn_locked())
686 if (mm == current->active_mm) {
723 if (mm == current->active_mm && !asn_locked())
740 if (mm == current->active_mm) {
/linux-master/arch/alpha/mm/
H A Dfault.c239 pgd = current->active_mm->pgd + index;
/linux-master/arch/arc/kernel/
H A Dasm-offsets.c36 DEFINE(TASK_ACT_MM, offsetof(struct task_struct, active_mm));
H A Dsmp.c170 current->active_mm = mm;
H A Dtroubleshoot.c80 struct mm_struct *active_mm = current->active_mm; local
85 mmap_read_lock(active_mm);
86 vma = vma_lookup(active_mm, address);
109 mmap_read_unlock(active_mm);
/linux-master/arch/arc/mm/
H A Dfault.c37 pgd = pgd_offset(current->active_mm, address);
H A Dtlb.c425 if (current->active_mm != vma->vm_mm)
/linux-master/arch/arm/kernel/
H A Dasm-offsets.c41 DEFINE(TSK_ACTIVE_MM, offsetof(struct task_struct, active_mm));
H A Dsmp.c434 current->active_mm = mm;
H A Dsuspend.c23 struct mm_struct *mm = current->active_mm;
/linux-master/arch/arm/mach-rpc/
H A Decard.c248 struct mm_struct *active_mm = current->active_mm; local
254 current->active_mm = mm;
255 activate_mm(active_mm, mm);
256 mmdrop_lazy_tlb(active_mm);
/linux-master/arch/arm/mm/
H A Dfault.c216 struct mm_struct *mm = tsk->active_mm;
H A Dflush.c240 struct mm_struct *mm = current->active_mm;
H A Dinit.c438 set_section_perms(perms, n, true, current->active_mm);
H A Dioremap.c179 * Ensure that the active_mm is up to date - we want to
182 check_vmalloc_seq(current->active_mm);
H A Dtlb-fa.S37 act_mm r3 @ get current->active_mm

Completed in 291 milliseconds

1234