Home
last modified time | relevance | path

Searched refs:pagetable_pte_ctor (Results 1 – 9 of 9) sorted by relevance

/linux/Documentation/translations/zh_CN/mm/
H A Dsplit_page_table_lock.rst59 没有必要特别启用PTE分页表锁:所有需要的东西都由pagetable_pte_ctor()
76 注意:pagetable_pte_ctor()和pagetable_pmd_ctor()可能失败--必
93 PTE表的spinlock_t分配在pagetable_pte_ctor()中,PMD表的spinlock_t
/linux/Documentation/mm/
H A Dsplit_page_table_lock.rst61 required is done by pagetable_pte_ctor() and pagetable_pte_dtor(), which
80 NOTE: pagetable_pte_ctor() and pagetable_pmd_ctor() can fail -- it must
100 The spinlock_t allocated in pagetable_pte_ctor() for PTE table and in
/linux/arch/m68k/include/asm/
H A Dmcf_pgalloc.h51 if (!pagetable_pte_ctor(ptdesc)) { in pte_alloc_one()
/linux/arch/m68k/mm/
H A Dmotorola.c164 pagetable_pte_ctor(virt_to_ptdesc(page)); in get_pointer_table()
/linux/arch/s390/mm/
H A Dpgalloc.c170 if (!pagetable_pte_ctor(ptdesc)) { in page_table_alloc()
/linux/arch/arm64/mm/
H A Dmmu.c497 BUG_ON(!pagetable_pte_ctor(ptdesc)); in pgd_pgtable_alloc()
/linux/arch/arm/mm/
H A Dmmu.c743 if (!ptdesc || !pagetable_pte_ctor(ptdesc)) in late_alloc()
/linux/arch/riscv/mm/
H A Dinit.c396 BUG_ON(!ptdesc || !pagetable_pte_ctor(ptdesc)); in alloc_pte_late()
/linux/include/linux/
H A Dmm.h2981 static inline bool pagetable_pte_ctor(struct ptdesc *ptdesc) in pagetable_pte_ctor() function