Home
last modified time | relevance | path

Searched refs:crst_table_alloc (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/s390/include/asm/
Dpgalloc.h22 unsigned long *crst_table_alloc(struct mm_struct *);
53 unsigned long *table = crst_table_alloc(mm); in p4d_alloc_one()
63 unsigned long *table = crst_table_alloc(mm); in pud_alloc_one()
72 unsigned long *table = crst_table_alloc(mm); in pmd_alloc_one()
107 unsigned long *table = crst_table_alloc(mm); in pgd_alloc()
/Linux-v5.4/arch/s390/mm/
Dpgalloc.c54 unsigned long *crst_table_alloc(struct mm_struct *mm) in crst_table_alloc() function
88 table = crst_table_alloc(mm); in crst_table_upgrade()