Home
last modified time | relevance | path

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

/linux-5.15/arch/um/include/asm/
H A Dmmu_context.h25 __switch_mm(&new->context.id); in activate_mm()
37 __switch_mm(&next->context.id); in switch_mm()
H A Dmmu.h18 extern void __switch_mm(struct mm_id * mm_idp);
/linux-5.15/arch/arm64/include/asm/
H A Dmmu_context.h206 static inline void __switch_mm(struct mm_struct *next) in __switch_mm() function
225 __switch_mm(next); in switch_mm()
A Defi.h106 __switch_mm(mm); in efi_set_pgd()
/linux-5.15/arch/um/kernel/
H A Dexec.c38 __switch_mm(&current->mm->context.id); in flush_thread()
/linux-5.15/my_notes/
A Dreadmm.c149 __switch_mm
/linux-5.15/arch/um/os-Linux/skas/
H A Dprocess.c716 void __switch_mm(struct mm_id *mm_idp) in __switch_mm() function