Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmm.h135 #ifndef mm_forbids_zeropage
136 #define mm_forbids_zeropage(X) (0) macro
/linux/mm/
H A Dmigrate.c314 mm_forbids_zeropage(pvmw->vma->vm_mm)) in try_to_map_unused_to_zeropage()
H A Dmemory.c2443 if (mm_forbids_zeropage(vma->vm_mm)) in vm_mixed_zeropage_allowed()
5449 !mm_forbids_zeropage(vma->vm_mm)) { in do_anonymous_page()
H A Duserfaultfd.c663 if (mm_forbids_zeropage(dst_vma->vm_mm) || in mfill_atomic_pte_zeropage()
H A Dhuge_memory.c1576 !mm_forbids_zeropage(vma->vm_mm) && in do_huge_pmd_anonymous_page()