Home
last modified time | relevance | path

Searched refs:pagetable_pte_ctor (Results 1 – 5 of 5) 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/arch/m68k/include/asm/
H A Dmcf_pgalloc.h22 if (!pagetable_pte_ctor(mm, ptdesc)) { in pte_alloc_one_kernel()
55 if (!pagetable_pte_ctor(mm, ptdesc)) { in pte_alloc_one()
/linux/include/asm-generic/
H A Dpgalloc.h25 if (!pagetable_pte_ctor(mm, ptdesc)) { in __pte_alloc_one_kernel_noprof()
79 if (!pagetable_pte_ctor(mm, ptdesc)) { in __pte_alloc_one_noprof()
/linux/arch/riscv/mm/
H A Dinit.c424 BUG_ON(!ptdesc || !pagetable_pte_ctor(NULL, ptdesc)); in alloc_pte_late()
/linux/include/linux/
H A Dmm.h3787 static inline bool pagetable_pte_ctor(struct mm_struct *mm, in pagetable_pte_ctor() function