Searched refs:pud_free_tlb (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/arch/s390/include/asm/ |
D | tlb.h | 34 #define pud_free_tlb pud_free_tlb macro 120 static inline void pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, in pud_free_tlb() function
|
/linux-6.1.9/include/asm-generic/ |
D | pgtable-nopud.h | 60 #define pud_free_tlb(tlb, x, a) do { } while (0) macro
|
D | tlb.h | 651 #ifndef pud_free_tlb 652 #define pud_free_tlb(tlb, pudp, address) \ macro
|
/linux-6.1.9/arch/sparc/mm/ |
D | hugetlbpage.c | 497 pud_free_tlb(tlb, pud, start); in hugetlb_free_pud_range()
|
/linux-6.1.9/arch/powerpc/mm/ |
D | hugetlbpage.c | 451 pud_free_tlb(tlb, pud, start & PGDIR_MASK); in hugetlb_free_pud_range()
|
/linux-6.1.9/mm/ |
D | memory.c | 294 pud_free_tlb(tlb, pud, start); in free_pud_range()
|