Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dactive_mm.rst1 .. _active_mm: target
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dmmu_context_32.h32 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL) argument
H A Dmmu_context_64.h140 #define activate_mm(active_mm, mm) switch_mm(active_mm, mm, NULL) argument
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dmmu_context_mm.h129 static inline void activate_mm(struct mm_struct *active_mm, in activate_mm()
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dtroubleshoot.c80 struct mm_struct *active_mm = current->active_mm; in show_faulting_vma() local
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dmmu_context.h86 static inline void activate_mm(struct mm_struct *active_mm, in activate_mm()
/OK3568_Linux_fs/kernel/arch/ia64/mm/
H A Dtlb.c252 struct mm_struct *active_mm = current->active_mm; in ia64_global_tlb_purge() local
/OK3568_Linux_fs/kernel/kernel/
H A Dkthread.c1332 struct mm_struct *active_mm; in kthread_use_mm() local
/OK3568_Linux_fs/kernel/arch/arm/mach-rpc/
H A Decard.c248 struct mm_struct *active_mm = current->active_mm; in ecard_init_mm() local
/OK3568_Linux_fs/kernel/fs/
H A Dexec.c982 struct mm_struct *old_mm, *active_mm; in exec_mmap() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h778 struct mm_struct *active_mm; member