Searched refs:pagetable_pmd_ctor (Results 1 – 11 of 11) sorted by relevance
67 启用PMD分页锁需要在PMD表分配时调用pagetable_pmd_ctor(),在释放时调76 注意:pagetable_pte_ctor()和pagetable_pmd_ctor()可能失败--必94 分配在pagetable_pmd_ctor()中。
71 PMD split lock enabling requires pagetable_pmd_ctor() call on PMD table80 NOTE: pagetable_pte_ctor() and pagetable_pmd_ctor() can fail -- it must101 pagetable_pmd_ctor() for PMD table.
64 if (!pagetable_pmd_ctor(ptdesc)) { in pmd_alloc_one()
74 if (!pagetable_pmd_ctor(ptdesc)) { in pmd_alloc_one()
137 if (!pagetable_pmd_ctor(ptdesc)) { in pmd_alloc_one()
89 if (!pagetable_pmd_ctor(virt_to_ptdesc(table))) { in pmd_alloc_one()
397 if (!pagetable_pmd_ctor(ptdesc)) { in __alloc_for_pmdcache()
244 if (ptdesc && !pagetable_pmd_ctor(ptdesc)) { in preallocate_pmds()
442 BUG_ON(!pagetable_pmd_ctor(ptdesc)); in pgd_pgtable_alloc()
458 BUG_ON(!ptdesc || !pagetable_pmd_ctor(ptdesc)); in alloc_pmd_late()
3027 static inline bool pagetable_pmd_ctor(struct ptdesc *ptdesc) in pagetable_pmd_ctor() function