Searched refs:touch_fp (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c44 int touch_fp; member in struct:Flags
52 if (flags.touch_fp && flags.exception == FP_UNA_EXCEPTION)
65 if ((flags.touch_fp && flags.touch_vec) &&
111 printf("If MSR.FP=%d MSR.VEC=%d: ", flags.touch_fp, flags.touch_vec);
151 " cmpldi %[touch_fp], 0 ;"
214 : [touch_fp] "r" (flags.touch_fp),
304 flags.touch_fp = fp;
/linux-master/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c36 static int touch_fp = 1; variable
60 if (touch_fp)
393 { "no-fp", no_argument, &touch_fp, 0 },
491 cpu1, cpu2, touch_fp ? "yes" : "no", touch_altivec ? "yes" : "no",

Completed in 209 milliseconds