Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/mm/
H A 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()
H A Dgmap.c2561 if (!mm_alloc_pgste(mm)) in s390_enable_sie()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h528 static inline int mm_alloc_pgste(struct mm_struct *mm) in mm_alloc_pgste() function