Home
last modified time | relevance | path

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

/linux-5.19.10/arch/s390/mm/
Dpgalloc.c256 if (!mm_alloc_pgste(mm)) { in page_table_alloc()
298 if (mm_alloc_pgste(mm)) { in page_table_alloc()
333 if (!mm_alloc_pgste(mm)) { in page_table_free()
374 if (mm_alloc_pgste(mm)) { in page_table_free_rcu()
Dgmap.c2570 if (!mm_alloc_pgste(mm)) in s390_enable_sie()
/linux-5.19.10/arch/s390/include/asm/
Dpgtable.h534 static inline int mm_alloc_pgste(struct mm_struct *mm) in mm_alloc_pgste() function