Home
last modified time | relevance | path

Searched refs:pagetable_pte_ctor (Results 1 – 13 of 13) 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/powerpc/mm/
H A Dpgtable-frag.c64 if (!pagetable_pte_ctor(ptdesc)) { in __alloc_for_ptecache()
/linux/include/asm-generic/
H A Dpgalloc.h73 if (!pagetable_pte_ctor(ptdesc)) { in __pte_alloc_one_noprof()
/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.c168 if (!pagetable_pte_ctor(ptdesc)) { in page_table_alloc()
/linux/arch/arm64/mm/
H A Dmmu.c495 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/sparc/mm/
H A Dsrmmu.c359 !pagetable_pte_ctor(page_ptdesc(page))) { in pte_alloc_one()
H A Dinit_64.c2909 if (!pagetable_pte_ctor(ptdesc)) { in pte_alloc_one()
/linux/arch/riscv/mm/
H A Dinit.c384 BUG_ON(!ptdesc || !pagetable_pte_ctor(ptdesc)); in alloc_pte_late()
/linux/include/linux/
H A Dmm.h2987 static inline bool pagetable_pte_ctor(struct ptdesc *ptdesc) in pagetable_pte_ctor() function