Searched defs:__pud_free_tlb (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/include/asm-generic/ |
D | pgtable-nopud.h | 55 #define __pud_free_tlb(tlb, x, a) do { } while (0) macro
|
D | 4level-fixup.h | 32 #define __pud_free_tlb(tlb, x, addr) do { } while (0) macro
|
/linux-3.4.99/arch/ia64/include/asm/ |
D | pgalloc.h | 51 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud) macro
|
/linux-3.4.99/arch/x86/include/asm/ |
D | pgalloc.h | 130 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() function
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | pgalloc-64.h | 136 #define __pud_free_tlb(tlb, pud, addr) \ macro
|
/linux-3.4.99/arch/frv/include/asm/ |
D | pgtable.h | 228 #define __pud_free_tlb(tlb, x, address) do { } while (0) macro
|