Searched refs:pagetable_pte_ctor (Results 1 – 13 of 13) 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
61 required is done by pagetable_pte_ctor() and pagetable_pte_dtor(), which80 NOTE: pagetable_pte_ctor() and pagetable_pmd_ctor() can fail -- it must100 The spinlock_t allocated in pagetable_pte_ctor() for PTE table and in
51 if (!pagetable_pte_ctor(ptdesc)) { in pte_alloc_one()
64 if (!pagetable_pte_ctor(ptdesc)) { in __alloc_for_ptecache()
71 if (!pagetable_pte_ctor(ptdesc)) { in __pte_alloc_one()
164 pagetable_pte_ctor(virt_to_ptdesc(page)); in get_pointer_table()
287 if (!pagetable_pte_ctor(ptdesc)) { in page_table_alloc()
440 BUG_ON(!pagetable_pte_ctor(ptdesc)); in pgd_pgtable_alloc()
743 if (!ptdesc || !pagetable_pte_ctor(ptdesc)) in late_alloc()
359 !pagetable_pte_ctor(page_ptdesc(page))) { in pte_alloc_one()
2914 if (!pagetable_pte_ctor(ptdesc)) { in pte_alloc_one()
389 BUG_ON(!ptdesc || !pagetable_pte_ctor(ptdesc)); in alloc_pte_late()
2912 static inline bool pagetable_pte_ctor(struct ptdesc *ptdesc) in pagetable_pte_ctor() function