Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/include/asm/
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-v6.1/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-v6.1/arch/arm64/include/asm/
Dmmu_context.h221 #define enter_lazy_tlb enter_lazy_tlb macro
223 enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
/Linux-v6.1/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-v6.1/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-v6.1/arch/powerpc/include/asm/
Dmmu_context.h251 #define enter_lazy_tlb enter_lazy_tlb macro
252 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb() function
/Linux-v6.1/arch/loongarch/include/asm/
Dmmu_context.h46 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
/Linux-v6.1/arch/parisc/kernel/
Dsmp.c300 enter_lazy_tlb(&init_mm, current); in smp_cpu_init()
/Linux-v6.1/arch/s390/kernel/
Dprocessor.c95 enter_lazy_tlb(&init_mm, current); in cpu_init()
/Linux-v6.1/arch/sh/kernel/
Dsmp.c183 enter_lazy_tlb(mm, current); in start_secondary()
/Linux-v6.1/arch/xtensa/kernel/
Dsmp.c147 enter_lazy_tlb(mm, current); in secondary_start_kernel()
/Linux-v6.1/arch/arm/kernel/
Dsmp.c428 enter_lazy_tlb(mm, current); in secondary_start_kernel()
/Linux-v6.1/arch/loongarch/kernel/
Dtraps.c678 enter_lazy_tlb(&init_mm, current); in per_cpu_trap_init()
/Linux-v6.1/arch/x86/mm/
Dtlb.c663 void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
/Linux-v6.1/kernel/
Dkthread.c1471 enter_lazy_tlb(mm, tsk); in kthread_unuse_mm()
Dexit.c511 enter_lazy_tlb(mm, current); in exit_mm()
/Linux-v6.1/arch/x86/kernel/cpu/
Dcommon.c2273 enter_lazy_tlb(&init_mm, cur); in cpu_init()
/Linux-v6.1/arch/mips/kernel/
Dtraps.c2304 enter_lazy_tlb(&init_mm, current); in per_cpu_trap_init()
/Linux-v6.1/kernel/sched/
Dcore.c5177 enter_lazy_tlb(prev->active_mm, next); in context_switch()
9786 enter_lazy_tlb(&init_mm, current); in sched_init()