Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/iommu/
Diommufd.c451 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
456 test_err_hwpt_alloc_nested(EOPNOTSUPP, self->device_id, in TEST_F()
461 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
466 test_err_hwpt_alloc_nested(EFAULT, self->device_id, in TEST_F()
471 test_err_hwpt_alloc_nested( in TEST_F()
475 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
505 test_err_hwpt_alloc_nested(EINVAL, self->device_id, in TEST_F()
690 test_err_hwpt_alloc_nested(ENOENT, self->device_id, in TEST_F()
695 test_err_hwpt_alloc_nested(ENOENT, self->device_id, in TEST_F()
Diommufd_utils.h217 #define test_err_hwpt_alloc_nested(_errno, device_id, pt_id, flags, hwpt_id, \ macro