Home
last modified time | relevance | path

Searched refs:test_err_hwpt_alloc_nested (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/iommu/
H A Diommufd.c463 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
468 test_err_hwpt_alloc_nested(EOPNOTSUPP, self->device_id, in TEST_F()
473 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
478 test_err_hwpt_alloc_nested(EFAULT, self->device_id, in TEST_F()
483 test_err_hwpt_alloc_nested( in TEST_F()
487 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
517 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
702 test_err_hwpt_alloc_nested(ENOENT, self->device_id, in TEST_F()
707 test_err_hwpt_alloc_nested(ENOENT, self->device_id, in TEST_F()
H A Diommufd_utils.h239 #define test_err_hwpt_alloc_nested(_errno, device_id, pt_id, flags, hwpt_id, \ macro