Home
last modified time | relevance | path

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

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