Home
last modified time | relevance | path

Searched refs:pagetable_pmd_ctor (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/Documentation/translations/zh_CN/mm/
H A Dsplit_page_table_lock.rst67 启用PMD分页锁需要在PMD表分配时调用pagetable_pmd_ctor(),在释放时调
76 注意:pagetable_pte_ctor()和pagetable_pmd_ctor()可能失败--必
94 分配在pagetable_pmd_ctor()中。
/openbmc/linux/Documentation/mm/
H A Dsplit_page_table_lock.rst71 PMD split lock enabling requires pagetable_pmd_ctor() call on PMD table
80 NOTE: pagetable_pte_ctor() and pagetable_pmd_ctor() can fail -- it must
101 pagetable_pmd_ctor() for PMD table.
/openbmc/linux/arch/loongarch/include/asm/
H A Dpgalloc.h64 if (!pagetable_pmd_ctor(ptdesc)) { in pmd_alloc_one()
/openbmc/linux/arch/mips/include/asm/
H A Dpgalloc.h74 if (!pagetable_pmd_ctor(ptdesc)) { in pmd_alloc_one()
/openbmc/linux/include/asm-generic/
H A Dpgalloc.h137 if (!pagetable_pmd_ctor(ptdesc)) { in pmd_alloc_one()
/openbmc/linux/arch/s390/include/asm/
H A Dpgalloc.h89 if (!pagetable_pmd_ctor(virt_to_ptdesc(table))) { in pmd_alloc_one()
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c397 if (!pagetable_pmd_ctor(ptdesc)) { in __alloc_for_pmdcache()
/openbmc/linux/arch/x86/mm/
H A Dpgtable.c244 if (ptdesc && !pagetable_pmd_ctor(ptdesc)) { in preallocate_pmds()
/openbmc/linux/arch/arm64/mm/
H A Dmmu.c442 BUG_ON(!pagetable_pmd_ctor(ptdesc)); in pgd_pgtable_alloc()
/openbmc/linux/arch/riscv/mm/
H A Dinit.c458 BUG_ON(!ptdesc || !pagetable_pmd_ctor(ptdesc)); in alloc_pmd_late()
/openbmc/linux/include/linux/
H A Dmm.h3027 static inline bool pagetable_pmd_ctor(struct ptdesc *ptdesc) in pagetable_pmd_ctor() function