Searched refs:pagetable_pte_ctor (Results 1 – 7 of 7) sorted by relevance
59 没有必要特别启用PTE分页表锁:所有需要的东西都由pagetable_pte_ctor()76 注意:pagetable_pte_ctor()和pagetable_pmd_ctor()可能失败--必93 PTE表的spinlock_t分配在pagetable_pte_ctor()中,PMD表的spinlock_t
22 if (!pagetable_pte_ctor(mm, ptdesc)) { in pte_alloc_one_kernel()55 if (!pagetable_pte_ctor(mm, ptdesc)) { in pte_alloc_one()
111 if (!pagetable_pte_ctor(mm, ptdesc)) { in page_table_alloc_noprof()
353 !pagetable_pte_ctor(mm, page_ptdesc(page))) { in pte_alloc_one()
432 BUG_ON(!ptdesc || !pagetable_pte_ctor(NULL, ptdesc)); in alloc_pte_late()
558 BUG_ON(!pagetable_pte_ctor(mm, ptdesc)); in __pgd_pgtable_alloc()
3930 static inline bool pagetable_pte_ctor(struct mm_struct *mm, in pagetable_pte_ctor() function