Home
last modified time | relevance | path

Searched refs:pmd_free_tlb (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dtlb.h35 #define pmd_free_tlb pmd_free_tlb macro
79 * pmd_free_tlb frees a pmd table and clears the CRSTE for the
82 * as the pgd. pmd_free_tlb checks the asce_limit against 2GB
85 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() function
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dtlb.h33 #define pmd_free_tlb pmd_free_tlb macro
81 * pmd_free_tlb frees a pmd table and clears the CRSTE for the
84 * as the pgd. pmd_free_tlb checks the asce_limit against 2GB
87 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() function
/kernel/linux/linux-5.10/include/asm-generic/
H A Dpgtable-nopmd.h64 #define pmd_free_tlb(tlb, x, a) do { } while (0) macro
H A Dtlb.h636 #ifndef pmd_free_tlb
637 #define pmd_free_tlb(tlb, pmdp, address) \ macro
/kernel/linux/linux-6.6/include/asm-generic/
H A Dpgtable-nopmd.h66 #define pmd_free_tlb(tlb, x, a) do { } while (0) macro
H A Dtlb.h680 #ifndef pmd_free_tlb
681 #define pmd_free_tlb(tlb, pmdp, address) \ macro
/kernel/linux/linux-5.10/arch/powerpc/mm/
H A Dhugetlbpage.c411 pmd_free_tlb(tlb, pmd, start); in hugetlb_free_pmd_range()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dhugetlbpage.c453 pmd_free_tlb(tlb, pmd, start); in hugetlb_free_pmd_range()
/kernel/linux/linux-6.6/arch/powerpc/mm/
H A Dhugetlbpage.c408 pmd_free_tlb(tlb, pmd, start & PUD_MASK); in hugetlb_free_pmd_range()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dhugetlbpage.c465 pmd_free_tlb(tlb, pmd, start); in hugetlb_free_pmd_range()
/kernel/linux/linux-5.10/mm/
H A Dmemory.c256 pmd_free_tlb(tlb, pmd, start); in free_pmd_range()
/kernel/linux/linux-6.6/mm/
H A Dmemory.c229 pmd_free_tlb(tlb, pmd, start); in free_pmd_range()

Completed in 30 milliseconds