Searched defs:__pud_free_tlb (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/arm64/include/asm/ |
D | tlb.h | 77 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pudp, in __pud_free_tlb() function
|
/Linux-v4.19/include/asm-generic/ |
D | 4level-fixup.h | 33 #define __pud_free_tlb(tlb, x, addr) do { } while (0) macro
|
D | pgtable-nop4d-hack.h | 57 #define __pud_free_tlb(tlb, x, a) do { } while (0) macro
|
D | pgtable-nopud.h | 61 #define __pud_free_tlb(tlb, x, a) do { } while (0) macro
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgalloc.h | 135 #define __pud_free_tlb(tlb, x, addr) pud_free((tlb)->mm, x) macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgalloc.h | 52 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud) macro
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgalloc_64.h | 116 #define __pud_free_tlb(tlb, pud, addr) \ macro
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 146 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() function
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 180 #define __pud_free_tlb(tlb, pud, addr) \ macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgalloc.h | 161 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() function
|