Searched refs:enter_lazy_tlb (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.15/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-v5.15/arch/arm64/include/asm/ |
| D | mmu_context.h | 193 #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/ |
| 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-v5.15/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-v5.15/arch/powerpc/include/asm/ |
| D | mmu_context.h | 257 #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/ |
| D | smp.c | 284 enter_lazy_tlb(&init_mm, current); in smp_cpu_init()
|
| /Linux-v5.15/arch/s390/kernel/ |
| D | processor.c | 96 enter_lazy_tlb(&init_mm, current); in cpu_init()
|
| /Linux-v5.15/arch/sh/kernel/ |
| D | smp.c | 183 enter_lazy_tlb(mm, current); in start_secondary()
|
| /Linux-v5.15/arch/xtensa/kernel/ |
| D | smp.c | 146 enter_lazy_tlb(mm, current); in secondary_start_kernel()
|
| /Linux-v5.15/arch/arm/kernel/ |
| D | smp.c | 416 enter_lazy_tlb(mm, current); in secondary_start_kernel()
|
| /Linux-v5.15/arch/x86/mm/ |
| D | tlb.c | 662 void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
| /Linux-v5.15/kernel/ |
| D | kthread.c | 1415 enter_lazy_tlb(mm, tsk); in kthread_unuse_mm()
|
| D | exit.c | 496 enter_lazy_tlb(mm, current); in exit_mm()
|
| /Linux-v5.15/arch/x86/kernel/cpu/ |
| D | common.c | 1997 enter_lazy_tlb(&init_mm, cur); in cpu_init()
|
| /Linux-v5.15/arch/mips/kernel/ |
| D | traps.c | 2298 enter_lazy_tlb(&init_mm, current); in per_cpu_trap_init()
|
| /Linux-v5.15/kernel/sched/ |
| D | core.c | 4909 enter_lazy_tlb(prev->active_mm, next); in context_switch() 9446 enter_lazy_tlb(&init_mm, current); in sched_init()
|