Home
last modified time | relevance | path

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

/linux-6.8/tools/testing/selftests/iommu/
Diommufd.c298 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
303 test_err_hwpt_alloc_nested(EOPNOTSUPP, self->device_id, in TEST_F()
308 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
313 test_err_hwpt_alloc_nested(EFAULT, self->device_id, in TEST_F()
318 test_err_hwpt_alloc_nested( in TEST_F()
322 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
343 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
518 test_err_hwpt_alloc_nested(ENOENT, self->device_id, in TEST_F()
523 test_err_hwpt_alloc_nested(ENOENT, self->device_id, in TEST_F()
Diommufd_utils.h192 #define test_err_hwpt_alloc_nested(_errno, device_id, pt_id, flags, hwpt_id, \ macro