Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/mm/
Dpgtable.c251 if (mm_has_pgste(mm)) { in ptep_xchg_start()
262 if (mm_has_pgste(mm)) { in ptep_xchg_commit()
350 if (mm_has_pgste(mm)) { in ptep_modify_prot_start()
365 if (mm_has_pgste(mm)) { in ptep_modify_prot_commit()
384 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_local()
394 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_global()
398 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_global()
402 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m) in pmdp_idte_global()
438 if (mm_has_pgste(mm)) in pmdp_flush_lazy()
Dpgalloc.c226 WARN_ON_ONCE(mm_has_pgste(mm)); in pte_free_defer()
Dgmap.c2560 if (mm_has_pgste(mm)) in s390_enable_sie()
/linux-6.12.1/arch/s390/include/asm/
Dpgtable.h531 static inline int mm_has_pgste(struct mm_struct *mm) in mm_has_pgste() function
1320 if (MACHINE_HAS_RDP && !mm_has_pgste(vma->vm_mm) && pte_allow_rdp(*ptep, entry)) in ptep_set_access_flags()
1382 if (mm_has_pgste(mm)) { in set_ptes()
/linux-6.12.1/mm/
Dkhugepaged.c360 if (mm_has_pgste(vma->vm_mm)) in hugepage_madvise()