Searched refs:iova_p (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/tools/testing/selftests/iommu/ |
| H A D | iommufd_utils.h | 590 #define test_ioctl_ioas_map(buffer, length, iova_p) \ argument 592 length, iova_p, \ 596 #define test_err_ioctl_ioas_map(_errno, buffer, length, iova_p) \ argument 599 length, iova_p, \ 603 #define test_ioctl_ioas_map_id(ioas_id, buffer, length, iova_p) \ argument 605 iova_p, \ 696 self->fd, self->ioas_id, mfd, start, length, iova_p, \ 699 #define test_err_ioctl_ioas_map_file(_errno, mfd, start, length, iova_p) \ argument 703 self->fd, self->ioas_id, mfd, start, length, iova_p, \ 706 #define test_ioctl_ioas_map_id_file(ioas_id, mfd, start, length, iova_p) \ argument [all …]
|