Home
last modified time | relevance | path

Searched defs:arm_smmu_impl (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/hiebpf/include/
Dvmlinux.h115072 struct arm_smmu_impl { struct
115073 u32 (*read_reg)(struct arm_smmu_device *, int, int);
115074 void (*write_reg)(struct arm_smmu_device *, int, int, u32);
115075 u64 (*read_reg64)(struct arm_smmu_device *, int, int);
115076 void (*write_reg64)(struct arm_smmu_device *, int, int, u64);
115077 int (*cfg_probe)(struct arm_smmu_device *);
115078 int (*reset)(struct arm_smmu_device *);
115079 int (*init_context)(struct arm_smmu_domain *, struct io_pgtable_cfg *, struct device *);
115080 void (*tlb_sync)(struct arm_smmu_device *, int, int, int);
115081 int (*def_domain_type)(struct device *);
[all …]