Home
last modified time | relevance | path

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

/linux/include/asm-generic/
H A Dpgtable-nopmd.h66 #define pmd_free_tlb(tlb, x, a) do { } while (0) macro
H A Dtlb.h750 #ifndef pmd_free_tlb
751 #define pmd_free_tlb(tlb, pmdp, address) \ macro
/linux/Documentation/translations/zh_CN/mm/
H A Dsplit_page_table_lock.rst70 分配通常发生在pmd_alloc_one()中,释放发生在pmd_free()和pmd_free_tlb()
/linux/mm/
H A Dmemory.c228 pmd_free_tlb(tlb, pmd, start); in free_pmd_range()