Searched refs:pmd_free_tlb (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/include/asm-generic/ |
D | tlb.h | 285 #ifndef pmd_free_tlb 286 #define pmd_free_tlb(tlb, pmdp, address) \ macro
|
/Linux-v4.19/arch/s390/include/asm/ |
D | tlb.h | 136 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/ |
D | tlb.h | 159 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
|
/Linux-v4.19/arch/sh/include/asm/ |
D | tlb.h | 137 #define pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, pmdp) macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | tlb.h | 297 #define pmd_free_tlb(tlb, ptep, address) \ macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | tlb.h | 284 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
|
/Linux-v4.19/Documentation/vm/ |
D | split_page_table_lock.rst | 72 pmd_free_tlb(), but make sure you cover all PMD table allocation / freeing
|
/Linux-v4.19/arch/sparc/mm/ |
D | hugetlbpage.c | 448 pmd_free_tlb(tlb, pmd, start); in hugetlb_free_pmd_range()
|
/Linux-v4.19/arch/powerpc/mm/ |
D | hugetlbpage.c | 384 pmd_free_tlb(tlb, pmd, start); in hugetlb_free_pmd_range()
|
/Linux-v4.19/mm/ |
D | memory.c | 479 pmd_free_tlb(tlb, pmd, start); in free_pmd_range()
|