Home
last modified time | relevance | path

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

/arch/s390/mm/
Dpgtable.c920 if (!mm_alloc_pgste(mm)) { in page_table_alloc()
951 if (mm_alloc_pgste(mm)) { in page_table_alloc()
973 if (!mm_alloc_pgste(mm)) { in page_table_free()
1001 if (mm_alloc_pgste(mm)) { in page_table_free_rcu()
1140 if (!mm_alloc_pgste(mm)) in s390_enable_sie()
/arch/s390/include/asm/
Dpgtable.h407 static inline int mm_alloc_pgste(struct mm_struct *mm) in mm_alloc_pgste() function