Home
last modified time | relevance | path

Searched refs:__switch_mm (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/arch/um/include/asm/
H A Dmmu_context.h50 __switch_mm(&new->context.id); in activate_mm()
65 __switch_mm(&next->context.id); in switch_mm()
H A Dmmu.h18 extern void __switch_mm(struct mm_id * mm_idp);
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dmmu_context.h218 static inline void __switch_mm(struct mm_struct *next) in __switch_mm() function
237 __switch_mm(next); in switch_mm()
H A Defi.h118 __switch_mm(mm); in efi_set_pgd()
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dexec.c40 __switch_mm(&current->mm->context.id); in flush_thread()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/skas/
H A Dprocess.c668 void __switch_mm(struct mm_id *mm_idp) in __switch_mm() function