Searched refs:iommu_table_group (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/ |
D | iommu.h | 171 struct iommu_table_group; 178 long (*create_table)(struct iommu_table_group *table_group, 184 long (*set_window)(struct iommu_table_group *table_group, 187 long (*unset_window)(struct iommu_table_group *table_group, 190 void (*take_ownership)(struct iommu_table_group *table_group); 192 void (*release_ownership)(struct iommu_table_group *table_group); 198 struct iommu_table_group *table_group; 201 struct iommu_table_group { struct 216 extern void iommu_register_group(struct iommu_table_group *table_group, argument 224 static inline void iommu_register_group(struct iommu_table_group *table_group, in iommu_register_group()
|
D | pci-bridge.h | 197 struct iommu_table_group *table_group; /* for phb's or bridges */
|
/Linux-v4.19/drivers/vfio/ |
D | vfio_iommu_spapr_tce.c | 268 struct iommu_table_group *table_group; in tce_iommu_enable() 612 struct iommu_table_group *table_group, in tce_iommu_create_table() 653 struct iommu_table_group *table_group; in tce_iommu_create_window() 716 struct iommu_table_group *table_group = NULL; in tce_iommu_remove_window() 757 struct iommu_table_group *table_group; in tce_iommu_create_default_window() 815 struct iommu_table_group *table_group; in tce_iommu_ioctl() 1147 struct iommu_table_group *table_group) in tce_iommu_release_ownership() 1166 struct iommu_table_group *table_group) in tce_iommu_take_ownership() 1193 struct iommu_table_group *table_group) in tce_iommu_release_ownership_ddw() 1209 struct iommu_table_group *table_group) in tce_iommu_take_ownership_ddw() [all …]
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | pci.h | 67 struct iommu_table_group table_group; 267 struct iommu_table_group *table_group); 269 struct iommu_table_group *table_group);
|
D | pci-ioda-tce.c | 345 struct iommu_table_group *table_group) in pnv_pci_unlink_table_and_group() 381 struct iommu_table_group *table_group) in pnv_pci_link_table_and_group()
|
D | pci-ioda.c | 1438 static long pnv_pci_ioda2_unset_window(struct iommu_table_group *table_group, 2392 static long pnv_pci_ioda2_set_window(struct iommu_table_group *table_group, in pnv_pci_ioda2_set_window() 2459 static long pnv_pci_ioda2_create_table(struct iommu_table_group *table_group, in pnv_pci_ioda2_create_table() 2543 static long pnv_pci_ioda2_unset_window(struct iommu_table_group *table_group, in pnv_pci_ioda2_unset_window() 2602 struct iommu_table_group *table_group, in pnv_pci_ioda2_create_table_userspace() 2610 static void pnv_ioda2_take_ownership(struct iommu_table_group *table_group) in pnv_ioda2_take_ownership() 2624 static void pnv_ioda2_release_ownership(struct iommu_table_group *table_group) in pnv_ioda2_release_ownership() 2670 struct iommu_table_group *table_group) in gpe_table_group_to_npe() 2681 static long pnv_pci_ioda2_npu_set_window(struct iommu_table_group *table_group, in pnv_pci_ioda2_npu_set_window() 2706 struct iommu_table_group *table_group, in pnv_pci_ioda2_npu_unset_window() [all …]
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | iommu.c | 56 static struct iommu_table_group *iommu_pseries_alloc_group(int node) in iommu_pseries_alloc_group() 58 struct iommu_table_group *table_group; in iommu_pseries_alloc_group() 62 table_group = kzalloc_node(sizeof(struct iommu_table_group), GFP_KERNEL, in iommu_pseries_alloc_group() 92 static void iommu_pseries_free_group(struct iommu_table_group *table_group, in iommu_pseries_free_group() 553 struct iommu_table_group *table_group, in iommu_table_setparms_lpar()
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | book3s_64_vio.c | 122 struct iommu_table_group *table_group = NULL; in kvm_spapr_tce_release_iommu_group() 148 struct iommu_table_group *table_group; in kvm_spapr_tce_attach_iommu_group()
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | iommu.c | 914 struct iommu_table_group *table_group = iommu_data; in group_release() 919 void iommu_register_group(struct iommu_table_group *table_group, in iommu_register_group()
|