Searched refs:active_mm (Results 76 - 100 of 100) sorted by relevance

1234

/linux-master/arch/arc/mm/
H A Dtlb.c425 if (current->active_mm != vma->vm_mm)
/linux-master/arch/arm/mm/
H A Dinit.c438 set_section_perms(perms, n, true, current->active_mm);
H A Dfault.c216 struct mm_struct *mm = tsk->active_mm;
/linux-master/drivers/cpufreq/
H A Dpmac32-cpufreq.c300 switch_mmu_context(NULL, current->active_mm, NULL);
/linux-master/arch/mips/mm/
H A Dtlb-r4k.c306 if (current->active_mm != vma->vm_mm)
H A Dc-r4k.c44 * active_mm must be checked before using user addresses, falling
568 if ((mm == current->active_mm) && (pte_val(*ptep) & _PAGE_VALID))
593 if (vaddr && cpu_has_vtag_icache && mm == current->active_mm) {
/linux-master/arch/arm64/kernel/
H A Dsmp.c215 current->active_mm = mm;
/linux-master/arch/powerpc/lib/
H A Dcode-patching.c84 struct mm_struct *orig_mm = current->active_mm;
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_tlb.c678 if (current->active_mm == mm) {
689 current->active_mm = &init_mm;
/linux-master/kernel/sched/
H A Dcore.c5375 enter_lazy_tlb(prev->active_mm, next);
5377 next->active_mm = prev->active_mm;
5379 mmgrab_lazy_tlb(prev->active_mm);
5381 prev->active_mm = NULL;
5383 membarrier_switch_mm(rq, prev->active_mm, next->mm);
5389 * case 'prev->active_mm == next->mm' through
5392 switch_mm_irqs_off(prev->active_mm, next->mm, next);
5397 rq->prev_mm = prev->active_mm;
5398 prev->active_mm
[all...]
/linux-master/drivers/macintosh/
H A Dvia-pmu.c1922 switch_mmu_context(NULL, current->active_mm, NULL);
2011 switch_mmu_context(NULL, current->active_mm, NULL);
/linux-master/kernel/
H A Dcpu.c895 struct mm_struct *mm = idle->active_mm;
899 * clean up any remaining active_mm state.
902 idle->active_mm = &init_mm;
H A Dexit.c546 BUG_ON(mm != current->active_mm);
/linux-master/arch/sparc/kernel/
H A Dsmp_64.c131 current->active_mm = &init_mm;
892 /* It is not valid to test "current->active_mm == mm" here.
H A Dtraps_64.c2924 current->active_mm = &init_mm;
/linux-master/arch/loongarch/kernel/
H A Dtraps.c1133 current->active_mm = &init_mm;
/linux-master/arch/powerpc/kernel/
H A Dsmp.c1628 current->active_mm = &init_mm;
/linux-master/arch/arm64/mm/
H A Dfault.c141 mm = current->active_mm;
143 pr_alert("[%016lx] user address but active_mm is swapper\n",
/linux-master/arch/sparc/mm/
H A Dsrmmu.c1676 if (atomic_read(&mm->mm_users) == 1 && current->active_mm == mm)
/linux-master/include/linux/
H A Dsched.h889 struct mm_struct *active_mm; member in struct:task_struct
/linux-master/arch/mips/kernel/
H A Dtraps.c2269 current->active_mm = &init_mm;
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c2231 cur->active_mm = &init_mm;
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h349 if (mm != current->active_mm && atomic_read(&mm->mm_users) <= 1)
/linux-master/arch/x86/events/
H A Dcore.c2798 ldt = READ_ONCE(current->active_mm->context.ldt);
/linux-master/arch/powerpc/xmon/
H A Dxmon.c3320 mm = tsk->active_mm;

Completed in 362 milliseconds

1234