Home
last modified time | relevance | path

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

/Linux-v5.10/arch/s390/include/asm/
Dpgalloc.h22 unsigned long *crst_table_alloc(struct mm_struct *);
55 unsigned long *table = crst_table_alloc(mm); in p4d_alloc_one()
70 unsigned long *table = crst_table_alloc(mm); in pud_alloc_one()
84 unsigned long *table = crst_table_alloc(mm); in pmd_alloc_one()
121 return (pgd_t *) crst_table_alloc(mm); in pgd_alloc()
/Linux-v5.10/arch/s390/mm/
Dpgalloc.c54 unsigned long *crst_table_alloc(struct mm_struct *mm) in crst_table_alloc() function
102 p4d = crst_table_alloc(mm); in crst_table_upgrade()
108 pgd = crst_table_alloc(mm); in crst_table_upgrade()