Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/x86/
H A Dfault_test.h21 typedef uint64_t (*test_fault_func)(uint64_t arg1, uint64_t arg2, typedef
31 test_fault_func func;
H A Dfault_test.c19 test_fault_func func = (test_fault_func) arg->func; in fault_test()
/kvm-unit-tests/x86/
H A Dvmware_backdoors.c89 .func = (test_fault_func) rdpmc, .fault_vector = GP_VECTOR, \
96 .func = (test_fault_func) vmware_backdoor_port, \