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

/linux-master/arch/s390/include/asm/
H A Dpgalloc.h22 unsigned long *crst_table_alloc(struct mm_struct *);
54 unsigned long *table = crst_table_alloc(mm);
69 unsigned long *table = crst_table_alloc(mm);
83 unsigned long *table = crst_table_alloc(mm);
120 return (pgd_t *) crst_table_alloc(mm);
/linux-master/arch/s390/mm/
H A Dpgalloc.c44 unsigned long *crst_table_alloc(struct mm_struct *mm) function
85 p4d = crst_table_alloc(mm);
91 pgd = crst_table_alloc(mm);

Completed in 186 milliseconds