Searched refs:FOLL_PCI_P2PDMA (Results 1 - 3 of 3) sorted by relevance

/linux-master/mm/
H A Dgup.c133 if (unlikely(!(flags & FOLL_PCI_P2PDMA) && is_pci_p2pdma_page(page)))
232 if (unlikely(!(flags & FOLL_PCI_P2PDMA) && is_pci_p2pdma_page(page)))
2286 (gup_flags & FOLL_PCI_P2PDMA)))
2710 if (!(flags & FOLL_PCI_P2PDMA) && is_pci_p2pdma_page(page)) {
3202 FOLL_PCI_P2PDMA | FOLL_HONOR_NUMA_FAULT)))
/linux-master/include/linux/
H A Dmm_types.h1449 FOLL_PCI_P2PDMA = 1 << 10, enumerator in enum:__anon1185
/linux-master/lib/
H A Diov_iter.c1573 gup_flags |= FOLL_PCI_P2PDMA;

Completed in 146 milliseconds