Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dpgtable.h593 #define mm_forbids_zeropage mm_forbids_zeropage macro
594 static inline int mm_forbids_zeropage(struct mm_struct *mm) in mm_forbids_zeropage() function
/linux-6.12.1/include/linux/
Dmm.h130 #ifndef mm_forbids_zeropage
131 #define mm_forbids_zeropage(X) (0) macro
/linux-6.12.1/mm/
Duserfaultfd.c356 if (mm_forbids_zeropage(dst_vma->vm_mm)) in mfill_atomic_pte_zeropage()
Dmigrate.c216 mm_forbids_zeropage(pvmw->vma->vm_mm)) in try_to_map_unused_to_zeropage()
Dmemory.c2004 if (mm_forbids_zeropage(vma->vm_mm)) in vm_mixed_zeropage_allowed()
4757 !mm_forbids_zeropage(vma->vm_mm)) { in do_anonymous_page()
Dhuge_memory.c1288 !mm_forbids_zeropage(vma->vm_mm) && in do_huge_pmd_anonymous_page()