Searched refs:__p4d_free_tlb (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | pgalloc.h | 127 #define __p4d_free_tlb(tlb, p4d, addr) p4d_free((tlb)->mm, p4d) macro
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | pgalloc.h | 172 static inline void __p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in __p4d_free_tlb() function
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | pgalloc.h | 170 static inline void __p4d_free_tlb(struct mmu_gather *tlb, p4d_t *p4d, in __p4d_free_tlb() function
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | tlb.h | 659 __p4d_free_tlb(tlb, pudp, address); \
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | tlb.h | 703 __p4d_free_tlb(tlb, pudp, address); \
|
Completed in 4 milliseconds