/linux-6.1.9/arch/arm/include/asm/ |
D | mmu_context.h | 142 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-6.1.9/include/asm-generic/ |
D | mmu_context.h | 20 #ifndef enter_lazy_tlb 21 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb() function
|
/linux-6.1.9/arch/x86/include/asm/ |
D | mmu_context.h | 94 #define enter_lazy_tlb enter_lazy_tlb macro 95 extern void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk);
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | mmu_context.h | 221 #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-6.1.9/arch/alpha/include/asm/ |
D | mmu_context.h | 244 #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-6.1.9/arch/powerpc/include/asm/ |
D | mmu_context.h | 251 #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-6.1.9/arch/loongarch/include/asm/ |
D | mmu_context.h | 46 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
/linux-6.1.9/arch/parisc/kernel/ |
D | smp.c | 300 enter_lazy_tlb(&init_mm, current); in smp_cpu_init()
|
/linux-6.1.9/arch/s390/kernel/ |
D | processor.c | 95 enter_lazy_tlb(&init_mm, current); in cpu_init()
|
/linux-6.1.9/arch/sh/kernel/ |
D | smp.c | 183 enter_lazy_tlb(mm, current); in start_secondary()
|
/linux-6.1.9/arch/xtensa/kernel/ |
D | smp.c | 147 enter_lazy_tlb(mm, current); in secondary_start_kernel()
|
/linux-6.1.9/arch/arm/kernel/ |
D | smp.c | 428 enter_lazy_tlb(mm, current); in secondary_start_kernel()
|
/linux-6.1.9/arch/loongarch/kernel/ |
D | traps.c | 678 enter_lazy_tlb(&init_mm, current); in per_cpu_trap_init()
|
/linux-6.1.9/arch/x86/mm/ |
D | tlb.c | 663 void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
/linux-6.1.9/kernel/ |
D | kthread.c | 1471 enter_lazy_tlb(mm, tsk); in kthread_unuse_mm()
|
D | exit.c | 558 enter_lazy_tlb(mm, current); in exit_mm()
|
/linux-6.1.9/arch/x86/kernel/cpu/ |
D | common.c | 2273 enter_lazy_tlb(&init_mm, cur); in cpu_init()
|
/linux-6.1.9/arch/mips/kernel/ |
D | traps.c | 2304 enter_lazy_tlb(&init_mm, current); in per_cpu_trap_init()
|
/linux-6.1.9/kernel/sched/ |
D | core.c | 5206 enter_lazy_tlb(prev->active_mm, next); in context_switch() 9816 enter_lazy_tlb(&init_mm, current); in sched_init()
|