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

/linux-master/arch/s390/mm/
H A Dpgtable.c251 if (mm_has_pgste(mm)) {
262 if (mm_has_pgste(mm)) {
350 if (mm_has_pgste(mm)) {
365 if (mm_has_pgste(mm)) {
384 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m)
394 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m)
398 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m)
402 if (mm_has_pgste(mm) && mm->context.allow_gmap_hpage_1m)
438 if (mm_has_pgste(mm))
611 /* the mm_has_pgste() chec
[all...]
H A Dpgalloc.c224 WARN_ON_ONCE(mm_has_pgste(mm));
H A Dgmap.c2595 if (mm_has_pgste(mm))
/linux-master/arch/s390/include/asm/
H A Dpgtable.h511 static inline int mm_has_pgste(struct mm_struct *mm) function
572 #define mm_forbids_zeropage mm_has_pgste
1268 if (MACHINE_HAS_RDP && !mm_has_pgste(vma->vm_mm) && pte_allow_rdp(*ptep, entry))
1330 if (mm_has_pgste(mm)) {
/linux-master/mm/
H A Dkhugepaged.c360 if (mm_has_pgste(vma->vm_mm))

Completed in 128 milliseconds