Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/kvm/x86_64/
Dvmx_close_while_nested_test.c42 GUEST_ASSERT(prepare_for_vmx_operation(vmx_pages)); in l1_guest_code()
Dvmx_apic_access_test.c48 GUEST_ASSERT(prepare_for_vmx_operation(vmx_pages)); in l1_guest_code()
Dvmx_dirty_log_test.c56 GUEST_ASSERT(prepare_for_vmx_operation(vmx)); in l1_guest_code()
Dvmx_tsc_adjust_test.c94 GUEST_ASSERT(prepare_for_vmx_operation(vmx_pages)); in l1_guest_code()
Dsmm_test.c94 GUEST_ASSERT(prepare_for_vmx_operation(vmx_pages)); in guest_code()
Devmcs_test.c61 GUEST_ASSERT(prepare_for_vmx_operation(vmx_pages)); in guest_code()
Dvmx_nested_tsc_scaling_test.c93 GUEST_ASSERT(prepare_for_vmx_operation(vmx_pages)); in l1_guest_code()
Dvmx_preemption_timer_test.c78 GUEST_ASSERT(prepare_for_vmx_operation(vmx_pages)); in l1_guest_code()
Dstate_test.c82 GUEST_ASSERT(prepare_for_vmx_operation(vmx_pages)); in vmx_l1_guest_code()
/Linux-v5.15/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h603 bool prepare_for_vmx_operation(struct vmx_pages *vmx);
/Linux-v5.15/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c131 bool prepare_for_vmx_operation(struct vmx_pages *vmx) in prepare_for_vmx_operation() function