Searched refs:test_fpu (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/fpu/
H A DMakefile5 TEST_GEN_PROGS := test_fpu
H A Drun_test_fpu.sh17 if ! modinfo test_fpu > /dev/null 2>&1; then
28 modprobe test_fpu
30 if [ ! -e /sys/kernel/debug/selftest_helpers/test_fpu ]; then
33 if [ ! -e /sys/kernel/debug/selftest_helpers/test_fpu ]; then
42 ./test_fpu &
46 rmmod test_fpu
/linux-master/lib/
H A Dtest_fpu.c11 * /sys/kernel/debug/selftest_helpers/test_fpu, which when read causes a
22 static int test_fpu(void) function
59 status = test_fpu();
75 debugfs_create_file_unsafe("test_fpu", 0444, selftest_dir, NULL,
H A DMakefile135 obj-$(CONFIG_TEST_FPU) += test_fpu.o
/linux-master/tools/testing/selftests/powerpc/math/
H A Dfpu_syscall.c19 extern int test_fpu(double *darray, pid_t *pid);
33 /* test_fpu will fork() */
34 ret = test_fpu(darray, &fork_pid);
H A Dfpu_asm.S103 FUNC_START(test_fpu)
129 FUNC_END(test_fpu)

Completed in 102 milliseconds