Home
last modified time | relevance | path

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

/linux-6.15/arch/s390/mm/
H A Dpgtable.c243 if (mm_has_pgste(mm)) { in ptep_xchg_start()
254 if (mm_has_pgste(mm)) { in ptep_xchg_commit()
342 if (mm_has_pgste(mm)) { in ptep_modify_prot_start()
355 if (mm_has_pgste(mm)) { in ptep_modify_prot_commit()
374 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_local()
384 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_global()
388 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_global()
392 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_global()
428 if (mm_has_pgste(mm)) in pmdp_flush_lazy()
H A Dpgalloc.c183 WARN_ON_ONCE(mm_has_pgste(mm)); in pte_free_defer()
H A Dgmap.c2261 if (mm_has_pgste(mm)) in s390_enable_sie()
/linux-6.15/arch/s390/include/asm/
H A Dtlb.h87 if (mm_has_pgste(tlb->mm)) in pte_free_tlb()
H A Dpgtable.h569 static inline int mm_has_pgste(struct mm_struct *mm) in mm_has_pgste() function
1359 if (cpu_has_rdp() && !mm_has_pgste(vma->vm_mm) && pte_allow_rdp(*ptep, entry)) in ptep_set_access_flags()
1418 if (mm_has_pgste(mm)) { in set_ptes()
/linux-6.15/mm/
H A Dkhugepaged.c360 if (mm_has_pgste(vma->vm_mm)) in hugepage_madvise()