Searched refs:pud_free_tlb (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/arch/s390/include/asm/ |
| D | tlb.h | 37 #define pud_free_tlb pud_free_tlb macro 125 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb() function
|
| /Linux-v5.4/include/asm-generic/ |
| D | 4level-fixup.h | 30 #undef pud_free_tlb 31 #define pud_free_tlb(tlb, x, addr) do { } while (0) macro
|
| D | tlb.h | 588 #ifndef pud_free_tlb 589 #define pud_free_tlb(tlb, pudp, address) \ macro
|
| /Linux-v5.4/arch/sparc/mm/ |
| D | hugetlbpage.c | 486 pud_free_tlb(tlb, pud, start); in hugetlb_free_pud_range()
|
| /Linux-v5.4/arch/powerpc/mm/ |
| D | hugetlbpage.c | 434 pud_free_tlb(tlb, pud, start); in hugetlb_free_pud_range()
|
| /Linux-v5.4/mm/ |
| D | memory.c | 268 pud_free_tlb(tlb, pud, start); in free_pud_range()
|