/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | mmu_context.h | 13 * enter_lazy_tlb - Called when "tsk" is about to enter lazy TLB mode. 20 #ifndef enter_lazy_tlb 21 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb() function
|
/kernel/linux/linux-6.6/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
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | mmu_context.h | 235 #define enter_lazy_tlb enter_lazy_tlb macro 237 enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A 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
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | mmu_context.h | 133 #define enter_lazy_tlb enter_lazy_tlb macro 134 extern void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | mmu_context.h | 250 /* We don't currently use enter_lazy_tlb() for anything */ 252 #define enter_lazy_tlb enter_lazy_tlb macro 253 static inline void enter_lazy_tlb(struct mm_struct *mm,
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | nommu_context.h | 10 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
H A D | mmu_context.h | 152 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
/kernel/linux/linux-5.10/arch/openrisc/include/asm/ |
H A D | mmu_context.h | 35 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | mmu_context_32.h | 9 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | mmu_context.h | 15 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb() function
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
H A D | mmu_context.h | 16 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb() function
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
H A D | mmu_context.h | 29 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
H A D | mmu_context.h | 50 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
H A D | mmu_context.h | 69 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb() function
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
H A D | mmu_context.h | 30 #define enter_lazy_tlb(mm, tsk) do {} while (0) macro
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
H A D | mmu_context.h | 27 static inline void enter_lazy_tlb(struct mm_struct *mm, in enter_lazy_tlb() function
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
H A D | mmu_context_mm.h | 36 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | mmu_context.h | 117 enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
H A D | mmu_context.h | 11 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | mmu_context.h | 173 #define enter_lazy_tlb(mm, tsk) macro
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | mmu_context.h | 53 enter_lazy_tlb (struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() function
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | mmu_context.h | 128 #define enter_lazy_tlb(mm,tsk) do { } while (0) macro
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | mmu_context.h | 125 #define enter_lazy_tlb(mm,tsk) do { } while (0) macro
|