Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/fpu/
H A Dtest_fpu.c16 const char *test_fpu_path = "/sys/kernel/debug/selftest_helpers/test_fpu"; variable
21 int fd = open(test_fpu_path, O_RDONLY); in main()
25 test_fpu_path, strerror(errno)); in main()