Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dtlb.h33 #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
/openbmc/linux/include/asm-generic/
H A Dpgtable-nopmd.h66 #define pmd_free_tlb(tlb, x, a) do { } while (0) macro
H A Dtlb.h680 #ifndef pmd_free_tlb
681 #define pmd_free_tlb(tlb, pmdp, address) \ macro
/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dsplit_page_table_lock.rst70 分配通常发生在pmd_alloc_one()中,释放发生在pmd_free()和pmd_free_tlb()
/openbmc/linux/Documentation/mm/
H A Dsplit_page_table_lock.rst75 pmd_free_tlb(), but make sure you cover all PMD table allocation / freeing
/openbmc/linux/arch/powerpc/mm/
H A Dhugetlbpage.c408 pmd_free_tlb(tlb, pmd, start & PUD_MASK); in hugetlb_free_pmd_range()
/openbmc/linux/arch/sparc/mm/
H A Dhugetlbpage.c465 pmd_free_tlb(tlb, pmd, start); in hugetlb_free_pmd_range()
/openbmc/linux/mm/
H A Dmemory.c227 pmd_free_tlb(tlb, pmd, start); in free_pmd_range()