Home
last modified time | relevance | path

Searched refs:pud_free_tlb (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dtlb.h35 #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
/openbmc/linux/include/asm-generic/
H A Dpgtable-nopud.h60 #define pud_free_tlb(tlb, x, a) do { } while (0) macro
H A Dtlb.h689 #ifndef pud_free_tlb
690 #define pud_free_tlb(tlb, pudp, address) \ macro
/openbmc/linux/arch/powerpc/mm/
H A Dhugetlbpage.c451 pud_free_tlb(tlb, pud, start & PGDIR_MASK); in hugetlb_free_pud_range()
/openbmc/linux/arch/sparc/mm/
H A Dhugetlbpage.c503 pud_free_tlb(tlb, pud, start); in hugetlb_free_pud_range()
/openbmc/linux/mm/
H A Dmemory.c261 pud_free_tlb(tlb, pud, start); in free_pud_range()