Searched refs:io_pgtable_ops (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | io-pgtable.h | 152 struct io_pgtable_ops { struct 153 int (*map)(struct io_pgtable_ops *ops, unsigned long iova, argument 155 int (*map_pages)(struct io_pgtable_ops *ops, unsigned long iova, argument 158 int (*map_sg)(struct io_pgtable_ops *ops, unsigned long iova, argument 161 size_t (*unmap)(struct io_pgtable_ops *ops, unsigned long iova, argument 163 size_t (*unmap_pages)(struct io_pgtable_ops *ops, unsigned long iova, argument 166 phys_addr_t (*iova_to_phys)(struct io_pgtable_ops *ops, argument 180 struct io_pgtable_ops *alloc_io_pgtable_ops(enum io_pgtable_fmt fmt, 191 void free_io_pgtable_ops(struct io_pgtable_ops *ops); 211 struct io_pgtable_ops ops;
|