Home
last modified time | relevance | path

Searched refs:pagetable_pgd_ctor (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/m68k/include/asm/
H A Dmcf_pgalloc.h87 pagetable_pgd_ctor(ptdesc); in pgd_alloc()
/linux-6.15/arch/s390/include/asm/
H A Dpgalloc.h136 pagetable_pgd_ctor(virt_to_ptdesc(table)); in pgd_alloc()
/linux-6.15/include/asm-generic/
H A Dpgalloc.h274 pagetable_pgd_ctor(ptdesc); in __pgd_alloc_noprof()
/linux-6.15/arch/m68k/mm/
H A Dmotorola.c173 pagetable_pgd_ctor(virt_to_ptdesc(page)); in get_pointer_table()
/linux-6.15/arch/s390/mm/
H A Dpgalloc.c73 pagetable_pgd_ctor(virt_to_ptdesc(pgd)); in crst_table_upgrade()
/linux-6.15/include/linux/
H A Dmm.h3264 static inline void pagetable_pgd_ctor(struct ptdesc *ptdesc) in pagetable_pgd_ctor() function