On Wed, Oct 09, 2024 at 10:42:04AM -0700, Nicolin Chen wrote: > > @@ -265,6 +266,7 @@ static inline u32 arm_smmu_strtab_l2_idx(u32 sid) > > #define STRTAB_STE_1_S1CSH GENMASK_ULL(7, 6) > > > > #define STRTAB_STE_1_S1STALLD (1UL << 27) > > +#define STRTAB_STE_1_S2FWB (1UL << 25) > > Nit: seems that it should be in ascending order. Done Jason