Home
last modified time | relevance | path

Searched defs:fault_test (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/lib/x86/
H A Dfault_test.h35 struct fault_test { struct
37 struct fault_test_arg arg; argument
40 void test_run(struct fault_test *test); argument
H A Dfault_test.c15 static bool fault_test(struct fault_test_arg *arg) in fault_test() function