Lines Matching defs:iova

290 				      __u64 iova, size_t page_size,
297 .iova = iova,
310 #define test_cmd_get_dirty_bitmap(fd, hwpt_id, length, iova, page_size, \
312 ASSERT_EQ(0, _test_cmd_get_dirty_bitmap(fd, hwpt_id, length, iova, \
316 __u64 iova, size_t page_size,
324 .iova = iova,
340 #define test_cmd_mock_domain_set_dirty(fd, hwpt_id, length, iova, page_size, \
343 _test_cmd_mock_domain_set_dirty(fd, hwpt_id, length, iova, \
347 __u64 iova, size_t page_size,
362 test_cmd_mock_domain_set_dirty(fd, hwpt_id, length, iova, page_size,
368 test_cmd_get_dirty_bitmap(fd, hwpt_id, length, iova, page_size, bitmap,
380 test_cmd_get_dirty_bitmap(fd, hwpt_id, length, iova, page_size, bitmap,
396 #define test_mock_dirty_bitmaps(hwpt_id, length, iova, page_size, pte_size,\
398 ASSERT_EQ(0, _test_mock_dirty_bitmaps(self->fd, hwpt_id, length, iova, \
478 size_t length, __u64 *iova, unsigned int flags)
490 cmd.iova = *iova;
493 *iova = cmd.iova;
515 #define test_ioctl_ioas_map_fixed(buffer, length, iova) \
517 __u64 __iova = iova; \
526 #define test_ioctl_ioas_map_fixed_id(ioas_id, buffer, length, iova) \
528 __u64 __iova = iova; \
537 #define test_err_ioctl_ioas_map_fixed(_errno, buffer, length, iova) \
539 __u64 __iova = iova; \
549 static int _test_ioctl_ioas_unmap(int fd, unsigned int ioas_id, uint64_t iova,
555 .iova = iova,
565 #define test_ioctl_ioas_unmap(iova, length) \
566 ASSERT_EQ(0, _test_ioctl_ioas_unmap(self->fd, self->ioas_id, iova, \
569 #define test_ioctl_ioas_unmap_id(ioas_id, iova, length) \
570 ASSERT_EQ(0, _test_ioctl_ioas_unmap(self->fd, ioas_id, iova, length, \
573 #define test_err_ioctl_ioas_unmap(_errno, iova, length) \
575 iova, length, NULL))