Searched refs:iommu_cmd (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/iommu/amd/ |
| H A D | iommu.c | 774 struct iommu_cmd *cmd = iommu_phys_to_virt(phys_addr); in dump_command() 1179 struct iommu_cmd *cmd; in dump_command_buffer() 1190 cmd = (struct iommu_cmd *)(iommu->cmd_buf + i * sizeof(*cmd)); in dump_command_buffer() 1226 struct iommu_cmd *cmd) in copy_cmd_to_buffer() 1243 static void build_completion_wait(struct iommu_cmd *cmd, in build_completion_wait() 1257 static void build_inv_dte(struct iommu_cmd *cmd, u16 devid) in build_inv_dte() 1306 static void build_inv_iommu_pages(struct iommu_cmd *cmd, u64 address, in build_inv_iommu_pages() 1326 static void build_inv_iotlb_pages(struct iommu_cmd *cmd, u16 devid, int qdep, in build_inv_iotlb_pages() 1348 static void build_complete_ppr(struct iommu_cmd *cmd, u16 devid, u32 pasid, in build_complete_ppr() 1364 static void build_inv_all(struct iommu_cmd *cmd) in build_inv_all() [all …]
|
| H A D | debugfs.c | 117 struct iommu_cmd *cmd; in iommu_cmdbuf_show() 128 cmd = (struct iommu_cmd *)(iommu->cmd_buf + i * sizeof(*cmd)); in iommu_cmdbuf_show()
|
| H A D | amd_iommu_types.h | 870 struct iommu_cmd { struct
|