Home
last modified time | relevance | path

Searched refs:test_fpu (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/tools/testing/selftests/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
H A D.gitignore2 test_fpu
H A DMakefile5 TEST_GEN_PROGS := test_fpu
/openbmc/linux/tools/testing/selftests/powerpc/math/
H A Dfpu_syscall.c18 extern int test_fpu(double *darray, pid_t *pid);
32 ret = test_fpu(darray, &fork_pid); in syscall_fpu()
H A Dfpu_asm.S69 FUNC_START(test_fpu)
94 FUNC_END(test_fpu)
/openbmc/linux/lib/
H A Dtest_fpu.c22 static int test_fpu(void) in test_fpu() function
59 status = test_fpu(); in test_fpu_get()
H A DMakefile132 obj-$(CONFIG_TEST_FPU) += test_fpu.o
H A DKconfig.debug2916 Enable this option to add /sys/kernel/debug/selftest_helpers/test_fpu