Searched refs:enter_lazy_tlb (Results 1 – 15 of 15) sorted by relevance
/linux/arch/arm/include/asm/ |
H A 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/include/asm-generic/ |
H A 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/arch/alpha/include/asm/ |
H A D | mmu_context.h | 207 #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/powerpc/include/asm/ |
H A D | mmu_context.h | 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 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/arch/parisc/kernel/ |
H A D | smp.c | 297 enter_lazy_tlb(&init_mm, current); in smp_cpu_init()
|
/linux/arch/s390/kernel/ |
H A D | processor.c | 113 enter_lazy_tlb(&init_mm, current); in cpu_init()
|
/linux/arch/sh/kernel/ |
H A D | smp.c | 185 enter_lazy_tlb(mm, current); in start_secondary()
|
/linux/arch/xtensa/kernel/ |
H A D | smp.c | 148 enter_lazy_tlb(mm, current); in secondary_start_kernel()
|
/linux/arch/arm/kernel/ |
H A D | smp.c | 425 enter_lazy_tlb(mm, current); in secondary_start_kernel()
|
/linux/arch/loongarch/kernel/ |
H A D | traps.c | 1147 enter_lazy_tlb(&init_mm, current); in per_cpu_trap_init()
|
/linux/kernel/ |
H A D | kthread.c | 1666 enter_lazy_tlb(mm, tsk); in kthread_unuse_mm()
|
/linux/arch/mips/kernel/ |
H A D | traps.c | 2272 enter_lazy_tlb(&init_mm, current); in per_cpu_trap_init()
|
/linux/arch/x86/kernel/cpu/ |
H A D | common.c | 2268 enter_lazy_tlb(&init_mm, cur); in cpu_init()
|
/linux/kernel/sched/ |
H A D | core.c | 5345 enter_lazy_tlb(prev->active_mm, next); in context_switch() 8643 enter_lazy_tlb(&init_mm, current); in sched_init()
|