Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/events/
Duprobes.c478 gup_flags |= FOLL_SPLIT_PMD; in uprobe_write_opcode()
/Linux-v5.10/mm/
Dgup.c629 if (flags & (FOLL_SPLIT | FOLL_SPLIT_PMD)) { in follow_pmd_mask()
/Linux-v5.10/include/linux/
Dmm.h2799 #define FOLL_SPLIT_PMD 0x20000 /* split huge pmd before returning */ macro