Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/riscv/hwprobe/
H A Dcbo.c29 static bool got_fault; variable
42 got_fault = true; in fault_handler()
75 got_fault = false; in test_no_cbo_inval()
77 ksft_test_result(got_fault, "No cbo.inval\n"); in test_no_cbo_inval()
84 got_fault = false; in test_no_zicbom()
86 ksft_test_result(got_fault, "No cbo.clean\n"); in test_no_zicbom()
88 got_fault = false; in test_no_zicbom()
90 ksft_test_result(got_fault, "No cbo.flush\n"); in test_no_zicbom()
97 got_fault = false; in test_no_zicboz()
99 ksft_test_result(got_fault, "No cbo.zero\n"); in test_no_zicboz()
[all …]