+
+/*
+ * There are five CMUs:
+ *
+ * CMU_LEFTBUS
+ * CMU_RIGHTBUS
+ * CMU_TOP
+ * CMU_DMC
+ * CMU_CPU
+ *
+ * each of them uses 16KB address space for SFRs
+ *
+ * + 0x4000 because SFR region for CMUs starts at 0x1003,
+ * but the first CMU (CMU_LEFTBUS) starts with this offset
+ *
+
+
+static const VMStateDescription vmstate_exynos4210_cmu = {
+.name = "exynos4210.cmu",
+.version_id = 1,
+.minimum_version_id = 1,
+.minimum_version_id_old = 1,
+.fields = (VMStateField[]) {
+/*
+ * TODO: Maybe we should save Exynos4210CmuC