Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/iommu/
Diommufd.c464 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
469 test_err_hwpt_alloc_nested(EOPNOTSUPP, self->device_id, in TEST_F()
474 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
479 test_err_hwpt_alloc_nested(EFAULT, self->device_id, in TEST_F()
484 test_err_hwpt_alloc_nested( in TEST_F()
488 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
518 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
703 test_err_hwpt_alloc_nested(ENOENT, self->device_id, in TEST_F()
708 test_err_hwpt_alloc_nested(ENOENT, self->device_id, in TEST_F()
Diommufd_utils.h218 #define test_err_hwpt_alloc_nested(_errno, device_id, pt_id, flags, hwpt_id, \ macro