Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/vm/
Dtranshuge.rst56 follow_page, the FOLL_SPLIT bit can be specified as parameter to
58 them. Migration for example passes FOLL_SPLIT as parameter to
61 hugepages thanks to FOLL_SPLIT). migration simply can't deal with
/Linux-v4.19/mm/
Dgup.c142 if (flags & FOLL_SPLIT && PageTransCompound(page)) { in follow_page_pte()
289 if (flags & FOLL_SPLIT) { in follow_pmd_mask()
/Linux-v4.19/kernel/events/
Duprobes.c312 FOLL_FORCE | FOLL_SPLIT, &old_page, &vma, NULL); in uprobe_write_opcode()
/Linux-v4.19/include/linux/
Dmm.h2562 #define FOLL_SPLIT 0x80 /* don't return transhuge pages, split them */ macro
/Linux-v4.19/arch/s390/mm/
Dgmap.c2487 follow_page(vma, addr, FOLL_SPLIT); in thp_split_mm()