Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/mm/
H A Dpgtable.c260 if (mm_has_pgste(mm)) { in ptep_xchg_start()
271 if (mm_has_pgste(mm)) { in ptep_xchg_commit()
359 if (mm_has_pgste(mm)) { in ptep_modify_prot_start()
374 if (mm_has_pgste(mm)) { in ptep_modify_prot_commit()
393 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_local()
403 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_global()
407 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_global()
411 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_global()
447 if (mm_has_pgste(mm)) in pmdp_flush_lazy()
H A Dpgalloc.c463 WARN_ON_ONCE(mm_has_pgste(mm)); in pte_free_defer()
H A Dgmap.c2558 if (mm_has_pgste(mm)) in s390_enable_sie()
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h510 static inline int mm_has_pgste(struct mm_struct *mm) in mm_has_pgste() function
1276 if (MACHINE_HAS_RDP && !mm_has_pgste(vma->vm_mm) && pte_allow_rdp(*ptep, entry)) in ptep_set_access_flags()
1336 if (mm_has_pgste(mm)) { in set_ptes()
/openbmc/linux/mm/
H A Dkhugepaged.c359 if (mm_has_pgste(vma->vm_mm)) in hugepage_madvise()