hmm_dma_map
struct hmm_dma_map *map;
int hmm_dma_map_alloc(struct device *dev, struct hmm_dma_map *map,
void hmm_dma_map_free(struct device *dev, struct hmm_dma_map *map);
dma_addr_t hmm_dma_map_pfn(struct device *dev, struct hmm_dma_map *map,
bool hmm_dma_unmap_pfn(struct device *dev, struct hmm_dma_map *map, size_t idx);
struct hmm_dma_map map;
int hmm_dma_map_alloc(struct device *dev, struct hmm_dma_map *map,
void hmm_dma_map_free(struct device *dev, struct hmm_dma_map *map)
dma_addr_t hmm_dma_map_pfn(struct device *dev, struct hmm_dma_map *map,
bool hmm_dma_unmap_pfn(struct device *dev, struct hmm_dma_map *map, size_t idx)