Home
last modified time | relevance | path

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

/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()中。
/linux/arch/parisc/include/asm/
H A Dpgalloc.h42 if (!pagetable_pmd_ctor(mm, ptdesc)) { in pmd_alloc_one()
/linux/include/asm-generic/
H A Dpgalloc.h146 if (!pagetable_pmd_ctor(mm, ptdesc)) { in pmd_alloc_one_noprof()
/linux/arch/riscv/mm/
H A Dinit.c487 BUG_ON(!ptdesc || !pagetable_pmd_ctor(NULL, ptdesc)); in alloc_pmd_late()
/linux/include/linux/
H A Dmm.h3878 static inline bool pagetable_pmd_ctor(struct mm_struct *mm, in pagetable_pmd_ctor() function