Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/translations/zh_CN/mm/
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-v6.6/Documentation/mm/
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-v6.6/arch/m68k/include/asm/
Dmcf_pgalloc.h51 if (!pagetable_pte_ctor(ptdesc)) { in pte_alloc_one()
/Linux-v6.6/arch/powerpc/mm/
Dpgtable-frag.c64 if (!pagetable_pte_ctor(ptdesc)) { in __alloc_for_ptecache()
/Linux-v6.6/include/asm-generic/
Dpgalloc.h71 if (!pagetable_pte_ctor(ptdesc)) { in __pte_alloc_one()
/Linux-v6.6/arch/m68k/mm/
Dmotorola.c164 pagetable_pte_ctor(virt_to_ptdesc(page)); in get_pointer_table()
/Linux-v6.6/arch/s390/mm/
Dpgalloc.c284 if (!pagetable_pte_ctor(ptdesc)) { in page_table_alloc()
/Linux-v6.6/arch/arm64/mm/
Dmmu.c440 BUG_ON(!pagetable_pte_ctor(ptdesc)); in pgd_pgtable_alloc()
/Linux-v6.6/arch/arm/mm/
Dmmu.c743 if (!ptdesc || !pagetable_pte_ctor(ptdesc)) in late_alloc()
/Linux-v6.6/arch/sparc/mm/
Dsrmmu.c359 !pagetable_pte_ctor(page_ptdesc(page))) { in pte_alloc_one()
Dinit_64.c2914 if (!pagetable_pte_ctor(ptdesc)) { in pte_alloc_one()
/Linux-v6.6/arch/riscv/mm/
Dinit.c364 BUG_ON(!ptdesc || !pagetable_pte_ctor(ptdesc)); in alloc_pte_late()
/Linux-v6.6/include/linux/
Dmm.h2906 static inline bool pagetable_pte_ctor(struct ptdesc *ptdesc) in pagetable_pte_ctor() function