Searched refs:get_new_mmu_context (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/arc/include/asm/
H A Dmmu_context.h6 * -Refactored get_new_mmu_context( ) to only handle live-mm.
10 * -Major rewrite of Core ASID allocation routine get_new_mmu_context
59 static inline void get_new_mmu_context(struct mm_struct *mm) function
152 get_new_mmu_context(next);
158 * get_new_mmu_context() behaves differently here vs. in switch_mm(). Here
/linux-master/arch/loongarch/include/asm/
H A Dmmu_context.h50 /* Normal, classic get_new_mmu_context */
52 get_new_mmu_context(struct mm_struct *mm, unsigned long cpu) function
84 get_new_mmu_context(next, cpu);
139 get_new_mmu_context(mm, cpu);
/linux-master/arch/mips/mm/
H A Dcontext.c21 void get_new_mmu_context(struct mm_struct *mm) function
45 EXPORT_SYMBOL_GPL(get_new_mmu_context); variable
60 get_new_mmu_context(mm);
/linux-master/arch/xtensa/include/asm/
H A Dmmu_context.h70 static inline void get_new_mmu_context(struct mm_struct *mm, unsigned int cpu) function
97 get_new_mmu_context(mm, cpu);
/linux-master/arch/sparc/include/asm/
H A Dmmu_context_64.h24 void get_new_mmu_context(struct mm_struct *mm);
92 get_new_mmu_context(mm);
/linux-master/arch/mips/include/asm/
H A Dmmu_context.h127 extern void get_new_mmu_context(struct mm_struct *mm);
224 get_new_mmu_context(mm);
/linux-master/arch/arc/mm/
H A Dtlb.c192 * - Also get_new_mmu_context() new implementation allocates a new
197 get_new_mmu_context(mm);
/linux-master/arch/mips/kvm/
H A Dvz.c2557 get_new_mmu_context(gpa_mm);
/linux-master/arch/sparc/mm/
H A Dinit_64.c758 /* get_new_mmu_context() uses "cache + 1". */
785 * are going to go through get_new_mmu_context() path.
796 * it will go into get_new_mmu_context() path, because we
823 void get_new_mmu_context(struct mm_struct *mm) function

Completed in 240 milliseconds