SAVE_2GPRS         89 arch/powerpc/include/asm/ppc_asm.h #define SAVE_4GPRS(n, base)	SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base)
SAVE_2GPRS         91 arch/powerpc/include/asm/ppc_asm.h #define SAVE_10GPRS(n, base)	SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)
SAVE_2GPRS         60 arch/powerpc/kernel/head_32.h 	SAVE_2GPRS(7, r11)
SAVE_2GPRS         94 arch/powerpc/kernel/head_32.h 	SAVE_2GPRS(7, r11)
SAVE_2GPRS         84 arch/powerpc/kernel/head_booke.h 	SAVE_2GPRS(7, r11)
SAVE_2GPRS        130 arch/powerpc/kernel/head_booke.h 	SAVE_2GPRS(7, r11)
SAVE_2GPRS        272 arch/powerpc/kernel/head_booke.h 	SAVE_2GPRS(7, r11)
SAVE_2GPRS         89 tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h #define SAVE_4GPRS(n, base)	SAVE_2GPRS(n, base); SAVE_2GPRS(n+2, base)
SAVE_2GPRS         91 tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h #define SAVE_10GPRS(n, base)	SAVE_8GPRS(n, base); SAVE_2GPRS(n+8, base)