Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/kvm/
Dvmx_tsc_adjust_test.c96 GUEST_ASSERT(prepare_for_vmx_operation(vmx_pages)); in l1_guest_code()
Dstate_test.c54 GUEST_ASSERT(prepare_for_vmx_operation(vmx_pages)); in l1_guest_code()
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dvmx.h549 bool prepare_for_vmx_operation(struct vmx_pages *vmx);
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dvmx.c69 bool prepare_for_vmx_operation(struct vmx_pages *vmx) in prepare_for_vmx_operation() function