Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/asm/
Dpgalloc.h18 unsigned long *crst_table_alloc(struct mm_struct *);
64 unsigned long *table = crst_table_alloc(mm); in pud_alloc_one()
73 unsigned long *table = crst_table_alloc(mm); in pmd_alloc_one()
103 unsigned long *table = crst_table_alloc(mm); in pgd_alloc()
/linux-4.1.27/arch/s390/mm/
Dpgtable.c34 unsigned long *crst_table_alloc(struct mm_struct *mm) in crst_table_alloc() function
68 table = crst_table_alloc(mm); in crst_table_upgrade()