Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c80 GUEST_ASSERT(prepare_for_vmx_operation(arg)); in guest_code()
Devmcs_test.c40 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()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h606 bool prepare_for_vmx_operation(struct vmx_pages *vmx);
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c133 bool prepare_for_vmx_operation(struct vmx_pages *vmx) in prepare_for_vmx_operation() function