Home
last modified time | relevance | path

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

/linux-6.15/arch/um/include/asm/
H A Dmmu_context.h23 __switch_mm(&new->context.id); in activate_mm()
35 __switch_mm(&next->context.id); in switch_mm()
/linux-6.15/arch/um/include/shared/skas/
H A Dmm_id.h15 void __switch_mm(struct mm_id *mm_idp);
/linux-6.15/arch/arm64/include/asm/
H A Dmmu_context.h243 static inline void __switch_mm(struct mm_struct *next) in __switch_mm() function
262 __switch_mm(next); in switch_mm()
H A Defi.h123 __switch_mm(mm); in efi_set_pgd()
/linux-6.15/arch/um/kernel/
H A Dexec.c30 __switch_mm(&current->mm->context.id); in flush_thread()
/linux-6.15/arch/um/os-Linux/skas/
H A Dprocess.c680 void __switch_mm(struct mm_id *mm_idp) in __switch_mm() function