Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dpgalloc.h21 unsigned long *crst_table_alloc(struct mm_struct *);
67 unsigned long *table = crst_table_alloc(mm); in p4d_alloc_one()
82 unsigned long *table = crst_table_alloc(mm); in pud_alloc_one()
96 unsigned long *table = crst_table_alloc(mm); in pmd_alloc_one()
133 unsigned long *table = crst_table_alloc(mm); in pgd_alloc()
/arch/s390/mm/
Dpgalloc.c55 unsigned long *crst_table_alloc(struct mm_struct *mm) in crst_table_alloc() function
91 table = crst_table_alloc(mm); in crst_table_upgrade()