Home
last modified time | relevance | path

Searched refs:FOLL_SPLIT (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/mm/
Dgup.c242 if (flags & FOLL_SPLIT && PageTransCompound(page)) { in follow_page_pte()
387 if (flags & (FOLL_SPLIT | FOLL_SPLIT_PMD)) { in follow_pmd_mask()
396 } else if (flags & FOLL_SPLIT) { in follow_pmd_mask()
/Linux-v5.4/Documentation/vm/
Dtranshuge.rst57 follow_page, the FOLL_SPLIT bit can be specified as a parameter to
/Linux-v5.4/arch/s390/mm/
Dgmap.c2493 follow_page(vma, addr, FOLL_SPLIT); in thp_split_mm()
/Linux-v5.4/include/linux/
Dmm.h2581 #define FOLL_SPLIT 0x80 /* don't return transhuge pages, split them */ macro