Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/mm/
Dpgtable.c918 if (!mm_alloc_pgste(mm)) { in page_table_alloc()
949 if (mm_alloc_pgste(mm)) { in page_table_alloc()
971 if (!mm_alloc_pgste(mm)) { in page_table_free()
999 if (mm_alloc_pgste(mm)) { in page_table_free_rcu()
1138 if (!mm_alloc_pgste(mm)) in s390_enable_sie()
/linux-4.4.14/arch/s390/include/asm/
Dpgtable.h407 static inline int mm_alloc_pgste(struct mm_struct *mm) in mm_alloc_pgste() function