Searched refs:pmd_free_tlb (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | tlb.h | 33 #define pmd_free_tlb pmd_free_tlb macro 87 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() function
|
/linux-6.3-rc2/include/asm-generic/ |
A D | pgtable-nopmd.h | 66 #define pmd_free_tlb(tlb, x, a) do { } while (0) macro
|
A D | tlb.h | 670 #ifndef pmd_free_tlb 671 #define pmd_free_tlb(tlb, pmdp, address) \ macro
|
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/ |
A D | split_page_table_lock.rst | 70 分配通常发生在pmd_alloc_one()中,释放发生在pmd_free()和pmd_free_tlb()
|
/linux-6.3-rc2/Documentation/mm/ |
A D | split_page_table_lock.rst | 70 pmd_free_tlb(), but make sure you cover all PMD table allocation / freeing
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | hugetlbpage.c | 459 pmd_free_tlb(tlb, pmd, start); in hugetlb_free_pmd_range()
|
/linux-6.3-rc2/arch/powerpc/mm/ |
A D | hugetlbpage.c | 408 pmd_free_tlb(tlb, pmd, start & PUD_MASK); in hugetlb_free_pmd_range()
|
/linux-6.3-rc2/mm/ |
A D | memory.c | 213 pmd_free_tlb(tlb, pmd, start); in free_pmd_range()
|
Completed in 17 milliseconds