Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Drmap.c2346 FOLL_GET | FOLL_WRITE | FOLL_SPLIT_PMD, in make_device_exclusive_range()
Dgup.c749 if (flags & FOLL_SPLIT_PMD) { in follow_pmd_mask()
/linux-6.1.9/kernel/events/
Duprobes.c476 gup_flags |= FOLL_SPLIT_PMD; in uprobe_write_opcode()
/linux-6.1.9/include/linux/
Dmm.h2979 #define FOLL_SPLIT_PMD 0x20000 /* split huge pmd before returning */ macro