Searched defs:iommu_table_ops (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 7120 struct iommu_table_ops { struct 7121 … iommu_table *, long int, long int, long unsigned int, enum dma_data_direction, long unsigned int); 7122 …nt (*xchg_no_kill)(struct iommu_table *, long int, long unsigned int *, enum dma_data_direction *); 7123 void (*tce_kill)(struct iommu_table *, long unsigned int, long unsigned int); 7124 __be64 * (*useraddrptr)(struct iommu_table *, long int, bool); 7125 void (*clear)(struct iommu_table *, long int, long int); 7126 long unsigned int (*get)(struct iommu_table *, long int); 7127 void (*flush)(struct iommu_table *); 7128 void (*free)(struct iommu_table *);
|
H A D | vmlinux_600.h | 7120 struct iommu_table_ops { struct 7121 … iommu_table *, long int, long int, long unsigned int, enum dma_data_direction, long unsigned int); 7122 …nt (*xchg_no_kill)(struct iommu_table *, long int, long unsigned int *, enum dma_data_direction *); 7123 void (*tce_kill)(struct iommu_table *, long unsigned int, long unsigned int); 7124 __be64 * (*useraddrptr)(struct iommu_table *, long int, bool); 7125 void (*clear)(struct iommu_table *, long int, long int); 7126 long unsigned int (*get)(struct iommu_table *, long int); 7127 void (*flush)(struct iommu_table *); 7128 void (*free)(struct iommu_table *);
|