Home
last modified time | relevance | path

Searched refs:pagetable_pmd_ctor (Results 1 – 8 of 8) 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/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.
/linux/arch/loongarch/include/asm/
H A Dpgalloc.h64 if (!pagetable_pmd_ctor(ptdesc)) { in pmd_alloc_one()
/linux/arch/mips/include/asm/
H A Dpgalloc.h74 if (!pagetable_pmd_ctor(ptdesc)) { in pmd_alloc_one()
/linux/arch/s390/include/asm/
H A Dpgalloc.h88 if (!pagetable_pmd_ctor(virt_to_ptdesc(table))) { in pmd_alloc_one()
/linux/arch/arm64/mm/
H A Dmmu.c499 BUG_ON(!pagetable_pmd_ctor(ptdesc)); in pgd_pgtable_alloc()
/linux/arch/riscv/mm/
H A Dinit.c476 BUG_ON(!ptdesc || !pagetable_pmd_ctor(ptdesc)); in alloc_pmd_late()
/linux/include/linux/
H A Dmm.h3096 static inline bool pagetable_pmd_ctor(struct ptdesc *ptdesc) in pagetable_pmd_ctor() function