Searched refs:pmd_free_tlb (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/s390/include/asm/ |
D | tlb.h | 118 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() function
|
/linux-4.4.14/arch/um/include/asm/ |
D | tlb.h | 130 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
|
/linux-4.4.14/include/asm-generic/ |
D | tlb.h | 213 #define pmd_free_tlb(tlb, pmdp, address) \ macro
|
/linux-4.4.14/arch/sh/include/asm/ |
D | tlb.h | 113 #define pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, pmdp) macro
|
/linux-4.4.14/arch/ia64/include/asm/ |
D | tlb.h | 271 #define pmd_free_tlb(tlb, ptep, address) \ macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | tlb.h | 261 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr) macro
|
/linux-4.4.14/Documentation/vm/ |
D | split_page_table_lock | 67 pmd_free_tlb(), but make sure you cover all PMD table allocation / freeing
|
/linux-4.4.14/arch/powerpc/mm/ |
D | hugetlbpage.c | 597 pmd_free_tlb(tlb, pmd, start); in hugetlb_free_pmd_range()
|
/linux-4.4.14/mm/ |
D | memory.c | 431 pmd_free_tlb(tlb, pmd, start); in free_pmd_range()
|