Home
last modified time | relevance | path

Searched refs:__pud_free_tlb (Results 1 – 9 of 9) sorted by relevance

/linux-3.3/include/asm-generic/
Dpgtable-nopud.h55 #define __pud_free_tlb(tlb, x, a) do { } while (0) macro
D4level-fixup.h32 #define __pud_free_tlb(tlb, x, addr) do { } while (0) macro
Dtlb.h166 __pud_free_tlb(tlb, pudp, address); \
/linux-3.3/arch/um/include/asm/
Dtlb.h114 #define pud_free_tlb(tlb, pudp, addr) __pud_free_tlb(tlb, pudp, addr)
/linux-3.3/arch/ia64/include/asm/
Dpgalloc.h51 #define __pud_free_tlb(tlb, pud, address) pud_free((tlb)->mm, pud) macro
Dtlb.h280 __pud_free_tlb(tlb, pudp, address); \
/linux-3.3/arch/powerpc/include/asm/
Dpgalloc-64.h136 #define __pud_free_tlb(tlb, pud, addr) \ macro
/linux-3.3/arch/x86/include/asm/
Dpgalloc.h130 static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in __pud_free_tlb() function
/linux-3.3/arch/frv/include/asm/
Dpgtable.h228 #define __pud_free_tlb(tlb, x, address) do { } while (0) macro