SAVE_2GPRS        234 arch/powerpc/boot/crt0.S #define SAVE_2GPRS(n, base)     SAVE_GPR(n, base); SAVE_GPR(n+1, base)
SAVE_2GPRS         88 arch/powerpc/include/asm/ppc_asm.h #define SAVE_2GPRS(n, base)	SAVE_GPR(n, base); SAVE_GPR(n+1, base)
SAVE_2GPRS         88 tools/testing/selftests/powerpc/primitives/asm/ppc_asm.h #define SAVE_2GPRS(n, base)	SAVE_GPR(n, base); SAVE_GPR(n+1, base)