SLEEP_SAVE_ 49 arch/arm/mach-pxa/pxa25x.c #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x SLEEP_SAVE_ 50 arch/arm/mach-pxa/pxa25x.c #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x] SLEEP_SAVE_ 80 arch/arm/mach-pxa/pxa27x.c #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x SLEEP_SAVE_ 81 arch/arm/mach-pxa/pxa27x.c #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x] SLEEP_SAVE_ 38 arch/arm/mach-sa1100/pm.c #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x SLEEP_SAVE_ 39 arch/arm/mach-sa1100/pm.c #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x] SLEEP_SAVE_ 167 arch/unicore32/kernel/puv3-core.c #define SAVE(x) sleep_save[SLEEP_SAVE_##x] = x SLEEP_SAVE_ 168 arch/unicore32/kernel/puv3-core.c #define RESTORE(x) x = sleep_save[SLEEP_SAVE_##x]