Home
last modified time | relevance | path

Searched refs:FOLL_SPLIT_PMD (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/events/
H A Duprobes.c478 gup_flags |= FOLL_SPLIT_PMD; in uprobe_write_opcode()
/OK3568_Linux_fs/kernel/mm/
H A Dgup.c666 if (flags & (FOLL_SPLIT | FOLL_SPLIT_PMD)) { in follow_pmd_mask()
/OK3568_Linux_fs/kernel/include/linux/
H A Dmm.h2980 #define FOLL_SPLIT_PMD 0x20000 /* split huge pmd before returning */ macro