Home
last modified time | relevance | path

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

/tools/testing/selftests/iommu/
Diommufd.c305 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
310 test_err_hwpt_alloc_nested(EOPNOTSUPP, self->device_id, in TEST_F()
315 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
320 test_err_hwpt_alloc_nested(EFAULT, self->device_id, in TEST_F()
325 test_err_hwpt_alloc_nested( in TEST_F()
329 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
359 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
544 test_err_hwpt_alloc_nested(ENOENT, self->device_id, in TEST_F()
549 test_err_hwpt_alloc_nested(ENOENT, self->device_id, in TEST_F()
Diommufd_utils.h195 #define test_err_hwpt_alloc_nested(_errno, device_id, pt_id, flags, hwpt_id, \ macro