Home
last modified time | relevance | path

Searched refs:iommu_hwpt_alloc (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/iommu/iommufd/
H A Dmain.c395 struct iommu_hwpt_alloc hwpt;
439 IOCTL_OP(IOMMU_HWPT_ALLOC, iommufd_hwpt_alloc, struct iommu_hwpt_alloc,
H A Dhw_pagetable.c336 struct iommu_hwpt_alloc *cmd = ucmd->cmd; in iommufd_hwpt_alloc()
/linux/include/uapi/linux/
H A Diommufd.h471 * struct iommu_hwpt_alloc - ioctl(IOMMU_HWPT_ALLOC)
472 * @size: sizeof(struct iommu_hwpt_alloc)
506 struct iommu_hwpt_alloc { struct
507 sizeiommu_hwpt_alloc global() argument
508 flagsiommu_hwpt_alloc global() argument
509 dev_idiommu_hwpt_alloc global() argument
510 pt_idiommu_hwpt_alloc global() argument
511 out_hwpt_idiommu_hwpt_alloc global() argument
512 __reservediommu_hwpt_alloc global() argument
513 data_typeiommu_hwpt_alloc global() argument
514 data_leniommu_hwpt_alloc global() argument
515 data_uptriommu_hwpt_alloc global() argument
516 fault_idiommu_hwpt_alloc global() argument
517 __reserved2iommu_hwpt_alloc global() argument
/linux/tools/testing/selftests/iommu/
H A Diommufd_utils.h194 struct iommu_hwpt_alloc cmd = { in _test_cmd_hwpt_alloc()
H A Diommufd.c126 TEST_LENGTH(iommu_hwpt_alloc, IOMMU_HWPT_ALLOC, __reserved); in TEST_F()