Searched refs:FOLL_SPLIT (Results 1 – 5 of 5) sorted by relevance
56 follow_page, the FOLL_SPLIT bit can be specified as parameter to58 them. Migration for example passes FOLL_SPLIT as parameter to61 hugepages thanks to FOLL_SPLIT). migration simply can't deal with
142 if (flags & FOLL_SPLIT && PageTransCompound(page)) { in follow_page_pte()289 if (flags & FOLL_SPLIT) { in follow_pmd_mask()
312 FOLL_FORCE | FOLL_SPLIT, &old_page, &vma, NULL); in uprobe_write_opcode()
2562 #define FOLL_SPLIT 0x80 /* don't return transhuge pages, split them */ macro
2487 follow_page(vma, addr, FOLL_SPLIT); in thp_split_mm()