Home
last modified time | relevance | path

Searched defs:active_mm (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/sparc/include/asm/
H A Dmmu_context_32.h28 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL) argument
H A Dmmu_context_64.h138 #define activate_mm(active_mm, mm) switch_mm(active_mm, mm, NULL) argument
/openbmc/linux/arch/microblaze/include/asm/
H A Dmmu_context_mm.h127 static inline void activate_mm(struct mm_struct *active_mm, in activate_mm()
/openbmc/linux/arch/arc/kernel/
H A Dtroubleshoot.c80 struct mm_struct *active_mm = current->active_mm; in show_faulting_vma() local
/openbmc/linux/arch/m68k/include/asm/
H A Dmmu_context.h84 static inline void activate_mm(struct mm_struct *active_mm, in activate_mm()
/openbmc/linux/arch/ia64/mm/
H A Dtlb.c252 struct mm_struct *active_mm = current->active_mm; in ia64_global_tlb_purge() local
/openbmc/linux/arch/arm/mach-rpc/
H A Decard.c248 struct mm_struct *active_mm = current->active_mm; in ecard_init_mm() local
/openbmc/linux/kernel/
H A Dkthread.c1430 struct mm_struct *active_mm; in kthread_use_mm() local
/openbmc/linux/fs/
H A Dexec.c983 struct mm_struct *old_mm, *active_mm; in exec_mmap() local
/openbmc/linux/include/linux/
H A Dsched.h877 struct mm_struct *active_mm; member