Home
last modified time | relevance | path

Searched defs:pt_id (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h158 static int _test_cmd_mock_domain_replace(int fd, __u32 stdev_id, __u32 pt_id, in _test_cmd_mock_domain_replace()
179 #define test_cmd_mock_domain_replace(stdev_id, pt_id) \ argument
182 #define test_err_mock_domain_replace(_errno, stdev_id, pt_id) \ argument
186 static int _test_cmd_hwpt_alloc(int fd, __u32 device_id, __u32 pt_id, __u32 ft_id, in _test_cmd_hwpt_alloc()
210 #define test_cmd_hwpt_alloc(device_id, pt_id, flags, hwpt_id) \ argument
214 #define test_err_hwpt_alloc(_errno, device_id, pt_id, flags, hwpt_id) \ argument
219 #define test_cmd_hwpt_alloc_nested(device_id, pt_id, flags, hwpt_id, \ argument
223 #define test_err_hwpt_alloc_nested(_errno, device_id, pt_id, flags, hwpt_id, \ argument
229 #define test_cmd_hwpt_alloc_iopf(device_id, pt_id, fault_id, flags, hwpt_id, \ argument
234 #define test_err_hwpt_alloc_iopf(_errno, device_id, pt_id, fault_id, flags, \ argument
[all …]
/linux/drivers/iommu/iommufd/
H A Ddevice.c812 struct iommufd_ioas *ioas, u32 *pt_id, in iommufd_device_auto_get_domain()
890 u32 *pt_id, attach_fn do_attach) in iommufd_device_change_pt()
951 u32 *pt_id) in iommufd_device_attach()
987 u32 *pt_id) in iommufd_device_replace()
H A Dselftest.c1011 u32 pt_id = cmd->id; in iommufd_test_mock_domain() local
1089 unsigned int device_id, u32 pt_id, in iommufd_test_mock_domain_replace()
/linux/drivers/hv/
H A Dhv_common.c267 u64 status, pt_id; in hv_get_partition_id() local