Searched defs:iommu_table_group_ops (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/ |
H A D | vmlinux.h | 7131 struct iommu_table_group_ops { struct 7132 long unsigned int (*get_table_size)(__u32, __u64, __u32); 7133 …g int (*create_table)(struct iommu_table_group *, int, __u32, __u64, __u32, struct iommu_table **); 7134 long int (*set_window)(struct iommu_table_group *, int, struct iommu_table *); 7135 long int (*unset_window)(struct iommu_table_group *, int); 7136 void (*take_ownership)(struct iommu_table_group *); 7137 void (*release_ownership)(struct iommu_table_group *);
|
H A D | vmlinux_600.h | 7131 struct iommu_table_group_ops { struct 7132 long unsigned int (*get_table_size)(__u32, __u64, __u32); 7133 …g int (*create_table)(struct iommu_table_group *, int, __u32, __u64, __u32, struct iommu_table **); 7134 long int (*set_window)(struct iommu_table_group *, int, struct iommu_table *); 7135 long int (*unset_window)(struct iommu_table_group *, int); 7136 void (*take_ownership)(struct iommu_table_group *); 7137 void (*release_ownership)(struct iommu_table_group *);
|