Searched refs:enter_lazy_tlb (Results 1 – 15 of 15) sorted by relevance
| /arch/arm/include/asm/ |
| 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
|
| /arch/alpha/include/asm/ |
| 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
|
| /arch/arm64/include/asm/ |
| A D | mmu_context.h | 232 #define enter_lazy_tlb enter_lazy_tlb macro 234 enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
| /arch/x86/include/asm/ |
| A D | mmu_context.h | 139 #define enter_lazy_tlb enter_lazy_tlb macro 140 extern void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk);
|
| /arch/powerpc/include/asm/ |
| 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
|
| /arch/loongarch/include/asm/ |
| 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
|
| /arch/parisc/kernel/ |
| A D | smp.c | 297 enter_lazy_tlb(&init_mm, current); in smp_cpu_init()
|
| /arch/s390/kernel/ |
| A D | processor.c | 115 enter_lazy_tlb(&init_mm, current); in cpu_init()
|
| /arch/sh/kernel/ |
| A D | smp.c | 185 enter_lazy_tlb(mm, current); in start_secondary()
|
| /arch/xtensa/kernel/ |
| A D | smp.c | 148 enter_lazy_tlb(mm, current); in secondary_start_kernel()
|
| /arch/arm/kernel/ |
| A D | smp.c | 425 enter_lazy_tlb(mm, current); in secondary_start_kernel()
|
| /arch/loongarch/kernel/ |
| A D | traps.c | 1152 enter_lazy_tlb(&init_mm, current); in per_cpu_trap_init()
|
| /arch/x86/mm/ |
| A D | tlb.c | 966 void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
| /arch/mips/kernel/ |
| A D | traps.c | 2272 enter_lazy_tlb(&init_mm, current); in per_cpu_trap_init()
|
| /arch/x86/kernel/cpu/ |
| A D | common.c | 2419 enter_lazy_tlb(&init_mm, cur); in cpu_init()
|
Completed in 45 milliseconds