Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dtlb.h34 #define pmd_free_tlb pmd_free_tlb macro
100 static inline void pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in pmd_free_tlb() function
/linux-6.12.1/include/asm-generic/
Dpgtable-nopmd.h66 #define pmd_free_tlb(tlb, x, a) do { } while (0) macro
Dtlb.h710 #ifndef pmd_free_tlb
711 #define pmd_free_tlb(tlb, pmdp, address) \ macro
/linux-6.12.1/Documentation/translations/zh_CN/mm/
Dsplit_page_table_lock.rst70 分配通常发生在pmd_alloc_one()中,释放发生在pmd_free()和pmd_free_tlb()
/linux-6.12.1/Documentation/mm/
Dsplit_page_table_lock.rst75 pmd_free_tlb(), but make sure you cover all PMD table allocation / freeing
/linux-6.12.1/arch/sparc/mm/
Dhugetlbpage.c450 pmd_free_tlb(tlb, pmd, start); in hugetlb_free_pmd_range()
/linux-6.12.1/mm/
Dmemory.c228 pmd_free_tlb(tlb, pmd, start); in free_pmd_range()