arm_heavy_mb
extern void arm_heavy_mb(void);
#define __arm_heavy_mb(x...) do { dsb(x); arm_heavy_mb(); } while (0)
EXPORT_SYMBOL(arm_heavy_mb);