Searched refs:pud_free_tlb (Results 1 – 5 of 5) sorted by relevance
/linux/arch/s390/include/asm/ |
H A D | tlb.h | 36 #define pud_free_tlb pud_free_tlb macro 138 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb() function
|
/linux/include/asm-generic/ |
H A D | pgtable-nopud.h | 60 #define pud_free_tlb(tlb, x, a) do { } while (0) macro
|
H A D | tlb.h | 719 #ifndef pud_free_tlb 720 #define pud_free_tlb(tlb, pudp, address) \ macro
|
/linux/arch/sparc/mm/ |
H A D | hugetlbpage.c | 488 pud_free_tlb(tlb, pud, start); in hugetlb_free_pud_range()
|
/linux/mm/ |
H A D | memory.c | 262 pud_free_tlb(tlb, pud, start); in free_pud_range()
|