Home
last modified time | relevance | path

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

/Linux-v5.15/include/asm-generic/
Dmmu_context.h20 #ifndef enter_lazy_tlb
21 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb() function
/Linux-v5.15/arch/arm64/include/asm/
Dmmu_context.h193 #define enter_lazy_tlb enter_lazy_tlb macro
195 enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
/Linux-v5.15/arch/x86/include/asm/
Dmmu_context.h94 #define enter_lazy_tlb enter_lazy_tlb macro
95 extern void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk);
/Linux-v5.15/arch/alpha/include/asm/
Dmmu_context.h244 #define enter_lazy_tlb enter_lazy_tlb macro
246 enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
/Linux-v5.15/arch/powerpc/include/asm/
Dmmu_context.h257 #define enter_lazy_tlb enter_lazy_tlb macro
258 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb() function
/Linux-v5.15/arch/parisc/kernel/
Dsmp.c284 enter_lazy_tlb(&init_mm, current); in smp_cpu_init()
/Linux-v5.15/arch/s390/kernel/
Dprocessor.c96 enter_lazy_tlb(&init_mm, current); in cpu_init()
/Linux-v5.15/arch/sh/kernel/
Dsmp.c183 enter_lazy_tlb(mm, current); in start_secondary()
/Linux-v5.15/arch/xtensa/kernel/
Dsmp.c146 enter_lazy_tlb(mm, current); in secondary_start_kernel()
/Linux-v5.15/arch/arm/kernel/
Dsmp.c416 enter_lazy_tlb(mm, current); in secondary_start_kernel()
/Linux-v5.15/arch/x86/mm/
Dtlb.c662 void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
/Linux-v5.15/kernel/
Dkthread.c1415 enter_lazy_tlb(mm, tsk); in kthread_unuse_mm()
Dexit.c496 enter_lazy_tlb(mm, current); in exit_mm()
/Linux-v5.15/arch/x86/kernel/cpu/
Dcommon.c1997 enter_lazy_tlb(&init_mm, cur); in cpu_init()
/Linux-v5.15/arch/mips/kernel/
Dtraps.c2298 enter_lazy_tlb(&init_mm, current); in per_cpu_trap_init()
/Linux-v5.15/kernel/sched/
Dcore.c4909 enter_lazy_tlb(prev->active_mm, next); in context_switch()
9446 enter_lazy_tlb(&init_mm, current); in sched_init()