Searched refs:test_fpu (Results 1 – 10 of 10) 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
19 extern int test_fpu(double *darray, pid_t *pid);34 ret = test_fpu(darray, &fork_pid); in syscall_fpu()
103 FUNC_START(test_fpu)129 FUNC_END(test_fpu)
6 int test_fpu(void);
7 int test_fpu(void) in test_fpu() function
29 status = test_fpu(); in test_fpu_get()
113 obj-$(CONFIG_TEST_FPU) += test_fpu.o114 test_fpu-y := test_fpu_glue.o test_fpu_impl.o
2966 Enable this option to add /sys/kernel/debug/selftest_helpers/test_fpu