Home
last modified time | relevance | path

Searched refs:mmgrab_lazy_tlb (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Dmm.h87 static inline void mmgrab_lazy_tlb(struct mm_struct *mm) in mmgrab_lazy_tlb() function
/openbmc/linux/Documentation/mm/
H A Dactive_mm.rst8 references must be done with mmgrab_lazy_tlb() and mmdrop_lazy_tlb()
/openbmc/linux/kernel/
H A Dkthread.c1504 mmgrab_lazy_tlb(mm); in kthread_unuse_mm()
H A Dexit.c546 mmgrab_lazy_tlb(mm); in exit_mm()
/openbmc/linux/arch/powerpc/kernel/
H A Dsmp.c1624 mmgrab_lazy_tlb(&init_mm); in start_secondary()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dradix_tlb.c688 mmgrab_lazy_tlb(&init_mm); in exit_lazy_flush_tlb()
/openbmc/linux/kernel/sched/
H A Dcore.c5339 * user -> kernel lazy + mmgrab_lazy_tlb() active in context_switch()
5352 mmgrab_lazy_tlb(prev->active_mm); in context_switch()
10099 mmgrab_lazy_tlb(&init_mm); in sched_init()