Home
last modified time | relevance | path

Searched refs:enter_lazy_tlb (Results 1 – 16 of 16) sorted by relevance

/linux/arch/arm/include/asm/
H A Dmmu_context.h142 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
147 #define enter_lazy_tlb enter_lazy_tlb macro
/linux/include/asm-generic/
H A Dmmu_context.h13 * enter_lazy_tlb - Called when "tsk" is about to enter lazy TLB mode.
20 #ifndef enter_lazy_tlb
21 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb() function
/linux/arch/alpha/include/asm/
H A Dmmu_context.h207 #define enter_lazy_tlb enter_lazy_tlb macro
209 enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
/linux/arch/arm64/include/asm/
H A Dmmu_context.h232 #define enter_lazy_tlb enter_lazy_tlb macro
234 enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
/linux/arch/x86/include/asm/
H A Dmmu_context.h139 #define enter_lazy_tlb enter_lazy_tlb macro
140 extern void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk);
/linux/arch/powerpc/include/asm/
H A Dmmu_context.h247 /* We don't currently use enter_lazy_tlb() for anything */
249 #define enter_lazy_tlb enter_lazy_tlb macro
250 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb() function
/linux/arch/loongarch/include/asm/
H A Dmmu_context.h46 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
/linux/arch/parisc/kernel/
H A Dsmp.c297 enter_lazy_tlb(&init_mm, current); in smp_cpu_init()
/linux/arch/s390/kernel/
H A Dprocessor.c115 enter_lazy_tlb(&init_mm, current); in cpu_init()
/linux/arch/sh/kernel/
H A Dsmp.c185 enter_lazy_tlb(mm, current); in start_secondary()
/linux/arch/arm/kernel/
H A Dsmp.c425 enter_lazy_tlb(mm, current); in secondary_start_kernel()
/linux/arch/loongarch/kernel/
H A Dtraps.c1152 enter_lazy_tlb(&init_mm, current); in per_cpu_trap_init()
/linux/arch/x86/mm/
H A Dtlb.c957 * enter_lazy_tlb() is a hint from the scheduler that we are entering a
962 * The scheduler reserves the right to call enter_lazy_tlb() several times
966 void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
/linux/kernel/
H A Dkthread.c1667 enter_lazy_tlb(mm, tsk); in kthread_unuse_mm()
H A Dexit.c577 enter_lazy_tlb(mm, current); in exit_mm()
/linux/arch/mips/kernel/
H A Dtraps.c2272 enter_lazy_tlb(&init_mm, current); in per_cpu_trap_init()