Searched refs:hmm_dma_map (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | hmm-dma.h | 19 struct hmm_dma_map { struct 26 int hmm_dma_map_alloc(struct device *dev, struct hmm_dma_map *map, argument 28 void hmm_dma_map_free(struct device *dev, struct hmm_dma_map *map); 29 dma_addr_t hmm_dma_map_pfn(struct device *dev, struct hmm_dma_map *map, 32 bool hmm_dma_unmap_pfn(struct device *dev, struct hmm_dma_map *map, size_t idx);
|
| /linux/mm/ |
| H A D | hmm.c | 698 int hmm_dma_map_alloc(struct device *dev, struct hmm_dma_map *map, in hmm_dma_map_alloc() 746 void hmm_dma_map_free(struct device *dev, struct hmm_dma_map *map) in hmm_dma_map_free() 771 dma_addr_t hmm_dma_map_pfn(struct device *dev, struct hmm_dma_map *map, in hmm_dma_map_pfn() 868 bool hmm_dma_unmap_pfn(struct device *dev, struct hmm_dma_map *map, size_t idx) in hmm_dma_unmap_pfn()
|
| /linux/include/rdma/ |
| H A D | ib_umem_odp.h | 18 struct hmm_dma_map map;
|
| /linux/drivers/infiniband/core/ |
| H A D | umem_odp.c | 63 struct hmm_dma_map *map; in ib_init_umem_odp()
|