Searched refs:pagetable_pte_ctor (Results 1 – 13 of 13) sorted by relevance
| /linux/Documentation/translations/zh_CN/mm/ |
| H A D | split_page_table_lock.rst | 59 没有必要特别启用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 D | mcf_pgalloc.h | 22 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 D | pgalloc.h | 26 if (!pagetable_pte_ctor(mm, ptdesc)) { in __pte_alloc_one_kernel_noprof() 78 if (!pagetable_pte_ctor(mm, ptdesc)) { in __pte_alloc_one_noprof()
|
| /linux/Documentation/mm/ |
| H A D | split_page_table_lock.rst | 65 required is done by pagetable_pte_ctor() and pagetable_dtor(), which 84 NOTE: pagetable_pte_ctor() and pagetable_pmd_ctor() can fail -- it must 104 The spinlock_t allocated in pagetable_pte_ctor() for PTE table and in
|
| /linux/arch/powerpc/mm/ |
| H A D | pgtable-frag.c | 67 if (!pagetable_pte_ctor(mm, ptdesc)) { in __alloc_for_ptecache()
|
| /linux/arch/s390/mm/ |
| H A D | pgalloc.c | 152 if (!pagetable_pte_ctor(mm, ptdesc)) { in page_table_alloc_noprof()
|
| /linux/arch/m68k/mm/ |
| H A D | motorola.c | 171 pagetable_pte_ctor(mm, ptdesc); in get_pointer_table()
|
| /linux/arch/arm/mm/ |
| H A D | mmu.c | 738 if (!ptdesc || !pagetable_pte_ctor(NULL, ptdesc)) in late_alloc()
|
| /linux/arch/sparc/mm/ |
| H A D | srmmu.c | 353 !pagetable_pte_ctor(mm, page_ptdesc(page))) { in pte_alloc_one()
|
| H A D | init_64.c | 2887 if (!pagetable_pte_ctor(mm, ptdesc)) { in __pte_alloc_one()
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 451 BUG_ON(!ptdesc || !pagetable_pte_ctor(NULL, ptdesc)); in alloc_pte_late()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 489 BUG_ON(!pagetable_pte_ctor(mm, ptdesc)); in __pgd_pgtable_alloc()
|
| /linux/include/linux/ |
| H A D | mm.h | 3103 static inline bool pagetable_pte_ctor(struct mm_struct *mm, in pagetable_pte_ctor() function
|