tfhar_rd           42 tools/testing/selftests/powerpc/tm/tm-tmspr.c 	unsigned long tfhar, tfhar_rd, tfiar, tfiar_rd;
tfhar_rd           62 tools/testing/selftests/powerpc/tm/tm-tmspr.c 		tfhar_rd = mfspr(SPRN_TFHAR);
tfhar_rd           64 tools/testing/selftests/powerpc/tm/tm-tmspr.c 		if ( (tfhar != tfhar_rd) || (tfiar != tfiar_rd) ) {