Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Duio.h395 #define ITER_ALLOW_P2PDMA ((__force iov_iter_extraction_t)0x01) macro
/openbmc/linux/block/
H A Dblk-map.c290 extraction_flags |= ITER_ALLOW_P2PDMA; in bio_map_user_iov()
H A Dbio.c1256 extraction_flags |= ITER_ALLOW_P2PDMA; in __bio_iov_iter_get_pages()
/openbmc/linux/lib/
H A Diov_iter.c1774 if (extraction_flags & ITER_ALLOW_P2PDMA) in iov_iter_extract_user_pages()