Home
last modified time | relevance | path

Searched refs:mm_alloc_pgste (Results 1 – 3 of 3) sorted by relevance

/arch/s390/mm/
Dpgalloc.c252 if (!mm_alloc_pgste(mm)) { in page_table_alloc()
294 if (mm_alloc_pgste(mm)) { in page_table_alloc()
340 if (!mm_alloc_pgste(mm)) { in page_table_free()
389 if (mm_alloc_pgste(mm)) { in page_table_free_rcu()
Dgmap.c2561 if (!mm_alloc_pgste(mm)) in s390_enable_sie()
/arch/s390/include/asm/
Dpgtable.h528 static inline int mm_alloc_pgste(struct mm_struct *mm) in mm_alloc_pgste() function