Home
last modified time | relevance | path

Searched refs:pmd_free_tlb (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/include/asm-generic/
Dtlb.h285 #ifndef pmd_free_tlb
286 #define pmd_free_tlb(tlb, pmdp, address) \ macro
/Linux-v4.19/arch/s390/include/asm/
Dtlb.h136 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() function
/Linux-v4.19/arch/um/include/asm/
Dtlb.h159 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
/Linux-v4.19/arch/sh/include/asm/
Dtlb.h137 #define pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, pmdp) macro
/Linux-v4.19/arch/ia64/include/asm/
Dtlb.h297 #define pmd_free_tlb(tlb, ptep, address) \ macro
/Linux-v4.19/arch/arm/include/asm/
Dtlb.h284 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
/Linux-v4.19/Documentation/vm/
Dsplit_page_table_lock.rst72 pmd_free_tlb(), but make sure you cover all PMD table allocation / freeing
/Linux-v4.19/arch/sparc/mm/
Dhugetlbpage.c448 pmd_free_tlb(tlb, pmd, start); in hugetlb_free_pmd_range()
/Linux-v4.19/arch/powerpc/mm/
Dhugetlbpage.c384 pmd_free_tlb(tlb, pmd, start); in hugetlb_free_pmd_range()
/Linux-v4.19/mm/
Dmemory.c479 pmd_free_tlb(tlb, pmd, start); in free_pmd_range()