Home
last modified time | relevance | path

Searched refs:mm_has_pgste (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/mm/
Dpgtable.c260 if (mm_has_pgste(mm)) { in ptep_xchg_start()
271 if (mm_has_pgste(mm)) { in ptep_xchg_commit()
334 if (mm_has_pgste(mm)) { in ptep_modify_prot_start()
349 if (mm_has_pgste(mm)) { in ptep_modify_prot_commit()
368 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_local()
378 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_global()
382 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_global()
386 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_global()
422 if (mm_has_pgste(mm)) in pmdp_flush_lazy()
Dgmap.c2555 if (mm_has_pgste(mm)) in s390_enable_sie()
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dpgtable.h516 static inline int mm_has_pgste(struct mm_struct *mm) in mm_has_pgste() function
547 #define mm_forbids_zeropage mm_has_pgste
1205 if (mm_has_pgste(mm)) in set_pte_at()
/kernel/linux/linux-5.10/mm/
Dkhugepaged.c356 if (mm_has_pgste(vma->vm_mm)) in hugepage_madvise()