Searched refs:pagetable_pmd_ctor (Results 1 – 13 of 13) sorted by relevance
67 启用PMD分页锁需要在PMD表分配时调用pagetable_pmd_ctor(),在释放时调76 注意:pagetable_pte_ctor()和pagetable_pmd_ctor()可能失败--必94 分配在pagetable_pmd_ctor()中。
75 PMD split lock enabling requires pagetable_pmd_ctor() call on PMD table84 NOTE: pagetable_pte_ctor() and pagetable_pmd_ctor() can fail -- it must105 pagetable_pmd_ctor() for PMD table.
42 if (!pagetable_pmd_ctor(ptdesc)) { in pmd_alloc_one()
65 if (!pagetable_pmd_ctor(ptdesc)) { in pmd_alloc_one()
72 if (!pagetable_pmd_ctor(ptdesc)) { in pmd_alloc_one()
100 if (!pagetable_pmd_ctor(virt_to_ptdesc(table))) { in pmd_alloc_one()
140 if (!pagetable_pmd_ctor(ptdesc)) { in pmd_alloc_one_noprof()
170 pagetable_pmd_ctor(virt_to_ptdesc(page)); in get_pointer_table()
425 if (!pagetable_pmd_ctor(ptdesc)) { in __alloc_for_pmdcache()
208 if (ptdesc && !pagetable_pmd_ctor(ptdesc)) { in preallocate_pmds()
499 BUG_ON(!pagetable_pmd_ctor(ptdesc)); in pgd_pgtable_alloc()
525 BUG_ON(!ptdesc || !pagetable_pmd_ctor(ptdesc)); in alloc_pmd_late()
3226 static inline bool pagetable_pmd_ctor(struct ptdesc *ptdesc) in pagetable_pmd_ctor() function