Searched refs:test_fpu (Results 1 – 8 of 8) sorted by relevance
17 if ! modinfo test_fpu > /dev/null 2>&1; then28 modprobe test_fpu30 if [ ! -e /sys/kernel/debug/selftest_helpers/test_fpu ]; then33 if [ ! -e /sys/kernel/debug/selftest_helpers/test_fpu ]; then42 ./test_fpu &46 rmmod test_fpu
2 test_fpu
5 TEST_GEN_PROGS := test_fpu
18 extern int test_fpu(double *darray, pid_t *pid);32 ret = test_fpu(darray, &fork_pid); in syscall_fpu()
69 FUNC_START(test_fpu)94 FUNC_END(test_fpu)
22 static int test_fpu(void) in test_fpu() function59 status = test_fpu(); in test_fpu_get()
127 obj-$(CONFIG_TEST_FPU) += test_fpu.o
2641 Enable this option to add /sys/kernel/debug/selftest_helpers/test_fpu