Home
last modified time | relevance | path

Searched refs:pgtable_pte_page_ctor (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/Documentation/vm/
Dsplit_page_table_lock.rst58 required is done by pgtable_pte_page_ctor() and pgtable_pte_page_dtor(), which
77 NOTE: pgtable_pte_page_ctor() and pgtable_pmd_page_ctor() can fail -- it must
97 The spinlock_t allocated in pgtable_pte_page_ctor() for PTE table and in
/Linux-v5.4/include/asm-generic/
Dpgalloc.h66 if (!pgtable_pte_page_ctor(pte)) { in __pte_alloc_one()
/Linux-v5.4/arch/xtensa/include/asm/
Dpgalloc.h58 if (!pgtable_pte_page_ctor(page)) { in pte_alloc_one()
/Linux-v5.4/arch/openrisc/include/asm/
Dpgalloc.h78 if (!pgtable_pte_page_ctor(pte)) { in pte_alloc_one()
/Linux-v5.4/arch/powerpc/mm/
Dpgtable-frag.c64 if (!pgtable_pte_page_ctor(page)) { in __alloc_for_ptecache()
/Linux-v5.4/arch/arc/include/asm/
Dpgalloc.h111 if (!pgtable_pte_page_ctor(page)) { in pte_alloc_one()
/Linux-v5.4/arch/m68k/include/asm/
Dmcf_pgalloc.h57 if (!pgtable_pte_page_ctor(page)) { in pte_alloc_one()
Dmotorola_pgalloc.h39 if (!pgtable_pte_page_ctor(page)) { in pte_alloc_one()
/Linux-v5.4/arch/s390/mm/
Dpgalloc.c213 if (!pgtable_pte_page_ctor(page)) { in page_table_alloc()
/Linux-v5.4/arch/arm64/mm/
Dmmu.c387 BUG_ON(!pgtable_pte_page_ctor(phys_to_page(pa))); in pgd_pgtable_alloc()
/Linux-v5.4/arch/sparc/mm/
Dsrmmu.c381 if (!pgtable_pte_page_ctor(page)) { in pte_alloc_one()
Dinit_64.c2906 if (!pgtable_pte_page_ctor(page)) { in pte_alloc_one()
/Linux-v5.4/arch/arm/mm/
Dmmu.c734 if (!ptr || !pgtable_pte_page_ctor(virt_to_page(ptr))) in late_alloc()
/Linux-v5.4/include/linux/
Dmm.h1947 static inline bool pgtable_pte_page_ctor(struct page *page) in pgtable_pte_page_ctor() function