Searched refs:touch_fp (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/tools/testing/selftests/powerpc/tm/ |
D | tm-unavailable.c | 44 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()
|
/linux-6.6.21/tools/testing/selftests/powerpc/benchmarks/ |
D | context_switch.c | 36 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()
|